Shades of Dark Red #960A03
Tints of Dark Red #960A03
RGB
CMYK
RGB Variations
Color information
#960A03 (or 0x960A03) is known color: Dark Red. HEX triplet: 96, 0A and 03. RGB value is (150,10,3). Sum of RGB (Red+Green+Blue) = 150+10+3=163 (21% of max value = 765). Red value is 150 (58.98% from 255 or 92.02% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 150 - color contains mainly: red. Hex color #960A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960A03 is #69F5FC. Grayscale: #333333. Windows color (decimal): -6944253 or 199318. OLE color: 199318.
HSL color Cylindrical-coordinate representation of color #960A03: hue angle of 2.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960A03 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 10 | 3 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.41 |
| HSL | 2.86º | 0.96% | 0.3% | - |
| HSV(B) | 2.86º | 0.98% | 0.59% | - |
| XYZ | 12.7 | 6.71 | 0.71 | - |
| YUV | 51.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 10 | 3 | 0 | 0.93 | 0.98 | 0.41 | 2.86 | 0.96 | 0.3 |
| Hex | 96 | A | 3 | 0 | 5D | 62 | 29 | 3 | 60 | 1E |
| Octal | 226 | 12 | 3 | 0 | 135 | 142 | 51 | 3 | 140 | 36 |
| Binary | 10010110 | 1010 | 11 | 0 | 1011101 | 1100010 | 101001 | 11 | 1100000 | 11110 |
Color Harmonies of #960A03
Complementary color
Monochromatic Colors of #960A03
Black with #960A03
Text Example
Text Example
White with #960A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960A03; }
p { color: rgb(150,10,3); }
H1.HeaderClassName
{
color: #960A03;
}
.AnyTagClassName
{
color: #960A03;
}
</style>
background-color css
<style>
a { background-color: #960A03; }
a { background-color: rgb(150,10,3); }
div.DivClassName
{
background-color: #960A03;
}
.BgClassName
{
background-color: #960A03;
}
</style>
border-color css
<style>
span { border-color: #960A03; }
span { border-color: rgb(150,10,3); }
td.TdClassName
{
border-color: #960A03;
}
.TagClassName
{
border-color: #960A03;
}
</style>