Shades of Carmine #96122C
Tints of Carmine #96122C
RGB
CMYK
RGB Variations
Color information
#96122C (or 0x96122C) is known color: Carmine. HEX triplet: 96, 12 and 2C. RGB value is (150,18,44). Sum of RGB (Red+Green+Blue) = 150+18+44=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96122C is #69EDD3. Grayscale: #3C3C3C. Windows color (decimal): -6942164 or 2888342. OLE color: 2888342.
HSL color Cylindrical-coordinate representation of color #96122C: hue angle of 348.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96122C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 44 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.41 |
| HSL | 348.18º | 0.79% | 0.33% | - |
| HSV(B) | 348.18º | 0.88% | 0.59% | - |
| XYZ | 13.25 | 7.1 | 3.05 | - |
| YUV | 60.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 44 | 0 | 0.88 | 0.71 | 0.41 | 348.18 | 0.79 | 0.33 |
| Hex | 96 | 12 | 2C | 0 | 58 | 47 | 29 | 15C | 4F | 21 |
| Octal | 226 | 22 | 54 | 0 | 130 | 107 | 51 | 534 | 117 | 41 |
| Binary | 10010110 | 10010 | 101100 | 0 | 1011000 | 1000111 | 101001 | 101011100 | 1001111 | 100001 |
Color Harmonies of #96122C
Complementary color
Monochromatic Colors of #96122C
Black with #96122C
Text Example
Text Example
White with #96122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96122C; }
p { color: rgb(150,18,44); }
H1.HeaderClassName
{
color: #96122C;
}
.AnyTagClassName
{
color: #96122C;
}
</style>
background-color css
<style>
a { background-color: #96122C; }
a { background-color: rgb(150,18,44); }
div.DivClassName
{
background-color: #96122C;
}
.BgClassName
{
background-color: #96122C;
}
</style>
border-color css
<style>
span { border-color: #96122C; }
span { border-color: rgb(150,18,44); }
td.TdClassName
{
border-color: #96122C;
}
.TagClassName
{
border-color: #96122C;
}
</style>