Shades of Dark Red #8A1800
Tints of Dark Red #8A1800
RGB
CMYK
RGB Variations
Color information
#8A1800 (or 0x8A1800) is known color: Dark Red. HEX triplet: 8A, 18 and 00. RGB value is (138,24,0). Sum of RGB (Red+Green+Blue) = 138+24+0=162 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.19% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1800 is #75E7FF. Grayscale: #373737. Windows color (decimal): -7727104 or 6282. OLE color: 6282.
HSL color Cylindrical-coordinate representation of color #8A1800: hue angle of 10.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A1800 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.46 |
| HSL | 10.43º | 1% | 0.27% | - |
| HSV(B) | 10.43º | 1% | 0.54% | - |
| XYZ | 10.81 | 6.06 | 0.6 | - |
| YUV | 55.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 0 | 0 | 0.83 | 1 | 0.46 | 10.43 | 1 | 0.27 |
| Hex | 8A | 18 | 0 | 0 | 53 | 64 | 2E | A | 64 | 1B |
| Octal | 212 | 30 | 0 | 0 | 123 | 144 | 56 | 12 | 144 | 33 |
| Binary | 10001010 | 11000 | 0 | 0 | 1010011 | 1100100 | 101110 | 1010 | 1100100 | 11011 |
Color Harmonies of #8A1800
Complementary color
Monochromatic Colors of #8A1800
Black with #8A1800
Text Example
Text Example
White with #8A1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1800; }
p { color: rgb(138,24,0); }
H1.HeaderClassName
{
color: #8A1800;
}
.AnyTagClassName
{
color: #8A1800;
}
</style>
background-color css
<style>
a { background-color: #8A1800; }
a { background-color: rgb(138,24,0); }
div.DivClassName
{
background-color: #8A1800;
}
.BgClassName
{
background-color: #8A1800;
}
</style>
border-color css
<style>
span { border-color: #8A1800; }
span { border-color: rgb(138,24,0); }
td.TdClassName
{
border-color: #8A1800;
}
.TagClassName
{
border-color: #8A1800;
}
</style>