Shades of Dark Red #96100C
Tints of Dark Red #96100C
RGB
CMYK
RGB Variations
Color information
#96100C (or 0x96100C) is known color: Dark Red. HEX triplet: 96, 10 and 0C. RGB value is (150,16,12). Sum of RGB (Red+Green+Blue) = 150+16+12=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #96100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96100C is #69EFF3. Grayscale: #373737. Windows color (decimal): -6942708 or 790678. OLE color: 790678.
HSL color Cylindrical-coordinate representation of color #96100C: hue angle of 1.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96100C is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 12 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.41 |
| HSL | 1.74º | 0.85% | 0.32% | - |
| HSV(B) | 1.74º | 0.92% | 0.59% | - |
| XYZ | 12.83 | 6.88 | 1 | - |
| YUV | 55.61 | 103.39 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 12 | 0 | 0.89 | 0.92 | 0.41 | 1.74 | 0.85 | 0.32 |
| Hex | 96 | 10 | C | 0 | 59 | 5C | 29 | 2 | 55 | 20 |
| Octal | 226 | 20 | 14 | 0 | 131 | 134 | 51 | 2 | 125 | 40 |
| Binary | 10010110 | 10000 | 1100 | 0 | 1011001 | 1011100 | 101001 | 10 | 1010101 | 100000 |
Color Harmonies of #96100C
Complementary color
Monochromatic Colors of #96100C
Black with #96100C
Text Example
Text Example
White with #96100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96100C; }
p { color: rgb(150,16,12); }
H1.HeaderClassName
{
color: #96100C;
}
.AnyTagClassName
{
color: #96100C;
}
</style>
background-color css
<style>
a { background-color: #96100C; }
a { background-color: rgb(150,16,12); }
div.DivClassName
{
background-color: #96100C;
}
.BgClassName
{
background-color: #96100C;
}
</style>
border-color css
<style>
span { border-color: #96100C; }
span { border-color: rgb(150,16,12); }
td.TdClassName
{
border-color: #96100C;
}
.TagClassName
{
border-color: #96100C;
}
</style>