#3A0F16
A very dark, moderate red closely aligning with Black.
About #3A0F16
Visually, #3A0F16 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 58 red, 15 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 74% M, 62% Y, and 77% K. With a hue angle of 350.2 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A0F16
RGB58, 15, 22
HSL350.2°, 58.9%, 14.3%
CMYK0%, 74%, 62%, 77%
HSV350.2°, 74.1%, 22.7%
LAB11.3, 21.9, 6.5
XYZ2.1, 1.3, 0.9
Decimal3804950
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.67:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.93:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0F16;
}
.text-color {
color: #3A0F16;
}
.border-color {
border: 2px solid #3A0F16;
}