Shades of Carmine #A1112B
Tints of Carmine #A1112B
RGB
CMYK
RGB Variations
Color information
#A1112B (or 0xA1112B) is known color: Carmine. HEX triplet: A1, 11 and 2B. RGB value is (161,17,43). Sum of RGB (Red+Green+Blue) = 161+17+43=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A1112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1112B is #5EEED4. Grayscale: #3F3F3F. Windows color (decimal): -6221525 or 2822561. OLE color: 2822561.
HSL color Cylindrical-coordinate representation of color #A1112B: hue angle of 349.17º degrees, saturation: 0.81, 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 #A1112B is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 43 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.37 |
| HSL | 349.17º | 0.81% | 0.35% | - |
| HSV(B) | 349.17º | 0.89% | 0.63% | - |
| XYZ | 15.33 | 8.15 | 3.05 | - |
| YUV | 63.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 43 | 0 | 0.89 | 0.73 | 0.37 | 349.17 | 0.81 | 0.35 |
| Hex | A1 | 11 | 2B | 0 | 59 | 49 | 25 | 15D | 51 | 23 |
| Octal | 241 | 21 | 53 | 0 | 131 | 111 | 45 | 535 | 121 | 43 |
| Binary | 10100001 | 10001 | 101011 | 0 | 1011001 | 1001001 | 100101 | 101011101 | 1010001 | 100011 |
Color Harmonies of #A1112B
Complementary color
Monochromatic Colors of #A1112B
Black with #A1112B
Text Example
Text Example
White with #A1112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1112B; }
p { color: rgb(161,17,43); }
H1.HeaderClassName
{
color: #A1112B;
}
.AnyTagClassName
{
color: #A1112B;
}
</style>
background-color css
<style>
a { background-color: #A1112B; }
a { background-color: rgb(161,17,43); }
div.DivClassName
{
background-color: #A1112B;
}
.BgClassName
{
background-color: #A1112B;
}
</style>
border-color css
<style>
span { border-color: #A1112B; }
span { border-color: rgb(161,17,43); }
td.TdClassName
{
border-color: #A1112B;
}
.TagClassName
{
border-color: #A1112B;
}
</style>