Shades of Dark Red #9B1B01
Tints of Dark Red #9B1B01
RGB
CMYK
RGB Variations
Color information
#9B1B01 (or 0x9B1B01) is known color: Dark Red. HEX triplet: 9B, 1B and 01. RGB value is (155,27,1). Sum of RGB (Red+Green+Blue) = 155+27+1=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1B01 is #64E4FE. Grayscale: #3E3E3E. Windows color (decimal): -6612223 or 72603. OLE color: 72603.
HSL color Cylindrical-coordinate representation of color #9B1B01: hue angle of 10.13º degrees, saturation: 0.99, 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 #9B1B01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 27 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.39 |
| HSL | 10.13º | 0.99% | 0.31% | - |
| HSV(B) | 10.13º | 0.99% | 0.61% | - |
| XYZ | 13.91 | 7.75 | 0.79 | - |
| YUV | 62.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 1 | 0 | 0.83 | 0.99 | 0.39 | 10.13 | 0.99 | 0.31 |
| Hex | 9B | 1B | 1 | 0 | 53 | 63 | 27 | A | 63 | 1F |
| Octal | 233 | 33 | 1 | 0 | 123 | 143 | 47 | 12 | 143 | 37 |
| Binary | 10011011 | 11011 | 1 | 0 | 1010011 | 1100011 | 100111 | 1010 | 1100011 | 11111 |
Color Harmonies of #9B1B01
Complementary color
Monochromatic Colors of #9B1B01
Black with #9B1B01
Text Example
Text Example
White with #9B1B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1B01; }
p { color: rgb(155,27,1); }
H1.HeaderClassName
{
color: #9B1B01;
}
.AnyTagClassName
{
color: #9B1B01;
}
</style>
background-color css
<style>
a { background-color: #9B1B01; }
a { background-color: rgb(155,27,1); }
div.DivClassName
{
background-color: #9B1B01;
}
.BgClassName
{
background-color: #9B1B01;
}
</style>
border-color css
<style>
span { border-color: #9B1B01; }
span { border-color: rgb(155,27,1); }
td.TdClassName
{
border-color: #9B1B01;
}
.TagClassName
{
border-color: #9B1B01;
}
</style>