Shades of Dark Red #96100B
Tints of Dark Red #96100B
RGB
CMYK
RGB Variations
Color information
#96100B (or 0x96100B) is known color: Dark Red. HEX triplet: 96, 10 and 0B. RGB value is (150,16,11). Sum of RGB (Red+Green+Blue) = 150+16+11=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #96100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96100B is #69EFF4. Grayscale: #373737. Windows color (decimal): -6942709 or 725142. OLE color: 725142.
HSL color Cylindrical-coordinate representation of color #96100B: hue angle of 2.16º 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 #96100B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 11 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.41 |
| HSL | 2.16º | 0.86% | 0.32% | - |
| HSV(B) | 2.16º | 0.93% | 0.59% | - |
| XYZ | 12.82 | 6.88 | 0.97 | - |
| YUV | 55.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 11 | 0 | 0.89 | 0.93 | 0.41 | 2.16 | 0.86 | 0.32 |
| Hex | 96 | 10 | B | 0 | 59 | 5D | 29 | 2 | 56 | 20 |
| Octal | 226 | 20 | 13 | 0 | 131 | 135 | 51 | 2 | 126 | 40 |
| Binary | 10010110 | 10000 | 1011 | 0 | 1011001 | 1011101 | 101001 | 10 | 1010110 | 100000 |
Color Harmonies of #96100B
Complementary color
Monochromatic Colors of #96100B
Black with #96100B
Text Example
Text Example
White with #96100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96100B; }
p { color: rgb(150,16,11); }
H1.HeaderClassName
{
color: #96100B;
}
.AnyTagClassName
{
color: #96100B;
}
</style>
background-color css
<style>
a { background-color: #96100B; }
a { background-color: rgb(150,16,11); }
div.DivClassName
{
background-color: #96100B;
}
.BgClassName
{
background-color: #96100B;
}
</style>
border-color css
<style>
span { border-color: #96100B; }
span { border-color: rgb(150,16,11); }
td.TdClassName
{
border-color: #96100B;
}
.TagClassName
{
border-color: #96100B;
}
</style>