Shades of Dark Red #8B0C00
Tints of Dark Red #8B0C00
RGB
CMYK
RGB Variations
Color information
#8B0C00 (or 0x8B0C00) is known color: Dark Red. HEX triplet: 8B, 0C and 00. RGB value is (139,12,0). Sum of RGB (Red+Green+Blue) = 139+12+0=151 (20% of max value = 765). Red value is 139 (54.69% from 255 or 92.05% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C00 is #74F3FF. Grayscale: #303030. Windows color (decimal): -7664640 or 3211. OLE color: 3211.
HSL color Cylindrical-coordinate representation of color #8B0C00: hue angle of 5.18º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0C00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.45 |
| HSL | 5.18º | 1% | 0.27% | - |
| HSV(B) | 5.18º | 1% | 0.55% | - |
| XYZ | 10.78 | 5.75 | 0.54 | - |
| YUV | 48.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 0 | 0 | 0.91 | 1 | 0.45 | 5.18 | 1 | 0.27 |
| Hex | 8B | C | 0 | 0 | 5B | 64 | 2D | 5 | 64 | 1B |
| Octal | 213 | 14 | 0 | 0 | 133 | 144 | 55 | 5 | 144 | 33 |
| Binary | 10001011 | 1100 | 0 | 0 | 1011011 | 1100100 | 101101 | 101 | 1100100 | 11011 |
Color Harmonies of #8B0C00
Complementary color
Monochromatic Colors of #8B0C00
Black with #8B0C00
Text Example
Text Example
White with #8B0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C00; }
p { color: rgb(139,12,0); }
H1.HeaderClassName
{
color: #8B0C00;
}
.AnyTagClassName
{
color: #8B0C00;
}
</style>
background-color css
<style>
a { background-color: #8B0C00; }
a { background-color: rgb(139,12,0); }
div.DivClassName
{
background-color: #8B0C00;
}
.BgClassName
{
background-color: #8B0C00;
}
</style>
border-color css
<style>
span { border-color: #8B0C00; }
span { border-color: rgb(139,12,0); }
td.TdClassName
{
border-color: #8B0C00;
}
.TagClassName
{
border-color: #8B0C00;
}
</style>