Shades of Dark Red #900C02
Tints of Dark Red #900C02
RGB
CMYK
RGB Variations
Color information
#900C02 (or 0x900C02) is known color: Dark Red. HEX triplet: 90, 0C and 02. RGB value is (144,12,2). Sum of RGB (Red+Green+Blue) = 144+12+2=158 (20% of max value = 765). Red value is 144 (56.64% from 255 or 91.14% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 144 - color contains mainly: red. Hex color #900C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900C02 is #6FF3FD. Grayscale: #323232. Windows color (decimal): -7336958 or 134288. OLE color: 134288.
HSL color Cylindrical-coordinate representation of color #900C02: hue angle of 4.23º 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 #900C02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 12 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.44 |
| HSL | 4.23º | 0.97% | 0.29% | - |
| HSV(B) | 4.23º | 0.99% | 0.56% | - |
| XYZ | 11.64 | 6.2 | 0.64 | - |
| YUV | 50.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 2 | 0 | 0.92 | 0.99 | 0.44 | 4.23 | 0.97 | 0.29 |
| Hex | 90 | C | 2 | 0 | 5C | 63 | 2C | 4 | 61 | 1D |
| Octal | 220 | 14 | 2 | 0 | 134 | 143 | 54 | 4 | 141 | 35 |
| Binary | 10010000 | 1100 | 10 | 0 | 1011100 | 1100011 | 101100 | 100 | 1100001 | 11101 |
Color Harmonies of #900C02
Complementary color
Monochromatic Colors of #900C02
Black with #900C02
Text Example
Text Example
White with #900C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900C02; }
p { color: rgb(144,12,2); }
H1.HeaderClassName
{
color: #900C02;
}
.AnyTagClassName
{
color: #900C02;
}
</style>
background-color css
<style>
a { background-color: #900C02; }
a { background-color: rgb(144,12,2); }
div.DivClassName
{
background-color: #900C02;
}
.BgClassName
{
background-color: #900C02;
}
</style>
border-color css
<style>
span { border-color: #900C02; }
span { border-color: rgb(144,12,2); }
td.TdClassName
{
border-color: #900C02;
}
.TagClassName
{
border-color: #900C02;
}
</style>