Shades of Carmine #A2102C
Tints of Carmine #A2102C
RGB
CMYK
RGB Variations
Color information
#A2102C (or 0xA2102C) is known color: Carmine. HEX triplet: A2, 10 and 2C. RGB value is (162,16,44). Sum of RGB (Red+Green+Blue) = 162+16+44=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A2102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2102C is #5DEFD3. Grayscale: #3E3E3E. Windows color (decimal): -6156244 or 2887842. OLE color: 2887842.
HSL color Cylindrical-coordinate representation of color #A2102C: hue angle of 348.49º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2102C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 44 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.36 |
| HSL | 348.49º | 0.82% | 0.35% | - |
| HSV(B) | 348.49º | 0.9% | 0.64% | - |
| XYZ | 15.54 | 8.23 | 3.15 | - |
| YUV | 62.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 44 | 0 | 0.90 | 0.73 | 0.36 | 348.49 | 0.82 | 0.35 |
| Hex | A2 | 10 | 2C | 0 | 5A | 49 | 24 | 15C | 52 | 23 |
| Octal | 242 | 20 | 54 | 0 | 132 | 111 | 44 | 534 | 122 | 43 |
| Binary | 10100010 | 10000 | 101100 | 0 | 1011010 | 1001001 | 100100 | 101011100 | 1010010 | 100011 |
Color Harmonies of #A2102C
Complementary color
Monochromatic Colors of #A2102C
Black with #A2102C
Text Example
Text Example
White with #A2102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2102C; }
p { color: rgb(162,16,44); }
H1.HeaderClassName
{
color: #A2102C;
}
.AnyTagClassName
{
color: #A2102C;
}
</style>
background-color css
<style>
a { background-color: #A2102C; }
a { background-color: rgb(162,16,44); }
div.DivClassName
{
background-color: #A2102C;
}
.BgClassName
{
background-color: #A2102C;
}
</style>
border-color css
<style>
span { border-color: #A2102C; }
span { border-color: rgb(162,16,44); }
td.TdClassName
{
border-color: #A2102C;
}
.TagClassName
{
border-color: #A2102C;
}
</style>