Shades of Carmine #A1121E
Tints of Carmine #A1121E
RGB
CMYK
RGB Variations
Color information
#A1121E (or 0xA1121E) is known color: Carmine. HEX triplet: A1, 12 and 1E. RGB value is (161,18,30). Sum of RGB (Red+Green+Blue) = 161+18+30=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A1121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1121E is #5EEDE1. Grayscale: #3E3E3E. Windows color (decimal): -6221282 or 1970849. OLE color: 1970849.
HSL color Cylindrical-coordinate representation of color #A1121E: hue angle of 354.97º 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 #A1121E is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 30 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.37 |
| HSL | 354.97º | 0.8% | 0.35% | - |
| HSV(B) | 354.97º | 0.89% | 0.63% | - |
| XYZ | 15.15 | 8.1 | 1.99 | - |
| YUV | 62.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 30 | 0 | 0.89 | 0.81 | 0.37 | 354.97 | 0.8 | 0.35 |
| Hex | A1 | 12 | 1E | 0 | 59 | 51 | 25 | 163 | 50 | 23 |
| Octal | 241 | 22 | 36 | 0 | 131 | 121 | 45 | 543 | 120 | 43 |
| Binary | 10100001 | 10010 | 11110 | 0 | 1011001 | 1010001 | 100101 | 101100011 | 1010000 | 100011 |
Color Harmonies of #A1121E
Complementary color
Monochromatic Colors of #A1121E
Black with #A1121E
Text Example
Text Example
White with #A1121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1121E; }
p { color: rgb(161,18,30); }
H1.HeaderClassName
{
color: #A1121E;
}
.AnyTagClassName
{
color: #A1121E;
}
</style>
background-color css
<style>
a { background-color: #A1121E; }
a { background-color: rgb(161,18,30); }
div.DivClassName
{
background-color: #A1121E;
}
.BgClassName
{
background-color: #A1121E;
}
</style>
border-color css
<style>
span { border-color: #A1121E; }
span { border-color: rgb(161,18,30); }
td.TdClassName
{
border-color: #A1121E;
}
.TagClassName
{
border-color: #A1121E;
}
</style>