Shades of Carmine #960013
Tints of Carmine #960013
RGB
CMYK
RGB Variations
Color information
#960013 (or 0x960013) is known color: Carmine. HEX triplet: 96, 00 and 13. RGB value is (150,0,19). Sum of RGB (Red+Green+Blue) = 150+0+19=169 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.76% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 150 - color contains mainly: red. Hex color #960013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960013 is #69FFEC. Grayscale: #2F2F2F. Windows color (decimal): -6946797 or 1245334. OLE color: 1245334.
HSL color Cylindrical-coordinate representation of color #960013: hue angle of 352.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960013 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.87 | 0.41 |
| HSL | 352.4º | 1% | 0.29% | - |
| HSV(B) | 352.4º | 1% | 0.59% | - |
| XYZ | 12.7 | 6.53 | 1.21 | - |
| YUV | 47.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 19 | 0 | 1 | 0.87 | 0.41 | 352.4 | 1 | 0.29 |
| Hex | 96 | 0 | 13 | 0 | 64 | 57 | 29 | 160 | 64 | 1D |
| Octal | 226 | 0 | 23 | 0 | 144 | 127 | 51 | 540 | 144 | 35 |
| Binary | 10010110 | 0 | 10011 | 0 | 1100100 | 1010111 | 101001 | 101100000 | 1100100 | 11101 |
Color Harmonies of #960013
Complementary color
Monochromatic Colors of #960013
Black with #960013
Text Example
Text Example
White with #960013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960013; }
p { color: rgb(150,0,19); }
H1.HeaderClassName
{
color: #960013;
}
.AnyTagClassName
{
color: #960013;
}
</style>
background-color css
<style>
a { background-color: #960013; }
a { background-color: rgb(150,0,19); }
div.DivClassName
{
background-color: #960013;
}
.BgClassName
{
background-color: #960013;
}
</style>
border-color css
<style>
span { border-color: #960013; }
span { border-color: rgb(150,0,19); }
td.TdClassName
{
border-color: #960013;
}
.TagClassName
{
border-color: #960013;
}
</style>