Shades of Dark Red #9B1602
Tints of Dark Red #9B1602
RGB
CMYK
RGB Variations
Color information
#9B1602 (or 0x9B1602) is known color: Dark Red. HEX triplet: 9B, 16 and 02. RGB value is (155,22,2). Sum of RGB (Red+Green+Blue) = 155+22+2=179 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.59% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1602 is #64E9FD. Grayscale: #3B3B3B. Windows color (decimal): -6613502 or 136859. OLE color: 136859.
HSL color Cylindrical-coordinate representation of color #9B1602: hue angle of 7.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B1602 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 22 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.39 |
| HSL | 7.84º | 0.97% | 0.31% | - |
| HSV(B) | 7.84º | 0.99% | 0.61% | - |
| XYZ | 13.82 | 7.55 | 0.79 | - |
| YUV | 59.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 22 | 2 | 0 | 0.86 | 0.99 | 0.39 | 7.84 | 0.97 | 0.31 |
| Hex | 9B | 16 | 2 | 0 | 56 | 63 | 27 | 8 | 61 | 1F |
| Octal | 233 | 26 | 2 | 0 | 126 | 143 | 47 | 10 | 141 | 37 |
| Binary | 10011011 | 10110 | 10 | 0 | 1010110 | 1100011 | 100111 | 1000 | 1100001 | 11111 |
Color Harmonies of #9B1602
Complementary color
Monochromatic Colors of #9B1602
Black with #9B1602
Text Example
Text Example
White with #9B1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1602; }
p { color: rgb(155,22,2); }
H1.HeaderClassName
{
color: #9B1602;
}
.AnyTagClassName
{
color: #9B1602;
}
</style>
background-color css
<style>
a { background-color: #9B1602; }
a { background-color: rgb(155,22,2); }
div.DivClassName
{
background-color: #9B1602;
}
.BgClassName
{
background-color: #9B1602;
}
</style>
border-color css
<style>
span { border-color: #9B1602; }
span { border-color: rgb(155,22,2); }
td.TdClassName
{
border-color: #9B1602;
}
.TagClassName
{
border-color: #9B1602;
}
</style>