Shades of Carmine #960119
Tints of Carmine #960119
RGB
CMYK
RGB Variations
Color information
#960119 (or 0x960119) is known color: Carmine. HEX triplet: 96, 01 and 19. RGB value is (150,1,25). Sum of RGB (Red+Green+Blue) = 150+1+25=176 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.23% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 150 - color contains mainly: red. Hex color #960119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960119 is #69FEE6. Grayscale: #303030. Windows color (decimal): -6946535 or 1638806. OLE color: 1638806.
HSL color Cylindrical-coordinate representation of color #960119: hue angle of 350.34º degrees, saturation: 0.99, 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 #960119 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.41 |
| HSL | 350.34º | 0.99% | 0.3% | - |
| HSV(B) | 350.34º | 0.99% | 0.59% | - |
| XYZ | 12.76 | 6.58 | 1.52 | - |
| YUV | 48.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 25 | 0 | 0.99 | 0.83 | 0.41 | 350.34 | 0.99 | 0.3 |
| Hex | 96 | 1 | 19 | 0 | 63 | 53 | 29 | 15E | 63 | 1E |
| Octal | 226 | 1 | 31 | 0 | 143 | 123 | 51 | 536 | 143 | 36 |
| Binary | 10010110 | 1 | 11001 | 0 | 1100011 | 1010011 | 101001 | 101011110 | 1100011 | 11110 |
Color Harmonies of #960119
Complementary color
Monochromatic Colors of #960119
Black with #960119
Text Example
Text Example
White with #960119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960119; }
p { color: rgb(150,1,25); }
H1.HeaderClassName
{
color: #960119;
}
.AnyTagClassName
{
color: #960119;
}
</style>
background-color css
<style>
a { background-color: #960119; }
a { background-color: rgb(150,1,25); }
div.DivClassName
{
background-color: #960119;
}
.BgClassName
{
background-color: #960119;
}
</style>
border-color css
<style>
span { border-color: #960119; }
span { border-color: rgb(150,1,25); }
td.TdClassName
{
border-color: #960119;
}
.TagClassName
{
border-color: #960119;
}
</style>