Shades of Dark Red #961202
Tints of Dark Red #961202
RGB
CMYK
RGB Variations
Color information
#961202 (or 0x961202) is known color: Dark Red. HEX triplet: 96, 12 and 02. RGB value is (150,18,2). Sum of RGB (Red+Green+Blue) = 150+18+2=170 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.24% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 150 - color contains mainly: red. Hex color #961202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961202 is #69EDFD. Grayscale: #373737. Windows color (decimal): -6942206 or 135830. OLE color: 135830.
HSL color Cylindrical-coordinate representation of color #961202: hue angle of 6.49º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #961202 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.41 |
| HSL | 6.49º | 0.97% | 0.3% | - |
| HSV(B) | 6.49º | 0.99% | 0.59% | - |
| XYZ | 12.8 | 6.92 | 0.72 | - |
| YUV | 55.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 2 | 0 | 0.88 | 0.99 | 0.41 | 6.49 | 0.97 | 0.3 |
| Hex | 96 | 12 | 2 | 0 | 58 | 63 | 29 | 6 | 61 | 1E |
| Octal | 226 | 22 | 2 | 0 | 130 | 143 | 51 | 6 | 141 | 36 |
| Binary | 10010110 | 10010 | 10 | 0 | 1011000 | 1100011 | 101001 | 110 | 1100001 | 11110 |
Color Harmonies of #961202
Complementary color
Monochromatic Colors of #961202
Black with #961202
Text Example
Text Example
White with #961202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961202; }
p { color: rgb(150,18,2); }
H1.HeaderClassName
{
color: #961202;
}
.AnyTagClassName
{
color: #961202;
}
</style>
background-color css
<style>
a { background-color: #961202; }
a { background-color: rgb(150,18,2); }
div.DivClassName
{
background-color: #961202;
}
.BgClassName
{
background-color: #961202;
}
</style>
border-color css
<style>
span { border-color: #961202; }
span { border-color: rgb(150,18,2); }
td.TdClassName
{
border-color: #961202;
}
.TagClassName
{
border-color: #961202;
}
</style>