HSL(9, 50%, 45%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,50%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 50%, 45%) | color: hsl(9, 50%, 45%) | |
| HEX | #AC4B39 | color: #AC4B39 | |
| RGB | rgb(172, 75, 57) | color: rgb(172, 75, 57) | |
| CMYK | cmyk(0%, 56%, 67%, 33%) | — | |
| HSV | hsv(9, 67%, 67%) | — | |
| HWB | hwb(9 22% 33%) | color: hwb(9 22% 33%) | |
| OKLCH | oklch(0.5351 0.1314 32.28) | color: oklch(0.5351 0.1314 32.28) | |
| Lab | lab(44.38 38.48 30.06) | color: lab(44.38 38.48 30.06) | |
| LCH | lch(44.38 48.83 38) | color: lch(44.38 48.83 38) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#82813D — rgb(130, 129, 61)
Deuteranopia (Green-blind)
#888F3E — rgb(136, 143, 62)
Tritanopia (Blue-blind)
#A74142 — rgb(167, 65, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 50%, 45%);
text
color: hsl(9, 50%, 45%);
border
border: 2px solid hsl(9, 50%, 45%);
gradient light
background: linear-gradient(to right, hsl(9, 50%, 65%), hsl(9, 50%, 45%));
gradient dark
background: linear-gradient(to right, hsl(9, 50%, 45%), hsl(9, 50%, 25%))
hex
background-color: #AC4B39;
tailwind
bg-[hsl(9,50%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 50%, 45%, 0.4);
css variable
--color-primary: hsl(9, 50%, 45%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 50%, 45%)?
HEX: #AC4B39 | RGB: rgb(172, 75, 57) | CMYK: 0%, 56%, 67%, 33% | HSV: 9°, 67%, 67%. Copy any format from the conversion table above.
What colors go well with #AC4B39?
The complementary color is HSL(189, 50%, 45%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 50%, 45%) in CSS?
As HSL: color: hsl(9, 50%, 45%); — As HEX: color: #AC4B39; — As RGB: color: rgb(172, 75, 57); — Tailwind CSS: bg-[hsl(9,50%,45%)] — CSS variable: --color-primary: hsl(9, 50%, 45%);