Shades of Carmine #921019
Tints of Carmine #921019
RGB
CMYK
RGB Variations
Color information
#921019 (or 0x921019) is known color: Carmine. HEX triplet: 92, 10 and 19. RGB value is (146,16,25). Sum of RGB (Red+Green+Blue) = 146+16+25=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #921019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921019 is #6DEFE6. Grayscale: #373737. Windows color (decimal): -7204839 or 1642642. OLE color: 1642642.
HSL color Cylindrical-coordinate representation of color #921019: hue angle of 355.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921019 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 25 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.43 |
| HSL | 355.85º | 0.8% | 0.32% | - |
| HSV(B) | 355.85º | 0.89% | 0.57% | - |
| XYZ | 12.21 | 6.55 | 1.54 | - |
| YUV | 55.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 25 | 0 | 0.89 | 0.83 | 0.43 | 355.85 | 0.8 | 0.32 |
| Hex | 92 | 10 | 19 | 0 | 59 | 53 | 2B | 164 | 50 | 20 |
| Octal | 222 | 20 | 31 | 0 | 131 | 123 | 53 | 544 | 120 | 40 |
| Binary | 10010010 | 10000 | 11001 | 0 | 1011001 | 1010011 | 101011 | 101100100 | 1010000 | 100000 |
Color Harmonies of #921019
Complementary color
Monochromatic Colors of #921019
Black with #921019
Text Example
Text Example
White with #921019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921019; }
p { color: rgb(146,16,25); }
H1.HeaderClassName
{
color: #921019;
}
.AnyTagClassName
{
color: #921019;
}
</style>
background-color css
<style>
a { background-color: #921019; }
a { background-color: rgb(146,16,25); }
div.DivClassName
{
background-color: #921019;
}
.BgClassName
{
background-color: #921019;
}
</style>
border-color css
<style>
span { border-color: #921019; }
span { border-color: rgb(146,16,25); }
td.TdClassName
{
border-color: #921019;
}
.TagClassName
{
border-color: #921019;
}
</style>