Shades of Dark Red #960D0C
Tints of Dark Red #960D0C
RGB
CMYK
RGB Variations
Color information
#960D0C (or 0x960D0C) is known color: Dark Red. HEX triplet: 96, 0D and 0C. RGB value is (150,13,12). Sum of RGB (Red+Green+Blue) = 150+13+12=175 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.71% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 150 - color contains mainly: red. Hex color #960D0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960D0C is #69F2F3. Grayscale: #353535. Windows color (decimal): -6943476 or 789910. OLE color: 789910.
HSL color Cylindrical-coordinate representation of color #960D0C: hue angle of 0.43º 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 #960D0C is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 13 | 12 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.41 |
| HSL | 0.43º | 0.85% | 0.32% | - |
| HSV(B) | 0.43º | 0.92% | 0.59% | - |
| XYZ | 12.79 | 6.8 | 0.99 | - |
| YUV | 53.85 | 104.39 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 12 | 0 | 0.91 | 0.92 | 0.41 | 0.43 | 0.85 | 0.32 |
| Hex | 96 | D | C | 0 | 5B | 5C | 29 | 0 | 55 | 20 |
| Octal | 226 | 15 | 14 | 0 | 133 | 134 | 51 | 0 | 125 | 40 |
| Binary | 10010110 | 1101 | 1100 | 0 | 1011011 | 1011100 | 101001 | 0 | 1010101 | 100000 |
Color Harmonies of #960D0C
Complementary color
Monochromatic Colors of #960D0C
Black with #960D0C
Text Example
Text Example
White with #960D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960D0C; }
p { color: rgb(150,13,12); }
H1.HeaderClassName
{
color: #960D0C;
}
.AnyTagClassName
{
color: #960D0C;
}
</style>
background-color css
<style>
a { background-color: #960D0C; }
a { background-color: rgb(150,13,12); }
div.DivClassName
{
background-color: #960D0C;
}
.BgClassName
{
background-color: #960D0C;
}
</style>
border-color css
<style>
span { border-color: #960D0C; }
span { border-color: rgb(150,13,12); }
td.TdClassName
{
border-color: #960D0C;
}
.TagClassName
{
border-color: #960D0C;
}
</style>