Shades of Carmine #921216
Tints of Carmine #921216
RGB
CMYK
RGB Variations
Color information
#921216 (or 0x921216) is known color: Carmine. HEX triplet: 92, 12 and 16. RGB value is (146,18,22). Sum of RGB (Red+Green+Blue) = 146+18+22=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #921216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921216 is #6DEDE9. Grayscale: #383838. Windows color (decimal): -7204330 or 1446546. OLE color: 1446546.
HSL color Cylindrical-coordinate representation of color #921216: hue angle of 358.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921216 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 22 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.43 |
| HSL | 358.13º | 0.78% | 0.32% | - |
| HSV(B) | 358.13º | 0.88% | 0.57% | - |
| XYZ | 12.22 | 6.6 | 1.39 | - |
| YUV | 56.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 22 | 0 | 0.88 | 0.85 | 0.43 | 358.13 | 0.78 | 0.32 |
| Hex | 92 | 12 | 16 | 0 | 58 | 55 | 2B | 166 | 4E | 20 |
| Octal | 222 | 22 | 26 | 0 | 130 | 125 | 53 | 546 | 116 | 40 |
| Binary | 10010010 | 10010 | 10110 | 0 | 1011000 | 1010101 | 101011 | 101100110 | 1001110 | 100000 |
Color Harmonies of #921216
Complementary color
Monochromatic Colors of #921216
Black with #921216
Text Example
Text Example
White with #921216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921216; }
p { color: rgb(146,18,22); }
H1.HeaderClassName
{
color: #921216;
}
.AnyTagClassName
{
color: #921216;
}
</style>
background-color css
<style>
a { background-color: #921216; }
a { background-color: rgb(146,18,22); }
div.DivClassName
{
background-color: #921216;
}
.BgClassName
{
background-color: #921216;
}
</style>
border-color css
<style>
span { border-color: #921216; }
span { border-color: rgb(146,18,22); }
td.TdClassName
{
border-color: #921216;
}
.TagClassName
{
border-color: #921216;
}
</style>