Shades of Dark Red #8A0502
Tints of Dark Red #8A0502
RGB
CMYK
RGB Variations
Color information
#8A0502 (or 0x8A0502) is known color: Dark Red. HEX triplet: 8A, 05 and 02. RGB value is (138,5,2). Sum of RGB (Red+Green+Blue) = 138+5+2=145 (19% of max value = 765). Red value is 138 (54.30% from 255 or 95.17% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0502 is #75FAFD. Grayscale: #2C2C2C. Windows color (decimal): -7731966 or 132490. OLE color: 132490.
HSL color Cylindrical-coordinate representation of color #8A0502: hue angle of 1.32º 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 #8A0502 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 5 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.46 |
| HSL | 1.32º | 0.97% | 0.27% | - |
| HSV(B) | 1.32º | 0.99% | 0.54% | - |
| XYZ | 10.55 | 5.52 | 0.57 | - |
| YUV | 44.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 2 | 0 | 0.96 | 0.99 | 0.46 | 1.32 | 0.97 | 0.27 |
| Hex | 8A | 5 | 2 | 0 | 60 | 63 | 2E | 1 | 61 | 1B |
| Octal | 212 | 5 | 2 | 0 | 140 | 143 | 56 | 1 | 141 | 33 |
| Binary | 10001010 | 101 | 10 | 0 | 1100000 | 1100011 | 101110 | 1 | 1100001 | 11011 |
Color Harmonies of #8A0502
Complementary color
Monochromatic Colors of #8A0502
Black with #8A0502
Text Example
Text Example
White with #8A0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0502; }
p { color: rgb(138,5,2); }
H1.HeaderClassName
{
color: #8A0502;
}
.AnyTagClassName
{
color: #8A0502;
}
</style>
background-color css
<style>
a { background-color: #8A0502; }
a { background-color: rgb(138,5,2); }
div.DivClassName
{
background-color: #8A0502;
}
.BgClassName
{
background-color: #8A0502;
}
</style>
border-color css
<style>
span { border-color: #8A0502; }
span { border-color: rgb(138,5,2); }
td.TdClassName
{
border-color: #8A0502;
}
.TagClassName
{
border-color: #8A0502;
}
</style>