Shades of Dark Red #9B0403
Tints of Dark Red #9B0403
RGB
CMYK
RGB Variations
Color information
#9B0403 (or 0x9B0403) is known color: Dark Red. HEX triplet: 9B, 04 and 03. RGB value is (155,4,3). Sum of RGB (Red+Green+Blue) = 155+4+3=162 (21% of max value = 765). Red value is 155 (60.94% from 255 or 95.68% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0403 is #64FBFC. Grayscale: #313131. Windows color (decimal): -6618109 or 197787. OLE color: 197787.
HSL color Cylindrical-coordinate representation of color #9B0403: hue angle of 0.39º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B0403 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 3 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.39 |
| HSL | 0.39º | 0.96% | 0.31% | - |
| HSV(B) | 0.39º | 0.98% | 0.61% | - |
| XYZ | 13.58 | 7.06 | 0.73 | - |
| YUV | 49.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 3 | 0 | 0.97 | 0.98 | 0.39 | 0.39 | 0.96 | 0.31 |
| Hex | 9B | 4 | 3 | 0 | 61 | 62 | 27 | 0 | 60 | 1F |
| Octal | 233 | 4 | 3 | 0 | 141 | 142 | 47 | 0 | 140 | 37 |
| Binary | 10011011 | 100 | 11 | 0 | 1100001 | 1100010 | 100111 | 0 | 1100000 | 11111 |
Color Harmonies of #9B0403
Complementary color
Monochromatic Colors of #9B0403
Black with #9B0403
Text Example
Text Example
White with #9B0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0403; }
p { color: rgb(155,4,3); }
H1.HeaderClassName
{
color: #9B0403;
}
.AnyTagClassName
{
color: #9B0403;
}
</style>
background-color css
<style>
a { background-color: #9B0403; }
a { background-color: rgb(155,4,3); }
div.DivClassName
{
background-color: #9B0403;
}
.BgClassName
{
background-color: #9B0403;
}
</style>
border-color css
<style>
span { border-color: #9B0403; }
span { border-color: rgb(155,4,3); }
td.TdClassName
{
border-color: #9B0403;
}
.TagClassName
{
border-color: #9B0403;
}
</style>