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