Shades of Dark Red #96110B
Tints of Dark Red #96110B
RGB
CMYK
RGB Variations
Color information
#96110B (or 0x96110B) is known color: Dark Red. HEX triplet: 96, 11 and 0B. RGB value is (150,17,11). Sum of RGB (Red+Green+Blue) = 150+17+11=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #96110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96110B is #69EEF4. Grayscale: #383838. Windows color (decimal): -6942453 or 725398. OLE color: 725398.
HSL color Cylindrical-coordinate representation of color #96110B: hue angle of 2.59º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96110B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 11 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.41 |
| HSL | 2.59º | 0.86% | 0.32% | - |
| HSV(B) | 2.59º | 0.93% | 0.59% | - |
| XYZ | 12.84 | 6.91 | 0.97 | - |
| YUV | 56.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 11 | 0 | 0.89 | 0.93 | 0.41 | 2.59 | 0.86 | 0.32 |
| Hex | 96 | 11 | B | 0 | 59 | 5D | 29 | 3 | 56 | 20 |
| Octal | 226 | 21 | 13 | 0 | 131 | 135 | 51 | 3 | 126 | 40 |
| Binary | 10010110 | 10001 | 1011 | 0 | 1011001 | 1011101 | 101001 | 11 | 1010110 | 100000 |
Color Harmonies of #96110B
Complementary color
Monochromatic Colors of #96110B
Black with #96110B
Text Example
Text Example
White with #96110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96110B; }
p { color: rgb(150,17,11); }
H1.HeaderClassName
{
color: #96110B;
}
.AnyTagClassName
{
color: #96110B;
}
</style>
background-color css
<style>
a { background-color: #96110B; }
a { background-color: rgb(150,17,11); }
div.DivClassName
{
background-color: #96110B;
}
.BgClassName
{
background-color: #96110B;
}
</style>
border-color css
<style>
span { border-color: #96110B; }
span { border-color: rgb(150,17,11); }
td.TdClassName
{
border-color: #96110B;
}
.TagClassName
{
border-color: #96110B;
}
</style>