Shades of Dark Red #9B1800
Tints of Dark Red #9B1800
RGB
CMYK
RGB Variations
Color information
#9B1800 (or 0x9B1800) is known color: Dark Red. HEX triplet: 9B, 18 and 00. RGB value is (155,24,0). Sum of RGB (Red+Green+Blue) = 155+24+0=179 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.59% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1800 is #64E7FF. Grayscale: #3C3C3C. Windows color (decimal): -6612992 or 6299. OLE color: 6299.
HSL color Cylindrical-coordinate representation of color #9B1800: hue angle of 9.29º 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 #9B1800 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.39 |
| HSL | 9.29º | 1% | 0.3% | - |
| HSV(B) | 9.29º | 1% | 0.61% | - |
| XYZ | 13.84 | 7.62 | 0.74 | - |
| YUV | 60.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 0 | 0 | 0.85 | 1 | 0.39 | 9.29 | 1 | 0.3 |
| Hex | 9B | 18 | 0 | 0 | 55 | 64 | 27 | 9 | 64 | 1E |
| Octal | 233 | 30 | 0 | 0 | 125 | 144 | 47 | 11 | 144 | 36 |
| Binary | 10011011 | 11000 | 0 | 0 | 1010101 | 1100100 | 100111 | 1001 | 1100100 | 11110 |
Color Harmonies of #9B1800
Complementary color
Monochromatic Colors of #9B1800
Black with #9B1800
Text Example
Text Example
White with #9B1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1800; }
p { color: rgb(155,24,0); }
H1.HeaderClassName
{
color: #9B1800;
}
.AnyTagClassName
{
color: #9B1800;
}
</style>
background-color css
<style>
a { background-color: #9B1800; }
a { background-color: rgb(155,24,0); }
div.DivClassName
{
background-color: #9B1800;
}
.BgClassName
{
background-color: #9B1800;
}
</style>
border-color css
<style>
span { border-color: #9B1800; }
span { border-color: rgb(155,24,0); }
td.TdClassName
{
border-color: #9B1800;
}
.TagClassName
{
border-color: #9B1800;
}
</style>