Shades of Carmine #A1102E
Tints of Carmine #A1102E
RGB
CMYK
RGB Variations
Color information
#A1102E (or 0xA1102E) is known color: Carmine. HEX triplet: A1, 10 and 2E. RGB value is (161,16,46). Sum of RGB (Red+Green+Blue) = 161+16+46=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1102E is #5EEFD1. Grayscale: #3E3E3E. Windows color (decimal): -6221778 or 3018913. OLE color: 3018913.
HSL color Cylindrical-coordinate representation of color #A1102E: hue angle of 347.59º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1102E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 46 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.37 |
| HSL | 347.59º | 0.82% | 0.35% | - |
| HSV(B) | 347.59º | 0.9% | 0.63% | - |
| XYZ | 15.38 | 8.14 | 3.35 | - |
| YUV | 62.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 46 | 0 | 0.90 | 0.71 | 0.37 | 347.59 | 0.82 | 0.35 |
| Hex | A1 | 10 | 2E | 0 | 5A | 47 | 25 | 15C | 52 | 23 |
| Octal | 241 | 20 | 56 | 0 | 132 | 107 | 45 | 534 | 122 | 43 |
| Binary | 10100001 | 10000 | 101110 | 0 | 1011010 | 1000111 | 100101 | 101011100 | 1010010 | 100011 |
Color Harmonies of #A1102E
Complementary color
Monochromatic Colors of #A1102E
Black with #A1102E
Text Example
Text Example
White with #A1102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1102E; }
p { color: rgb(161,16,46); }
H1.HeaderClassName
{
color: #A1102E;
}
.AnyTagClassName
{
color: #A1102E;
}
</style>
background-color css
<style>
a { background-color: #A1102E; }
a { background-color: rgb(161,16,46); }
div.DivClassName
{
background-color: #A1102E;
}
.BgClassName
{
background-color: #A1102E;
}
</style>
border-color css
<style>
span { border-color: #A1102E; }
span { border-color: rgb(161,16,46); }
td.TdClassName
{
border-color: #A1102E;
}
.TagClassName
{
border-color: #A1102E;
}
</style>