Shades of Dark Red #900A02
Tints of Dark Red #900A02
RGB
CMYK
RGB Variations
Color information
#900A02 (or 0x900A02) is known color: Dark Red. HEX triplet: 90, 0A and 02. RGB value is (144,10,2). Sum of RGB (Red+Green+Blue) = 144+10+2=156 (20% of max value = 765). Red value is 144 (56.64% from 255 or 92.31% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 144 - color contains mainly: red. Hex color #900A02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900A02 is #6FF5FD. Grayscale: #313131. Windows color (decimal): -7337470 or 133776. OLE color: 133776.
HSL color Cylindrical-coordinate representation of color #900A02: hue angle of 3.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900A02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.44 |
| HSL | 3.38º | 0.97% | 0.29% | - |
| HSV(B) | 3.38º | 0.99% | 0.56% | - |
| XYZ | 11.62 | 6.15 | 0.63 | - |
| YUV | 49.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 2 | 0 | 0.93 | 0.99 | 0.44 | 3.38 | 0.97 | 0.29 |
| Hex | 90 | A | 2 | 0 | 5D | 63 | 2C | 3 | 61 | 1D |
| Octal | 220 | 12 | 2 | 0 | 135 | 143 | 54 | 3 | 141 | 35 |
| Binary | 10010000 | 1010 | 10 | 0 | 1011101 | 1100011 | 101100 | 11 | 1100001 | 11101 |
Color Harmonies of #900A02
Complementary color
Monochromatic Colors of #900A02
Black with #900A02
Text Example
Text Example
White with #900A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A02; }
p { color: rgb(144,10,2); }
H1.HeaderClassName
{
color: #900A02;
}
.AnyTagClassName
{
color: #900A02;
}
</style>
background-color css
<style>
a { background-color: #900A02; }
a { background-color: rgb(144,10,2); }
div.DivClassName
{
background-color: #900A02;
}
.BgClassName
{
background-color: #900A02;
}
</style>
border-color css
<style>
span { border-color: #900A02; }
span { border-color: rgb(144,10,2); }
td.TdClassName
{
border-color: #900A02;
}
.TagClassName
{
border-color: #900A02;
}
</style>