Shades of Dark Red #9B0B00
Tints of Dark Red #9B0B00
RGB
CMYK
RGB Variations
Color information
#9B0B00 (or 0x9B0B00) is known color: Dark Red. HEX triplet: 9B, 0B and 00. RGB value is (155,11,0). Sum of RGB (Red+Green+Blue) = 155+11+0=166 (21% of max value = 765). Red value is 155 (60.94% from 255 or 93.37% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0B00 is #64F4FF. Grayscale: #343434. Windows color (decimal): -6616320 or 2971. OLE color: 2971.
HSL color Cylindrical-coordinate representation of color #9B0B00: hue angle of 4.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0B00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 11 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.39 |
| HSL | 4.26º | 1% | 0.3% | - |
| HSV(B) | 4.26º | 1% | 0.61% | - |
| XYZ | 13.64 | 7.21 | 0.67 | - |
| YUV | 52.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 0 | 0 | 0.93 | 1 | 0.39 | 4.26 | 1 | 0.3 |
| Hex | 9B | B | 0 | 0 | 5D | 64 | 27 | 4 | 64 | 1E |
| Octal | 233 | 13 | 0 | 0 | 135 | 144 | 47 | 4 | 144 | 36 |
| Binary | 10011011 | 1011 | 0 | 0 | 1011101 | 1100100 | 100111 | 100 | 1100100 | 11110 |
Color Harmonies of #9B0B00
Complementary color
Monochromatic Colors of #9B0B00
Black with #9B0B00
Text Example
Text Example
White with #9B0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0B00; }
p { color: rgb(155,11,0); }
H1.HeaderClassName
{
color: #9B0B00;
}
.AnyTagClassName
{
color: #9B0B00;
}
</style>
background-color css
<style>
a { background-color: #9B0B00; }
a { background-color: rgb(155,11,0); }
div.DivClassName
{
background-color: #9B0B00;
}
.BgClassName
{
background-color: #9B0B00;
}
</style>
border-color css
<style>
span { border-color: #9B0B00; }
span { border-color: rgb(155,11,0); }
td.TdClassName
{
border-color: #9B0B00;
}
.TagClassName
{
border-color: #9B0B00;
}
</style>