Shades of Carmine #960221
Tints of Carmine #960221
RGB
CMYK
RGB Variations
Color information
#960221 (or 0x960221) is known color: Carmine. HEX triplet: 96, 02 and 21. RGB value is (150,2,33). Sum of RGB (Red+Green+Blue) = 150+2+33=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #960221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960221 is #69FDDE. Grayscale: #313131. Windows color (decimal): -6946271 or 2163350. OLE color: 2163350.
HSL color Cylindrical-coordinate representation of color #960221: hue angle of 347.43º 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 #960221 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.41 |
| HSL | 347.43º | 0.97% | 0.3% | - |
| HSV(B) | 347.43º | 0.99% | 0.59% | - |
| XYZ | 12.87 | 6.64 | 2.04 | - |
| YUV | 49.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 33 | 0 | 0.99 | 0.78 | 0.41 | 347.43 | 0.97 | 0.3 |
| Hex | 96 | 2 | 21 | 0 | 63 | 4E | 29 | 15B | 61 | 1E |
| Octal | 226 | 2 | 41 | 0 | 143 | 116 | 51 | 533 | 141 | 36 |
| Binary | 10010110 | 10 | 100001 | 0 | 1100011 | 1001110 | 101001 | 101011011 | 1100001 | 11110 |
Color Harmonies of #960221
Complementary color
Monochromatic Colors of #960221
Black with #960221
Text Example
Text Example
White with #960221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960221; }
p { color: rgb(150,2,33); }
H1.HeaderClassName
{
color: #960221;
}
.AnyTagClassName
{
color: #960221;
}
</style>
background-color css
<style>
a { background-color: #960221; }
a { background-color: rgb(150,2,33); }
div.DivClassName
{
background-color: #960221;
}
.BgClassName
{
background-color: #960221;
}
</style>
border-color css
<style>
span { border-color: #960221; }
span { border-color: rgb(150,2,33); }
td.TdClassName
{
border-color: #960221;
}
.TagClassName
{
border-color: #960221;
}
</style>