Shades of Dark Red #9B0F04
Tints of Dark Red #9B0F04
RGB
CMYK
RGB Variations
Color information
#9B0F04 (or 0x9B0F04) is known color: Dark Red. HEX triplet: 9B, 0F and 04. RGB value is (155,15,4). Sum of RGB (Red+Green+Blue) = 155+15+4=174 (23% of max value = 765). Red value is 155 (60.94% from 255 or 89.08% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0F04 is #64F0FB. Grayscale: #373737. Windows color (decimal): -6615292 or 266139. OLE color: 266139.
HSL color Cylindrical-coordinate representation of color #9B0F04: hue angle of 4.37º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0F04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 15 | 4 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.39 |
| HSL | 4.37º | 0.95% | 0.31% | - |
| HSV(B) | 4.37º | 0.97% | 0.61% | - |
| XYZ | 13.71 | 7.32 | 0.8 | - |
| YUV | 55.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 4 | 0 | 0.90 | 0.97 | 0.39 | 4.37 | 0.95 | 0.31 |
| Hex | 9B | F | 4 | 0 | 5A | 61 | 27 | 4 | 5F | 1F |
| Octal | 233 | 17 | 4 | 0 | 132 | 141 | 47 | 4 | 137 | 37 |
| Binary | 10011011 | 1111 | 100 | 0 | 1011010 | 1100001 | 100111 | 100 | 1011111 | 11111 |
Color Harmonies of #9B0F04
Complementary color
Monochromatic Colors of #9B0F04
Black with #9B0F04
Text Example
Text Example
White with #9B0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0F04; }
p { color: rgb(155,15,4); }
H1.HeaderClassName
{
color: #9B0F04;
}
.AnyTagClassName
{
color: #9B0F04;
}
</style>
background-color css
<style>
a { background-color: #9B0F04; }
a { background-color: rgb(155,15,4); }
div.DivClassName
{
background-color: #9B0F04;
}
.BgClassName
{
background-color: #9B0F04;
}
</style>
border-color css
<style>
span { border-color: #9B0F04; }
span { border-color: rgb(155,15,4); }
td.TdClassName
{
border-color: #9B0F04;
}
.TagClassName
{
border-color: #9B0F04;
}
</style>