Shades of Carmine #960021
Tints of Carmine #960021
RGB
CMYK
RGB Variations
Color information
#960021 (or 0x960021) is known color: Carmine. HEX triplet: 96, 00 and 21. RGB value is (150,0,33). Sum of RGB (Red+Green+Blue) = 150+0+33=183 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.97% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 150 - color contains mainly: red. Hex color #960021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960021 is #69FFDE. Grayscale: #303030. Windows color (decimal): -6946783 or 2162838. OLE color: 2162838.
HSL color Cylindrical-coordinate representation of color #960021: hue angle of 346.8º 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 #960021 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.78 | 0.41 |
| HSL | 346.8º | 1% | 0.29% | - |
| HSV(B) | 346.8º | 1% | 0.59% | - |
| XYZ | 12.85 | 6.59 | 2.03 | - |
| YUV | 48.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 33 | 0 | 1 | 0.78 | 0.41 | 346.8 | 1 | 0.29 |
| Hex | 96 | 0 | 21 | 0 | 64 | 4E | 29 | 15B | 64 | 1D |
| Octal | 226 | 0 | 41 | 0 | 144 | 116 | 51 | 533 | 144 | 35 |
| Binary | 10010110 | 0 | 100001 | 0 | 1100100 | 1001110 | 101001 | 101011011 | 1100100 | 11101 |
Color Harmonies of #960021
Complementary color
Monochromatic Colors of #960021
Black with #960021
Text Example
Text Example
White with #960021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960021; }
p { color: rgb(150,0,33); }
H1.HeaderClassName
{
color: #960021;
}
.AnyTagClassName
{
color: #960021;
}
</style>
background-color css
<style>
a { background-color: #960021; }
a { background-color: rgb(150,0,33); }
div.DivClassName
{
background-color: #960021;
}
.BgClassName
{
background-color: #960021;
}
</style>
border-color css
<style>
span { border-color: #960021; }
span { border-color: rgb(150,0,33); }
td.TdClassName
{
border-color: #960021;
}
.TagClassName
{
border-color: #960021;
}
</style>