Shades of Carmine #921224
Tints of Carmine #921224
RGB
CMYK
RGB Variations
Color information
#921224 (or 0x921224) is known color: Carmine. HEX triplet: 92, 12 and 24. RGB value is (146,18,36). Sum of RGB (Red+Green+Blue) = 146+18+36=200 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 146 - color contains mainly: red. Hex color #921224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921224 is #6DEDDB. Grayscale: #3A3A3A. Windows color (decimal): -7204316 or 2364050. OLE color: 2364050.
HSL color Cylindrical-coordinate representation of color #921224: hue angle of 351.56º 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 #921224 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 36 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.43 |
| HSL | 351.56º | 0.78% | 0.32% | - |
| HSV(B) | 351.56º | 0.88% | 0.57% | - |
| XYZ | 12.39 | 6.67 | 2.3 | - |
| YUV | 58.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 36 | 0 | 0.88 | 0.75 | 0.43 | 351.56 | 0.78 | 0.32 |
| Hex | 92 | 12 | 24 | 0 | 58 | 4B | 2B | 160 | 4E | 20 |
| Octal | 222 | 22 | 44 | 0 | 130 | 113 | 53 | 540 | 116 | 40 |
| Binary | 10010010 | 10010 | 100100 | 0 | 1011000 | 1001011 | 101011 | 101100000 | 1001110 | 100000 |
Color Harmonies of #921224
Complementary color
Monochromatic Colors of #921224
Black with #921224
Text Example
Text Example
White with #921224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921224; }
p { color: rgb(146,18,36); }
H1.HeaderClassName
{
color: #921224;
}
.AnyTagClassName
{
color: #921224;
}
</style>
background-color css
<style>
a { background-color: #921224; }
a { background-color: rgb(146,18,36); }
div.DivClassName
{
background-color: #921224;
}
.BgClassName
{
background-color: #921224;
}
</style>
border-color css
<style>
span { border-color: #921224; }
span { border-color: rgb(146,18,36); }
td.TdClassName
{
border-color: #921224;
}
.TagClassName
{
border-color: #921224;
}
</style>