HSL(12, 51%, 19%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(12,51%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(12, 51%, 19%) color: hsl(12, 51%, 19%)
HEX #492218 color: #492218
RGB rgb(73, 34, 24) color: rgb(73, 34, 24)
CMYK cmyk(0%, 53%, 67%, 71%)
HSV hsv(12, 67%, 29%)
HWB hwb(12 10% 71%) color: hwb(12 10% 71%)
OKLCH oklch(0.3039 0.0623 35.41) color: oklch(0.3039 0.0623 35.41)
Lab lab(18.48 17.47 15.1) color: lab(18.48 17.47 15.1)
LCH lch(18.48 23.09 40.84) color: lch(18.48 23.09 40.84)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 13.77:1
vs Black 1.53:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#38381A — rgb(56, 56, 26)

Deuteranopia (Green-blind)

#3A3D1B — rgb(58, 61, 27)

Tritanopia (Blue-blind)

#471C1D — rgb(71, 28, 29)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(12, 51%, 19%);

text

color: hsl(12, 51%, 19%);

border

border: 2px solid hsl(12, 51%, 19%);

gradient light

background: linear-gradient(to right, hsl(12, 51%, 39%), hsl(12, 51%, 19%));

gradient dark

background: linear-gradient(to right, hsl(12, 51%, 19%), hsl(12, 51%, 0%))

hex

background-color: #492218;

tailwind

bg-[hsl(12,51%,19%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(12, 51%, 19%, 0.4);

css variable

--color-primary: hsl(12, 51%, 19%);

Related Colors

Use Cases for Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(12, 51%, 19%)?

HEX: #492218 | RGB: rgb(73, 34, 24) | CMYK: 0%, 53%, 67%, 71% | HSV: 12°, 67%, 29%. Copy any format from the conversion table above.

What colors go well with #492218?

The complementary color is HSL(192, 51%, 19%). 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, 51%, 19%) in CSS?

As HSL: color: hsl(12, 51%, 19%); — As HEX: color: #492218; — As RGB: color: rgb(73, 34, 24); — Tailwind CSS: bg-[hsl(12,51%,19%)] — CSS variable: --color-primary: hsl(12, 51%, 19%);