Shades of Carmine #960219
Tints of Carmine #960219
RGB
CMYK
RGB Variations
Color information
#960219 (or 0x960219) is known color: Carmine. HEX triplet: 96, 02 and 19. RGB value is (150,2,25). Sum of RGB (Red+Green+Blue) = 150+2+25=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #960219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960219 is #69FDE6. Grayscale: #303030. Windows color (decimal): -6946279 or 1639062. OLE color: 1639062.
HSL color Cylindrical-coordinate representation of color #960219: hue angle of 350.68º 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 #960219 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.41 |
| HSL | 350.68º | 0.97% | 0.3% | - |
| HSV(B) | 350.68º | 0.99% | 0.59% | - |
| XYZ | 12.77 | 6.6 | 1.52 | - |
| YUV | 48.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 25 | 0 | 0.99 | 0.83 | 0.41 | 350.68 | 0.97 | 0.3 |
| Hex | 96 | 2 | 19 | 0 | 63 | 53 | 29 | 15F | 61 | 1E |
| Octal | 226 | 2 | 31 | 0 | 143 | 123 | 51 | 537 | 141 | 36 |
| Binary | 10010110 | 10 | 11001 | 0 | 1100011 | 1010011 | 101001 | 101011111 | 1100001 | 11110 |
Color Harmonies of #960219
Complementary color
Monochromatic Colors of #960219
Black with #960219
Text Example
Text Example
White with #960219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960219; }
p { color: rgb(150,2,25); }
H1.HeaderClassName
{
color: #960219;
}
.AnyTagClassName
{
color: #960219;
}
</style>
background-color css
<style>
a { background-color: #960219; }
a { background-color: rgb(150,2,25); }
div.DivClassName
{
background-color: #960219;
}
.BgClassName
{
background-color: #960219;
}
</style>
border-color css
<style>
span { border-color: #960219; }
span { border-color: rgb(150,2,25); }
td.TdClassName
{
border-color: #960219;
}
.TagClassName
{
border-color: #960219;
}
</style>