Shades of Dark Red #900C05
Tints of Dark Red #900C05
RGB
CMYK
RGB Variations
Color information
#900C05 (or 0x900C05) is known color: Dark Red. HEX triplet: 90, 0C and 05. RGB value is (144,12,5). Sum of RGB (Red+Green+Blue) = 144+12+5=161 (21% of max value = 765). Red value is 144 (56.64% from 255 or 89.44% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 144 - color contains mainly: red. Hex color #900C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900C05 is #6FF3FA. Grayscale: #323232. Windows color (decimal): -7336955 or 330896. OLE color: 330896.
HSL color Cylindrical-coordinate representation of color #900C05: hue angle of 3.02º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900C05 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 12 | 5 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.44 |
| HSL | 3.02º | 0.93% | 0.29% | - |
| HSV(B) | 3.02º | 0.97% | 0.56% | - |
| XYZ | 11.66 | 6.2 | 0.73 | - |
| YUV | 50.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 5 | 0 | 0.92 | 0.97 | 0.44 | 3.02 | 0.93 | 0.29 |
| Hex | 90 | C | 5 | 0 | 5C | 61 | 2C | 3 | 5D | 1D |
| Octal | 220 | 14 | 5 | 0 | 134 | 141 | 54 | 3 | 135 | 35 |
| Binary | 10010000 | 1100 | 101 | 0 | 1011100 | 1100001 | 101100 | 11 | 1011101 | 11101 |
Color Harmonies of #900C05
Complementary color
Monochromatic Colors of #900C05
Black with #900C05
Text Example
Text Example
White with #900C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900C05; }
p { color: rgb(144,12,5); }
H1.HeaderClassName
{
color: #900C05;
}
.AnyTagClassName
{
color: #900C05;
}
</style>
background-color css
<style>
a { background-color: #900C05; }
a { background-color: rgb(144,12,5); }
div.DivClassName
{
background-color: #900C05;
}
.BgClassName
{
background-color: #900C05;
}
</style>
border-color css
<style>
span { border-color: #900C05; }
span { border-color: rgb(144,12,5); }
td.TdClassName
{
border-color: #900C05;
}
.TagClassName
{
border-color: #900C05;
}
</style>