HSL(6, 52%, 18%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,52%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 52%, 18%) | color: hsl(6, 52%, 18%) | |
| HEX | #461B16 | color: #461B16 | |
| RGB | rgb(70, 27, 22) | color: rgb(70, 27, 22) | |
| CMYK | cmyk(0%, 61%, 69%, 73%) | — | |
| HSV | hsv(6, 69%, 27%) | — | |
| HWB | hwb(6 8% 73%) | color: hwb(6 8% 73%) | |
| OKLCH | oklch(0.2855 0.0674 28.69) | color: oklch(0.2855 0.0674 28.69) | |
| Lab | lab(16.23 20.2 13.52) | color: lab(16.23 20.2 13.52) | |
| LCH | lch(16.23 24.31 33.79) | color: lch(16.23 24.31 33.79) |
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)
#333317 — rgb(51, 51, 23)
Deuteranopia (Green-blind)
#363918 — rgb(54, 57, 24)
Tritanopia (Blue-blind)
#441818 — rgb(68, 24, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 52%, 18%);
text
color: hsl(6, 52%, 18%);
border
border: 2px solid hsl(6, 52%, 18%);
gradient light
background: linear-gradient(to right, hsl(6, 52%, 38%), hsl(6, 52%, 18%));
gradient dark
background: linear-gradient(to right, hsl(6, 52%, 18%), hsl(6, 52%, 0%))
hex
background-color: #461B16;
tailwind
bg-[hsl(6,52%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 52%, 18%, 0.4);
css variable
--color-primary: hsl(6, 52%, 18%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 52%, 18%)?
HEX: #461B16 | RGB: rgb(70, 27, 22) | CMYK: 0%, 61%, 69%, 73% | HSV: 6°, 69%, 27%. Copy any format from the conversion table above.
What colors go well with #461B16?
The complementary color is HSL(186, 52%, 18%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(6, 52%, 18%) in CSS?
As HSL: color: hsl(6, 52%, 18%); — As HEX: color: #461B16; — As RGB: color: rgb(70, 27, 22); — Tailwind CSS: bg-[hsl(6,52%,18%)] — CSS variable: --color-primary: hsl(6, 52%, 18%);