Shades of Carmine #921420
Tints of Carmine #921420
RGB
CMYK
RGB Variations
Color information
#921420 (or 0x921420) is known color: Carmine. HEX triplet: 92, 14 and 20. RGB value is (146,20,32). Sum of RGB (Red+Green+Blue) = 146+20+32=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #921420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921420 is #6DEBDF. Grayscale: #3B3B3B. Windows color (decimal): -7203808 or 2102418. OLE color: 2102418.
HSL color Cylindrical-coordinate representation of color #921420: hue angle of 354.29º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921420 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 32 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.43 |
| HSL | 354.29º | 0.76% | 0.33% | - |
| HSV(B) | 354.29º | 0.86% | 0.57% | - |
| XYZ | 12.36 | 6.72 | 2.01 | - |
| YUV | 59.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 32 | 0 | 0.86 | 0.78 | 0.43 | 354.29 | 0.76 | 0.33 |
| Hex | 92 | 14 | 20 | 0 | 56 | 4E | 2B | 162 | 4C | 21 |
| Octal | 222 | 24 | 40 | 0 | 126 | 116 | 53 | 542 | 114 | 41 |
| Binary | 10010010 | 10100 | 100000 | 0 | 1010110 | 1001110 | 101011 | 101100010 | 1001100 | 100001 |
Color Harmonies of #921420
Complementary color
Monochromatic Colors of #921420
Black with #921420
Text Example
Text Example
White with #921420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921420; }
p { color: rgb(146,20,32); }
H1.HeaderClassName
{
color: #921420;
}
.AnyTagClassName
{
color: #921420;
}
</style>
background-color css
<style>
a { background-color: #921420; }
a { background-color: rgb(146,20,32); }
div.DivClassName
{
background-color: #921420;
}
.BgClassName
{
background-color: #921420;
}
</style>
border-color css
<style>
span { border-color: #921420; }
span { border-color: rgb(146,20,32); }
td.TdClassName
{
border-color: #921420;
}
.TagClassName
{
border-color: #921420;
}
</style>