Shades of Dark Red #9B1100
Tints of Dark Red #9B1100
RGB
CMYK
RGB Variations
Color information
#9B1100 (or 0x9B1100) is known color: Dark Red. HEX triplet: 9B, 11 and 00. RGB value is (155,17,0). Sum of RGB (Red+Green+Blue) = 155+17+0=172 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.12% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1100 is #64EEFF. Grayscale: #383838. Windows color (decimal): -6614784 or 4507. OLE color: 4507.
HSL color Cylindrical-coordinate representation of color #9B1100: hue angle of 6.58º 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 #9B1100 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.39 |
| HSL | 6.58º | 1% | 0.3% | - |
| HSV(B) | 6.58º | 1% | 0.61% | - |
| XYZ | 13.72 | 7.37 | 0.7 | - |
| YUV | 56.32 | 96.22 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 0 | 0 | 0.89 | 1 | 0.39 | 6.58 | 1 | 0.3 |
| Hex | 9B | 11 | 0 | 0 | 59 | 64 | 27 | 7 | 64 | 1E |
| Octal | 233 | 21 | 0 | 0 | 131 | 144 | 47 | 7 | 144 | 36 |
| Binary | 10011011 | 10001 | 0 | 0 | 1011001 | 1100100 | 100111 | 111 | 1100100 | 11110 |
Color Harmonies of #9B1100
Complementary color
Monochromatic Colors of #9B1100
Black with #9B1100
Text Example
Text Example
White with #9B1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1100; }
p { color: rgb(155,17,0); }
H1.HeaderClassName
{
color: #9B1100;
}
.AnyTagClassName
{
color: #9B1100;
}
</style>
background-color css
<style>
a { background-color: #9B1100; }
a { background-color: rgb(155,17,0); }
div.DivClassName
{
background-color: #9B1100;
}
.BgClassName
{
background-color: #9B1100;
}
</style>
border-color css
<style>
span { border-color: #9B1100; }
span { border-color: rgb(155,17,0); }
td.TdClassName
{
border-color: #9B1100;
}
.TagClassName
{
border-color: #9B1100;
}
</style>