Shades of Carmine #960022
Tints of Carmine #960022
RGB
CMYK
RGB Variations
Color information
#960022 (or 0x960022) is known color: Carmine. HEX triplet: 96, 00 and 22. RGB value is (150,0,34). Sum of RGB (Red+Green+Blue) = 150+0+34=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #960022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960022 is #69FFDD. Grayscale: #303030. Windows color (decimal): -6946782 or 2228374. OLE color: 2228374.
HSL color Cylindrical-coordinate representation of color #960022: hue angle of 346.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 #960022 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.77 | 0.41 |
| HSL | 346.4º | 1% | 0.29% | - |
| HSV(B) | 346.4º | 1% | 0.59% | - |
| XYZ | 12.87 | 6.6 | 2.11 | - |
| YUV | 48.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 34 | 0 | 1 | 0.77 | 0.41 | 346.4 | 1 | 0.29 |
| Hex | 96 | 0 | 22 | 0 | 64 | 4D | 29 | 15A | 64 | 1D |
| Octal | 226 | 0 | 42 | 0 | 144 | 115 | 51 | 532 | 144 | 35 |
| Binary | 10010110 | 0 | 100010 | 0 | 1100100 | 1001101 | 101001 | 101011010 | 1100100 | 11101 |
Color Harmonies of #960022
Complementary color
Monochromatic Colors of #960022
Black with #960022
Text Example
Text Example
White with #960022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960022; }
p { color: rgb(150,0,34); }
H1.HeaderClassName
{
color: #960022;
}
.AnyTagClassName
{
color: #960022;
}
</style>
background-color css
<style>
a { background-color: #960022; }
a { background-color: rgb(150,0,34); }
div.DivClassName
{
background-color: #960022;
}
.BgClassName
{
background-color: #960022;
}
</style>
border-color css
<style>
span { border-color: #960022; }
span { border-color: rgb(150,0,34); }
td.TdClassName
{
border-color: #960022;
}
.TagClassName
{
border-color: #960022;
}
</style>