Shades of Dark Red #8B1800
Tints of Dark Red #8B1800
RGB
CMYK
RGB Variations
Color information
#8B1800 (or 0x8B1800) is known color: Dark Red. HEX triplet: 8B, 18 and 00. RGB value is (139,24,0). Sum of RGB (Red+Green+Blue) = 139+24+0=163 (21% of max value = 765). Red value is 139 (54.69% from 255 or 85.28% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1800 is #74E7FF. Grayscale: #373737. Windows color (decimal): -7661568 or 6283. OLE color: 6283.
HSL color Cylindrical-coordinate representation of color #8B1800: hue angle of 10.36º 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 #8B1800 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.45 |
| HSL | 10.36º | 1% | 0.27% | - |
| HSV(B) | 10.36º | 1% | 0.55% | - |
| XYZ | 10.97 | 6.14 | 0.61 | - |
| YUV | 55.65 | 96.6 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 0 | 0 | 0.83 | 1 | 0.45 | 10.36 | 1 | 0.27 |
| Hex | 8B | 18 | 0 | 0 | 53 | 64 | 2D | A | 64 | 1B |
| Octal | 213 | 30 | 0 | 0 | 123 | 144 | 55 | 12 | 144 | 33 |
| Binary | 10001011 | 11000 | 0 | 0 | 1010011 | 1100100 | 101101 | 1010 | 1100100 | 11011 |
Color Harmonies of #8B1800
Complementary color
Monochromatic Colors of #8B1800
Black with #8B1800
Text Example
Text Example
White with #8B1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1800; }
p { color: rgb(139,24,0); }
H1.HeaderClassName
{
color: #8B1800;
}
.AnyTagClassName
{
color: #8B1800;
}
</style>
background-color css
<style>
a { background-color: #8B1800; }
a { background-color: rgb(139,24,0); }
div.DivClassName
{
background-color: #8B1800;
}
.BgClassName
{
background-color: #8B1800;
}
</style>
border-color css
<style>
span { border-color: #8B1800; }
span { border-color: rgb(139,24,0); }
td.TdClassName
{
border-color: #8B1800;
}
.TagClassName
{
border-color: #8B1800;
}
</style>