Shades of Dark Red #9B1E00
Tints of Dark Red #9B1E00
RGB
CMYK
RGB Variations
Color information
#9B1E00 (or 0x9B1E00) is known color: Dark Red. HEX triplet: 9B, 1E and 00. RGB value is (155,30,0). Sum of RGB (Red+Green+Blue) = 155+30+0=185 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.78% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1E00 is #64E1FF. Grayscale: #404040. Windows color (decimal): -6611456 or 7835. OLE color: 7835.
HSL color Cylindrical-coordinate representation of color #9B1E00: hue angle of 11.61º 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 #9B1E00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 30 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.39 |
| HSL | 11.61º | 1% | 0.3% | - |
| HSV(B) | 11.61º | 1% | 0.61% | - |
| XYZ | 13.98 | 7.9 | 0.79 | - |
| YUV | 63.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 0 | 0 | 0.81 | 1 | 0.39 | 11.61 | 1 | 0.3 |
| Hex | 9B | 1E | 0 | 0 | 51 | 64 | 27 | C | 64 | 1E |
| Octal | 233 | 36 | 0 | 0 | 121 | 144 | 47 | 14 | 144 | 36 |
| Binary | 10011011 | 11110 | 0 | 0 | 1010001 | 1100100 | 100111 | 1100 | 1100100 | 11110 |
Color Harmonies of #9B1E00
Complementary color
Monochromatic Colors of #9B1E00
Black with #9B1E00
Text Example
Text Example
White with #9B1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1E00; }
p { color: rgb(155,30,0); }
H1.HeaderClassName
{
color: #9B1E00;
}
.AnyTagClassName
{
color: #9B1E00;
}
</style>
background-color css
<style>
a { background-color: #9B1E00; }
a { background-color: rgb(155,30,0); }
div.DivClassName
{
background-color: #9B1E00;
}
.BgClassName
{
background-color: #9B1E00;
}
</style>
border-color css
<style>
span { border-color: #9B1E00; }
span { border-color: rgb(155,30,0); }
td.TdClassName
{
border-color: #9B1E00;
}
.TagClassName
{
border-color: #9B1E00;
}
</style>