Shades of Dark Red #96140B
Tints of Dark Red #96140B
RGB
CMYK
RGB Variations
Color information
#96140B (or 0x96140B) is known color: Dark Red. HEX triplet: 96, 14 and 0B. RGB value is (150,20,11). Sum of RGB (Red+Green+Blue) = 150+20+11=181 (23% of max value = 765). Red value is 150 (58.98% from 255 or 82.87% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 150 - color contains mainly: red. Hex color #96140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96140B is #69EBF4. Grayscale: #3A3A3A. Windows color (decimal): -6941685 or 726166. OLE color: 726166.
HSL color Cylindrical-coordinate representation of color #96140B: hue angle of 3.88º 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 #96140B is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 11 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.41 |
| HSL | 3.88º | 0.86% | 0.32% | - |
| HSV(B) | 3.88º | 0.93% | 0.59% | - |
| XYZ | 12.89 | 7.01 | 0.99 | - |
| YUV | 57.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 11 | 0 | 0.87 | 0.93 | 0.41 | 3.88 | 0.86 | 0.32 |
| Hex | 96 | 14 | B | 0 | 57 | 5D | 29 | 4 | 56 | 20 |
| Octal | 226 | 24 | 13 | 0 | 127 | 135 | 51 | 4 | 126 | 40 |
| Binary | 10010110 | 10100 | 1011 | 0 | 1010111 | 1011101 | 101001 | 100 | 1010110 | 100000 |
Color Harmonies of #96140B
Complementary color
Monochromatic Colors of #96140B
Black with #96140B
Text Example
Text Example
White with #96140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96140B; }
p { color: rgb(150,20,11); }
H1.HeaderClassName
{
color: #96140B;
}
.AnyTagClassName
{
color: #96140B;
}
</style>
background-color css
<style>
a { background-color: #96140B; }
a { background-color: rgb(150,20,11); }
div.DivClassName
{
background-color: #96140B;
}
.BgClassName
{
background-color: #96140B;
}
</style>
border-color css
<style>
span { border-color: #96140B; }
span { border-color: rgb(150,20,11); }
td.TdClassName
{
border-color: #96140B;
}
.TagClassName
{
border-color: #96140B;
}
</style>