HSL(12, 60%, 44%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,60%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 60%, 44%) | color: hsl(12, 60%, 44%) | |
| HEX | #B4482D | color: #B4482D | |
| RGB | rgb(180, 72, 45) | color: rgb(180, 72, 45) | |
| CMYK | cmyk(0%, 60%, 75%, 29%) | — | |
| HSV | hsv(12, 75%, 71%) | — | |
| HWB | hwb(12 18% 29%) | color: hwb(12 18% 29%) | |
| OKLCH | oklch(0.5418 0.1467 35.18) | color: oklch(0.5418 0.1467 35.18) | |
| Lab | lab(44.98 42.33 37.85) | color: lab(44.98 42.33 37.85) | |
| LCH | lch(44.98 56.78 41.8) | color: lch(44.98 56.78 41.8) |
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)
#858434 — rgb(133, 132, 52)
Deuteranopia (Green-blind)
#8C9435 — rgb(140, 148, 53)
Tritanopia (Blue-blind)
#AF393A — rgb(175, 57, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 60%, 44%);
text
color: hsl(12, 60%, 44%);
border
border: 2px solid hsl(12, 60%, 44%);
gradient light
background: linear-gradient(to right, hsl(12, 60%, 64%), hsl(12, 60%, 44%));
gradient dark
background: linear-gradient(to right, hsl(12, 60%, 44%), hsl(12, 60%, 24%))
hex
background-color: #B4482D;
tailwind
bg-[hsl(12,60%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 60%, 44%, 0.4);
css variable
--color-primary: hsl(12, 60%, 44%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 60%, 44%)?
HEX: #B4482D | RGB: rgb(180, 72, 45) | CMYK: 0%, 60%, 75%, 29% | HSV: 12°, 75%, 71%. Copy any format from the conversion table above.
What colors go well with #B4482D?
The complementary color is HSL(192, 60%, 44%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 60%, 44%) in CSS?
As HSL: color: hsl(12, 60%, 44%); — As HEX: color: #B4482D; — As RGB: color: rgb(180, 72, 45); — Tailwind CSS: bg-[hsl(12,60%,44%)] — CSS variable: --color-primary: hsl(12, 60%, 44%);