Shades of Carmine #921226
Tints of Carmine #921226
RGB
CMYK
RGB Variations
Color information
#921226 (or 0x921226) is known color: Carmine. HEX triplet: 92, 12 and 26. RGB value is (146,18,38). Sum of RGB (Red+Green+Blue) = 146+18+38=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #921226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921226 is #6DEDD9. Grayscale: #3A3A3A. Windows color (decimal): -7204314 or 2495122. OLE color: 2495122.
HSL color Cylindrical-coordinate representation of color #921226: hue angle of 350.62º 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 #921226 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 38 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.43 |
| HSL | 350.63º | 0.78% | 0.32% | - |
| HSV(B) | 350.63º | 0.88% | 0.57% | - |
| XYZ | 12.42 | 6.68 | 2.47 | - |
| YUV | 58.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 38 | 0 | 0.88 | 0.74 | 0.43 | 350.63 | 0.78 | 0.32 |
| Hex | 92 | 12 | 26 | 0 | 58 | 4A | 2B | 15F | 4E | 20 |
| Octal | 222 | 22 | 46 | 0 | 130 | 112 | 53 | 537 | 116 | 40 |
| Binary | 10010010 | 10010 | 100110 | 0 | 1011000 | 1001010 | 101011 | 101011111 | 1001110 | 100000 |
Color Harmonies of #921226
Complementary color
Monochromatic Colors of #921226
Black with #921226
Text Example
Text Example
White with #921226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921226; }
p { color: rgb(146,18,38); }
H1.HeaderClassName
{
color: #921226;
}
.AnyTagClassName
{
color: #921226;
}
</style>
background-color css
<style>
a { background-color: #921226; }
a { background-color: rgb(146,18,38); }
div.DivClassName
{
background-color: #921226;
}
.BgClassName
{
background-color: #921226;
}
</style>
border-color css
<style>
span { border-color: #921226; }
span { border-color: rgb(146,18,38); }
td.TdClassName
{
border-color: #921226;
}
.TagClassName
{
border-color: #921226;
}
</style>