HSL(6, 43%, 45%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,43%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 43%, 45%) | color: hsl(6, 43%, 45%) | |
| HEX | #A44B41 | color: #A44B41 | |
| RGB | rgb(164, 75, 65) | color: rgb(164, 75, 65) | |
| CMYK | cmyk(0%, 54%, 60%, 36%) | — | |
| HSV | hsv(6, 60%, 64%) | — | |
| HWB | hwb(6 26% 36%) | color: hwb(6 26% 36%) | |
| OKLCH | oklch(0.5243 0.12 28.35) | color: oklch(0.5243 0.12 28.35) | |
| Lab | lab(43.22 35.95 23.63) | color: lab(43.22 35.95 23.63) | |
| LCH | lch(43.22 43.02 33.32) | color: lch(43.22 43.02 33.32) |
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)
#7D7D43 — rgb(125, 125, 67)
Deuteranopia (Green-blind)
#838944 — rgb(131, 137, 68)
Tritanopia (Blue-blind)
#A04546 — rgb(160, 69, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 43%, 45%);
text
color: hsl(6, 43%, 45%);
border
border: 2px solid hsl(6, 43%, 45%);
gradient light
background: linear-gradient(to right, hsl(6, 43%, 65%), hsl(6, 43%, 45%));
gradient dark
background: linear-gradient(to right, hsl(6, 43%, 45%), hsl(6, 43%, 25%))
hex
background-color: #A44B41;
tailwind
bg-[hsl(6,43%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 43%, 45%, 0.4);
css variable
--color-primary: hsl(6, 43%, 45%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 43%, 45%)?
HEX: #A44B41 | RGB: rgb(164, 75, 65) | CMYK: 0%, 54%, 60%, 36% | HSV: 6°, 60%, 64%. Copy any format from the conversion table above.
What colors go well with #A44B41?
The complementary color is HSL(186, 43%, 45%). 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, 43%, 45%) in CSS?
As HSL: color: hsl(6, 43%, 45%); — As HEX: color: #A44B41; — As RGB: color: rgb(164, 75, 65); — Tailwind CSS: bg-[hsl(6,43%,45%)] — CSS variable: --color-primary: hsl(6, 43%, 45%);