Shades of Dark Red #900B04
Tints of Dark Red #900B04
RGB
CMYK
RGB Variations
Color information
#900B04 (or 0x900B04) is known color: Dark Red. HEX triplet: 90, 0B and 04. RGB value is (144,11,4). Sum of RGB (Red+Green+Blue) = 144+11+4=159 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90.57% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 144 - color contains mainly: red. Hex color #900B04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900B04 is #6FF4FB. Grayscale: #323232. Windows color (decimal): -7337212 or 265104. OLE color: 265104.
HSL color Cylindrical-coordinate representation of color #900B04: hue angle of 3º degrees, saturation: 0.95, 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 #900B04 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 11 | 4 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.44 |
| HSL | 3º | 0.95% | 0.29% | - |
| HSV(B) | 3º | 0.97% | 0.56% | - |
| XYZ | 11.64 | 6.18 | 0.69 | - |
| YUV | 49.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 4 | 0 | 0.92 | 0.97 | 0.44 | 3 | 0.95 | 0.29 |
| Hex | 90 | B | 4 | 0 | 5C | 61 | 2C | 3 | 5F | 1D |
| Octal | 220 | 13 | 4 | 0 | 134 | 141 | 54 | 3 | 137 | 35 |
| Binary | 10010000 | 1011 | 100 | 0 | 1011100 | 1100001 | 101100 | 11 | 1011111 | 11101 |
Color Harmonies of #900B04
Complementary color
Monochromatic Colors of #900B04
Black with #900B04
Text Example
Text Example
White with #900B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900B04; }
p { color: rgb(144,11,4); }
H1.HeaderClassName
{
color: #900B04;
}
.AnyTagClassName
{
color: #900B04;
}
</style>
background-color css
<style>
a { background-color: #900B04; }
a { background-color: rgb(144,11,4); }
div.DivClassName
{
background-color: #900B04;
}
.BgClassName
{
background-color: #900B04;
}
</style>
border-color css
<style>
span { border-color: #900B04; }
span { border-color: rgb(144,11,4); }
td.TdClassName
{
border-color: #900B04;
}
.TagClassName
{
border-color: #900B04;
}
</style>