Shades of Carmine #A1122C
Tints of Carmine #A1122C
RGB
CMYK
RGB Variations
Color information
#A1122C (or 0xA1122C) is known color: Carmine. HEX triplet: A1, 12 and 2C. RGB value is (161,18,44). Sum of RGB (Red+Green+Blue) = 161+18+44=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1122C is #5EEDD3. Grayscale: #3F3F3F. Windows color (decimal): -6221268 or 2888353. OLE color: 2888353.
HSL color Cylindrical-coordinate representation of color #A1122C: hue angle of 349.09º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1122C is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 44 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.37 |
| HSL | 349.09º | 0.8% | 0.35% | - |
| HSV(B) | 349.09º | 0.89% | 0.63% | - |
| XYZ | 15.37 | 8.19 | 3.15 | - |
| YUV | 63.72 | 116.88 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 44 | 0 | 0.89 | 0.73 | 0.37 | 349.09 | 0.8 | 0.35 |
| Hex | A1 | 12 | 2C | 0 | 59 | 49 | 25 | 15D | 50 | 23 |
| Octal | 241 | 22 | 54 | 0 | 131 | 111 | 45 | 535 | 120 | 43 |
| Binary | 10100001 | 10010 | 101100 | 0 | 1011001 | 1001001 | 100101 | 101011101 | 1010000 | 100011 |
Color Harmonies of #A1122C
Complementary color
Monochromatic Colors of #A1122C
Black with #A1122C
Text Example
Text Example
White with #A1122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1122C; }
p { color: rgb(161,18,44); }
H1.HeaderClassName
{
color: #A1122C;
}
.AnyTagClassName
{
color: #A1122C;
}
</style>
background-color css
<style>
a { background-color: #A1122C; }
a { background-color: rgb(161,18,44); }
div.DivClassName
{
background-color: #A1122C;
}
.BgClassName
{
background-color: #A1122C;
}
</style>
border-color css
<style>
span { border-color: #A1122C; }
span { border-color: rgb(161,18,44); }
td.TdClassName
{
border-color: #A1122C;
}
.TagClassName
{
border-color: #A1122C;
}
</style>