HSL(3, 49%, 48%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,49%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 49%, 48%) | color: hsl(3, 49%, 48%) | |
| HEX | #B6443E | color: #B6443E | |
| RGB | rgb(182, 68, 62) | color: rgb(182, 68, 62) | |
| CMYK | cmyk(0%, 63%, 66%, 29%) | — | |
| HSV | hsv(3, 66%, 71%) | — | |
| HWB | hwb(3 24% 29%) | color: hwb(3 24% 29%) | |
| OKLCH | oklch(0.5421 0.1493 26.29) | color: oklch(0.5421 0.1493 26.29) | |
| Lab | lab(44.84 45.81 28.08) | color: lab(44.84 45.81 28.08) | |
| LCH | lch(44.84 53.73 31.51) | color: lch(44.84 53.73 31.51) |
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)
#85843F — rgb(133, 132, 63)
Deuteranopia (Green-blind)
#8B9440 — rgb(139, 148, 64)
Tritanopia (Blue-blind)
#B04141 — rgb(176, 65, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 49%, 48%);
text
color: hsl(3, 49%, 48%);
border
border: 2px solid hsl(3, 49%, 48%);
gradient light
background: linear-gradient(to right, hsl(3, 49%, 68%), hsl(3, 49%, 48%));
gradient dark
background: linear-gradient(to right, hsl(3, 49%, 48%), hsl(3, 49%, 28%))
hex
background-color: #B6443E;
tailwind
bg-[hsl(3,49%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 49%, 48%, 0.4);
css variable
--color-primary: hsl(3, 49%, 48%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 49%, 48%)?
HEX: #B6443E | RGB: rgb(182, 68, 62) | CMYK: 0%, 63%, 66%, 29% | HSV: 3°, 66%, 71%. Copy any format from the conversion table above.
What colors go well with #B6443E?
The complementary color is HSL(183, 49%, 48%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 49%, 48%) in CSS?
As HSL: color: hsl(3, 49%, 48%); — As HEX: color: #B6443E; — As RGB: color: rgb(182, 68, 62); — Tailwind CSS: bg-[hsl(3,49%,48%)] — CSS variable: --color-primary: hsl(3, 49%, 48%);