#8A160F
A dark, vivid red closely aligning with Maroon.
About #8A160F
At its core, #8A160F is a dark and vivid hue. Its closest recognized web color is Maroon. In the RGB color space, it consists of 138 red, 22 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 84% Magenta, 89% Yellow, and 46% Black. With a hue angle of 3.4 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A160F
RGB138, 22, 15
HSL3.4°, 80.4%, 30.0%
CMYK0%, 84%, 89%, 46%
HSV3.4°, 89.1%, 54.1%
LAB29.4, 46.7, 35.9
XYZ10.9, 6.0, 1.0
Decimal9049615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.54:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.11:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A160F;
}
.text-color {
color: #8A160F;
}
.border-color {
border: 2px solid #8A160F;
}