Shades of Dark Red #8A1102
Tints of Dark Red #8A1102
RGB
CMYK
RGB Variations
Color information
#8A1102 (or 0x8A1102) is known color: Dark Red. HEX triplet: 8A, 11 and 02. RGB value is (138,17,2). Sum of RGB (Red+Green+Blue) = 138+17+2=157 (20% of max value = 765). Red value is 138 (54.30% from 255 or 87.90% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1102 is #75EEFD. Grayscale: #333333. Windows color (decimal): -7728894 or 135562. OLE color: 135562.
HSL color Cylindrical-coordinate representation of color #8A1102: hue angle of 6.62º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A1102 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.46 |
| HSL | 6.62º | 0.97% | 0.27% | - |
| HSV(B) | 6.62º | 0.99% | 0.54% | - |
| XYZ | 10.69 | 5.81 | 0.62 | - |
| YUV | 51.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 2 | 0 | 0.88 | 0.99 | 0.46 | 6.62 | 0.97 | 0.27 |
| Hex | 8A | 11 | 2 | 0 | 58 | 63 | 2E | 7 | 61 | 1B |
| Octal | 212 | 21 | 2 | 0 | 130 | 143 | 56 | 7 | 141 | 33 |
| Binary | 10001010 | 10001 | 10 | 0 | 1011000 | 1100011 | 101110 | 111 | 1100001 | 11011 |
Color Harmonies of #8A1102
Complementary color
Monochromatic Colors of #8A1102
Black with #8A1102
Text Example
Text Example
White with #8A1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1102; }
p { color: rgb(138,17,2); }
H1.HeaderClassName
{
color: #8A1102;
}
.AnyTagClassName
{
color: #8A1102;
}
</style>
background-color css
<style>
a { background-color: #8A1102; }
a { background-color: rgb(138,17,2); }
div.DivClassName
{
background-color: #8A1102;
}
.BgClassName
{
background-color: #8A1102;
}
</style>
border-color css
<style>
span { border-color: #8A1102; }
span { border-color: rgb(138,17,2); }
td.TdClassName
{
border-color: #8A1102;
}
.TagClassName
{
border-color: #8A1102;
}
</style>