Shades of Dark Red #9B1005
Tints of Dark Red #9B1005
RGB
CMYK
RGB Variations
Color information
#9B1005 (or 0x9B1005) is known color: Dark Red. HEX triplet: 9B, 10 and 05. RGB value is (155,16,5). Sum of RGB (Red+Green+Blue) = 155+16+5=176 (23% of max value = 765). Red value is 155 (60.94% from 255 or 88.07% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1005 is #64EFFA. Grayscale: #383838. Windows color (decimal): -6615035 or 331931. OLE color: 331931.
HSL color Cylindrical-coordinate representation of color #9B1005: hue angle of 4.4º degrees, saturation: 0.94, 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 #9B1005 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 5 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.39 |
| HSL | 4.4º | 0.94% | 0.31% | - |
| HSV(B) | 4.4º | 0.97% | 0.61% | - |
| XYZ | 13.73 | 7.35 | 0.84 | - |
| YUV | 56.31 | 99.05 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 5 | 0 | 0.90 | 0.97 | 0.39 | 4.4 | 0.94 | 0.31 |
| Hex | 9B | 10 | 5 | 0 | 5A | 61 | 27 | 4 | 5E | 1F |
| Octal | 233 | 20 | 5 | 0 | 132 | 141 | 47 | 4 | 136 | 37 |
| Binary | 10011011 | 10000 | 101 | 0 | 1011010 | 1100001 | 100111 | 100 | 1011110 | 11111 |
Color Harmonies of #9B1005
Complementary color
Monochromatic Colors of #9B1005
Black with #9B1005
Text Example
Text Example
White with #9B1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1005; }
p { color: rgb(155,16,5); }
H1.HeaderClassName
{
color: #9B1005;
}
.AnyTagClassName
{
color: #9B1005;
}
</style>
background-color css
<style>
a { background-color: #9B1005; }
a { background-color: rgb(155,16,5); }
div.DivClassName
{
background-color: #9B1005;
}
.BgClassName
{
background-color: #9B1005;
}
</style>
border-color css
<style>
span { border-color: #9B1005; }
span { border-color: rgb(155,16,5); }
td.TdClassName
{
border-color: #9B1005;
}
.TagClassName
{
border-color: #9B1005;
}
</style>