Shades of Dark Red #8B0C04
Tints of Dark Red #8B0C04
RGB
CMYK
RGB Variations
Color information
#8B0C04 (or 0x8B0C04) is known color: Dark Red. HEX triplet: 8B, 0C and 04. RGB value is (139,12,4). Sum of RGB (Red+Green+Blue) = 139+12+4=155 (20% of max value = 765). Red value is 139 (54.69% from 255 or 89.68% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C04 is #74F3FB. Grayscale: #313131. Windows color (decimal): -7664636 or 265355. OLE color: 265355.
HSL color Cylindrical-coordinate representation of color #8B0C04: hue angle of 3.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0C04 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 4 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.45 |
| HSL | 3.56º | 0.94% | 0.28% | - |
| HSV(B) | 3.56º | 0.97% | 0.55% | - |
| XYZ | 10.8 | 5.76 | 0.66 | - |
| YUV | 49.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 4 | 0 | 0.91 | 0.97 | 0.45 | 3.56 | 0.94 | 0.28 |
| Hex | 8B | C | 4 | 0 | 5B | 61 | 2D | 4 | 5E | 1C |
| Octal | 213 | 14 | 4 | 0 | 133 | 141 | 55 | 4 | 136 | 34 |
| Binary | 10001011 | 1100 | 100 | 0 | 1011011 | 1100001 | 101101 | 100 | 1011110 | 11100 |
Color Harmonies of #8B0C04
Complementary color
Monochromatic Colors of #8B0C04
Black with #8B0C04
Text Example
Text Example
White with #8B0C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C04; }
p { color: rgb(139,12,4); }
H1.HeaderClassName
{
color: #8B0C04;
}
.AnyTagClassName
{
color: #8B0C04;
}
</style>
background-color css
<style>
a { background-color: #8B0C04; }
a { background-color: rgb(139,12,4); }
div.DivClassName
{
background-color: #8B0C04;
}
.BgClassName
{
background-color: #8B0C04;
}
</style>
border-color css
<style>
span { border-color: #8B0C04; }
span { border-color: rgb(139,12,4); }
td.TdClassName
{
border-color: #8B0C04;
}
.TagClassName
{
border-color: #8B0C04;
}
</style>