Shades of Carmine #921217
Tints of Carmine #921217
RGB
CMYK
RGB Variations
Color information
#921217 (or 0x921217) is known color: Carmine. HEX triplet: 92, 12 and 17. RGB value is (146,18,23). Sum of RGB (Red+Green+Blue) = 146+18+23=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #921217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921217 is #6DEDE8. Grayscale: #383838. Windows color (decimal): -7204329 or 1512082. OLE color: 1512082.
HSL color Cylindrical-coordinate representation of color #921217: hue angle of 357.66º 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 #921217 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 23 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.43 |
| HSL | 357.66º | 0.78% | 0.32% | - |
| HSV(B) | 357.66º | 0.88% | 0.57% | - |
| XYZ | 12.23 | 6.61 | 1.44 | - |
| YUV | 56.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 23 | 0 | 0.88 | 0.84 | 0.43 | 357.66 | 0.78 | 0.32 |
| Hex | 92 | 12 | 17 | 0 | 58 | 54 | 2B | 166 | 4E | 20 |
| Octal | 222 | 22 | 27 | 0 | 130 | 124 | 53 | 546 | 116 | 40 |
| Binary | 10010010 | 10010 | 10111 | 0 | 1011000 | 1010100 | 101011 | 101100110 | 1001110 | 100000 |
Color Harmonies of #921217
Complementary color
Monochromatic Colors of #921217
Black with #921217
Text Example
Text Example
White with #921217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921217; }
p { color: rgb(146,18,23); }
H1.HeaderClassName
{
color: #921217;
}
.AnyTagClassName
{
color: #921217;
}
</style>
background-color css
<style>
a { background-color: #921217; }
a { background-color: rgb(146,18,23); }
div.DivClassName
{
background-color: #921217;
}
.BgClassName
{
background-color: #921217;
}
</style>
border-color css
<style>
span { border-color: #921217; }
span { border-color: rgb(146,18,23); }
td.TdClassName
{
border-color: #921217;
}
.TagClassName
{
border-color: #921217;
}
</style>