Shades of Carmine #A1102C
Tints of Carmine #A1102C
RGB
CMYK
RGB Variations
Color information
#A1102C (or 0xA1102C) is known color: Carmine. HEX triplet: A1, 10 and 2C. RGB value is (161,16,44). Sum of RGB (Red+Green+Blue) = 161+16+44=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A1102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1102C is #5EEFD3. Grayscale: #3E3E3E. Windows color (decimal): -6221780 or 2887841. OLE color: 2887841.
HSL color Cylindrical-coordinate representation of color #A1102C: hue angle of 348.41º 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 #A1102C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 44 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.37 |
| HSL | 348.41º | 0.82% | 0.35% | - |
| HSV(B) | 348.41º | 0.9% | 0.63% | - |
| XYZ | 15.34 | 8.13 | 3.14 | - |
| YUV | 62.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 44 | 0 | 0.90 | 0.73 | 0.37 | 348.41 | 0.82 | 0.35 |
| Hex | A1 | 10 | 2C | 0 | 5A | 49 | 25 | 15C | 52 | 23 |
| Octal | 241 | 20 | 54 | 0 | 132 | 111 | 45 | 534 | 122 | 43 |
| Binary | 10100001 | 10000 | 101100 | 0 | 1011010 | 1001001 | 100101 | 101011100 | 1010010 | 100011 |
Color Harmonies of #A1102C
Complementary color
Monochromatic Colors of #A1102C
Black with #A1102C
Text Example
Text Example
White with #A1102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1102C; }
p { color: rgb(161,16,44); }
H1.HeaderClassName
{
color: #A1102C;
}
.AnyTagClassName
{
color: #A1102C;
}
</style>
background-color css
<style>
a { background-color: #A1102C; }
a { background-color: rgb(161,16,44); }
div.DivClassName
{
background-color: #A1102C;
}
.BgClassName
{
background-color: #A1102C;
}
</style>
border-color css
<style>
span { border-color: #A1102C; }
span { border-color: rgb(161,16,44); }
td.TdClassName
{
border-color: #A1102C;
}
.TagClassName
{
border-color: #A1102C;
}
</style>