Shades of Carmine #A1022C
Tints of Carmine #A1022C
RGB
CMYK
RGB Variations
Color information
#A1022C (or 0xA1022C) is known color: Carmine. HEX triplet: A1, 02 and 2C. RGB value is (161,2,44). Sum of RGB (Red+Green+Blue) = 161+2+44=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1022C is #5EFDD3. Grayscale: #363636. Windows color (decimal): -6225364 or 2884257. OLE color: 2884257.
HSL color Cylindrical-coordinate representation of color #A1022C: hue angle of 344.15º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1022C is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.37 |
| HSL | 344.15º | 0.98% | 0.32% | - |
| HSV(B) | 344.15º | 0.99% | 0.63% | - |
| XYZ | 15.17 | 7.8 | 3.09 | - |
| YUV | 54.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 44 | 0 | 0.99 | 0.73 | 0.37 | 344.15 | 0.98 | 0.32 |
| Hex | A1 | 2 | 2C | 0 | 63 | 49 | 25 | 158 | 62 | 20 |
| Octal | 241 | 2 | 54 | 0 | 143 | 111 | 45 | 530 | 142 | 40 |
| Binary | 10100001 | 10 | 101100 | 0 | 1100011 | 1001001 | 100101 | 101011000 | 1100010 | 100000 |
Color Harmonies of #A1022C
Complementary color
Monochromatic Colors of #A1022C
Black with #A1022C
Text Example
Text Example
White with #A1022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1022C; }
p { color: rgb(161,2,44); }
H1.HeaderClassName
{
color: #A1022C;
}
.AnyTagClassName
{
color: #A1022C;
}
</style>
background-color css
<style>
a { background-color: #A1022C; }
a { background-color: rgb(161,2,44); }
div.DivClassName
{
background-color: #A1022C;
}
.BgClassName
{
background-color: #A1022C;
}
</style>
border-color css
<style>
span { border-color: #A1022C; }
span { border-color: rgb(161,2,44); }
td.TdClassName
{
border-color: #A1022C;
}
.TagClassName
{
border-color: #A1022C;
}
</style>