Shades of Dark Red #9B0501
Tints of Dark Red #9B0501
RGB
CMYK
RGB Variations
Color information
#9B0501 (or 0x9B0501) is known color: Dark Red. HEX triplet: 9B, 05 and 01. RGB value is (155,5,1). Sum of RGB (Red+Green+Blue) = 155+5+1=161 (21% of max value = 765). Red value is 155 (60.94% from 255 or 96.27% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0501 is #64FAFE. Grayscale: #313131. Windows color (decimal): -6617855 or 66971. OLE color: 66971.
HSL color Cylindrical-coordinate representation of color #9B0501: hue angle of 1.56º 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 #9B0501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.39 |
| HSL | 1.56º | 0.99% | 0.31% | - |
| HSV(B) | 1.56º | 0.99% | 0.61% | - |
| XYZ | 13.58 | 7.08 | 0.68 | - |
| YUV | 49.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 1 | 0 | 0.97 | 0.99 | 0.39 | 1.56 | 0.99 | 0.31 |
| Hex | 9B | 5 | 1 | 0 | 61 | 63 | 27 | 2 | 63 | 1F |
| Octal | 233 | 5 | 1 | 0 | 141 | 143 | 47 | 2 | 143 | 37 |
| Binary | 10011011 | 101 | 1 | 0 | 1100001 | 1100011 | 100111 | 10 | 1100011 | 11111 |
Color Harmonies of #9B0501
Complementary color
Monochromatic Colors of #9B0501
Black with #9B0501
Text Example
Text Example
White with #9B0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0501; }
p { color: rgb(155,5,1); }
H1.HeaderClassName
{
color: #9B0501;
}
.AnyTagClassName
{
color: #9B0501;
}
</style>
background-color css
<style>
a { background-color: #9B0501; }
a { background-color: rgb(155,5,1); }
div.DivClassName
{
background-color: #9B0501;
}
.BgClassName
{
background-color: #9B0501;
}
</style>
border-color css
<style>
span { border-color: #9B0501; }
span { border-color: rgb(155,5,1); }
td.TdClassName
{
border-color: #9B0501;
}
.TagClassName
{
border-color: #9B0501;
}
</style>