Shades of Dark Red #9B0404
Tints of Dark Red #9B0404
RGB
CMYK
RGB Variations
Color information
#9B0404 (or 0x9B0404) is known color: Dark Red. HEX triplet: 9B, 04 and 04. RGB value is (155,4,4). Sum of RGB (Red+Green+Blue) = 155+4+4=163 (21% of max value = 765). Red value is 155 (60.94% from 255 or 95.09% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0404 is #64FBFB. Grayscale: #313131. Windows color (decimal): -6618108 or 263323. OLE color: 263323.
HSL color Cylindrical-coordinate representation of color #9B0404: hue angle of 0º 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 #9B0404 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 4 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.39 |
| HSL | 0º | 0.95% | 0.31% | - |
| HSV(B) | 0º | 0.97% | 0.61% | - |
| XYZ | 13.58 | 7.06 | 0.76 | - |
| YUV | 49.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 4 | 0 | 0.97 | 0.97 | 0.39 | 0 | 0.95 | 0.31 |
| Hex | 9B | 4 | 4 | 0 | 61 | 61 | 27 | 0 | 5F | 1F |
| Octal | 233 | 4 | 4 | 0 | 141 | 141 | 47 | 0 | 137 | 37 |
| Binary | 10011011 | 100 | 100 | 0 | 1100001 | 1100001 | 100111 | 0 | 1011111 | 11111 |
Color Harmonies of #9B0404
Complementary color
Monochromatic Colors of #9B0404
Black with #9B0404
Text Example
Text Example
White with #9B0404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0404; }
p { color: rgb(155,4,4); }
H1.HeaderClassName
{
color: #9B0404;
}
.AnyTagClassName
{
color: #9B0404;
}
</style>
background-color css
<style>
a { background-color: #9B0404; }
a { background-color: rgb(155,4,4); }
div.DivClassName
{
background-color: #9B0404;
}
.BgClassName
{
background-color: #9B0404;
}
</style>
border-color css
<style>
span { border-color: #9B0404; }
span { border-color: rgb(155,4,4); }
td.TdClassName
{
border-color: #9B0404;
}
.TagClassName
{
border-color: #9B0404;
}
</style>