Shades of Dark Red #990B00
Tints of Dark Red #990B00
RGB
CMYK
RGB Variations
Color information
#990B00 (or 0x990B00) is known color: Dark Red. HEX triplet: 99, 0B and 00. RGB value is (153,11,0). Sum of RGB (Red+Green+Blue) = 153+11+0=164 (21% of max value = 765). Red value is 153 (60.16% from 255 or 93.29% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 153 - color contains mainly: red. Hex color #990B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990B00 is #66F4FF. Grayscale: #343434. Windows color (decimal): -6747392 or 2969. OLE color: 2969.
HSL color Cylindrical-coordinate representation of color #990B00: hue angle of 4.31º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990B00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.4 |
| HSL | 4.31º | 1% | 0.3% | - |
| HSV(B) | 4.31º | 1% | 0.6% | - |
| XYZ | 13.26 | 7.01 | 0.65 | - |
| YUV | 52.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 0 | 0 | 0.93 | 1 | 0.4 | 4.31 | 1 | 0.3 |
| Hex | 99 | B | 0 | 0 | 5D | 64 | 28 | 4 | 64 | 1E |
| Octal | 231 | 13 | 0 | 0 | 135 | 144 | 50 | 4 | 144 | 36 |
| Binary | 10011001 | 1011 | 0 | 0 | 1011101 | 1100100 | 101000 | 100 | 1100100 | 11110 |
Color Harmonies of #990B00
Complementary color
Monochromatic Colors of #990B00
Black with #990B00
Text Example
Text Example
White with #990B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B00; }
p { color: rgb(153,11,0); }
H1.HeaderClassName
{
color: #990B00;
}
.AnyTagClassName
{
color: #990B00;
}
</style>
background-color css
<style>
a { background-color: #990B00; }
a { background-color: rgb(153,11,0); }
div.DivClassName
{
background-color: #990B00;
}
.BgClassName
{
background-color: #990B00;
}
</style>
border-color css
<style>
span { border-color: #990B00; }
span { border-color: rgb(153,11,0); }
td.TdClassName
{
border-color: #990B00;
}
.TagClassName
{
border-color: #990B00;
}
</style>