Shades of Dark Red #9B110B
Tints of Dark Red #9B110B
RGB
CMYK
RGB Variations
Color information
#9B110B (or 0x9B110B) is known color: Dark Red. HEX triplet: 9B, 11 and 0B. RGB value is (155,17,11). Sum of RGB (Red+Green+Blue) = 155+17+11=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B110B is #64EEF4. Grayscale: #393939. Windows color (decimal): -6614773 or 725403. OLE color: 725403.
HSL color Cylindrical-coordinate representation of color #9B110B: hue angle of 2.5º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B110B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 11 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.39 |
| HSL | 2.5º | 0.87% | 0.33% | - |
| HSV(B) | 2.5º | 0.93% | 0.61% | - |
| XYZ | 13.78 | 7.39 | 1.02 | - |
| YUV | 57.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 11 | 0 | 0.89 | 0.93 | 0.39 | 2.5 | 0.87 | 0.33 |
| Hex | 9B | 11 | B | 0 | 59 | 5D | 27 | 2 | 57 | 21 |
| Octal | 233 | 21 | 13 | 0 | 131 | 135 | 47 | 2 | 127 | 41 |
| Binary | 10011011 | 10001 | 1011 | 0 | 1011001 | 1011101 | 100111 | 10 | 1010111 | 100001 |
Color Harmonies of #9B110B
Complementary color
Monochromatic Colors of #9B110B
Black with #9B110B
Text Example
Text Example
White with #9B110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B110B; }
p { color: rgb(155,17,11); }
H1.HeaderClassName
{
color: #9B110B;
}
.AnyTagClassName
{
color: #9B110B;
}
</style>
background-color css
<style>
a { background-color: #9B110B; }
a { background-color: rgb(155,17,11); }
div.DivClassName
{
background-color: #9B110B;
}
.BgClassName
{
background-color: #9B110B;
}
</style>
border-color css
<style>
span { border-color: #9B110B; }
span { border-color: rgb(155,17,11); }
td.TdClassName
{
border-color: #9B110B;
}
.TagClassName
{
border-color: #9B110B;
}
</style>