Shades of Carmine #A1122D
Tints of Carmine #A1122D
RGB
CMYK
RGB Variations
Color information
#A1122D (or 0xA1122D) is known color: Carmine. HEX triplet: A1, 12 and 2D. RGB value is (161,18,45). Sum of RGB (Red+Green+Blue) = 161+18+45=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A1122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1122D is #5EEDD2. Grayscale: #3F3F3F. Windows color (decimal): -6221267 or 2953889. OLE color: 2953889.
HSL color Cylindrical-coordinate representation of color #A1122D: hue angle of 348.67º 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 #A1122D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 45 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.37 |
| HSL | 348.67º | 0.8% | 0.35% | - |
| HSV(B) | 348.67º | 0.89% | 0.63% | - |
| XYZ | 15.39 | 8.2 | 3.25 | - |
| YUV | 63.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 45 | 0 | 0.89 | 0.72 | 0.37 | 348.67 | 0.8 | 0.35 |
| Hex | A1 | 12 | 2D | 0 | 59 | 48 | 25 | 15D | 50 | 23 |
| Octal | 241 | 22 | 55 | 0 | 131 | 110 | 45 | 535 | 120 | 43 |
| Binary | 10100001 | 10010 | 101101 | 0 | 1011001 | 1001000 | 100101 | 101011101 | 1010000 | 100011 |
Color Harmonies of #A1122D
Complementary color
Monochromatic Colors of #A1122D
Black with #A1122D
Text Example
Text Example
White with #A1122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1122D; }
p { color: rgb(161,18,45); }
H1.HeaderClassName
{
color: #A1122D;
}
.AnyTagClassName
{
color: #A1122D;
}
</style>
background-color css
<style>
a { background-color: #A1122D; }
a { background-color: rgb(161,18,45); }
div.DivClassName
{
background-color: #A1122D;
}
.BgClassName
{
background-color: #A1122D;
}
</style>
border-color css
<style>
span { border-color: #A1122D; }
span { border-color: rgb(161,18,45); }
td.TdClassName
{
border-color: #A1122D;
}
.TagClassName
{
border-color: #A1122D;
}
</style>