Shades of Carmine #960016
Tints of Carmine #960016
RGB
CMYK
RGB Variations
Color information
#960016 (or 0x960016) is known color: Carmine. HEX triplet: 96, 00 and 16. RGB value is (150,0,22). Sum of RGB (Red+Green+Blue) = 150+0+22=172 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.21% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 150 - color contains mainly: red. Hex color #960016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960016 is #69FFE9. Grayscale: #2F2F2F. Windows color (decimal): -6946794 or 1441942. OLE color: 1441942.
HSL color Cylindrical-coordinate representation of color #960016: hue angle of 351.2º 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 #960016 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.85 | 0.41 |
| HSL | 351.2º | 1% | 0.29% | - |
| HSV(B) | 351.2º | 1% | 0.59% | - |
| XYZ | 12.72 | 6.54 | 1.35 | - |
| YUV | 47.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 22 | 0 | 1 | 0.85 | 0.41 | 351.2 | 1 | 0.29 |
| Hex | 96 | 0 | 16 | 0 | 64 | 55 | 29 | 15F | 64 | 1D |
| Octal | 226 | 0 | 26 | 0 | 144 | 125 | 51 | 537 | 144 | 35 |
| Binary | 10010110 | 0 | 10110 | 0 | 1100100 | 1010101 | 101001 | 101011111 | 1100100 | 11101 |
Color Harmonies of #960016
Complementary color
Monochromatic Colors of #960016
Black with #960016
Text Example
Text Example
White with #960016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960016; }
p { color: rgb(150,0,22); }
H1.HeaderClassName
{
color: #960016;
}
.AnyTagClassName
{
color: #960016;
}
</style>
background-color css
<style>
a { background-color: #960016; }
a { background-color: rgb(150,0,22); }
div.DivClassName
{
background-color: #960016;
}
.BgClassName
{
background-color: #960016;
}
</style>
border-color css
<style>
span { border-color: #960016; }
span { border-color: rgb(150,0,22); }
td.TdClassName
{
border-color: #960016;
}
.TagClassName
{
border-color: #960016;
}
</style>