Shades of Carmine #A1022E
Tints of Carmine #A1022E
RGB
CMYK
RGB Variations
Color information
#A1022E (or 0xA1022E) is known color: Carmine. HEX triplet: A1, 02 and 2E. RGB value is (161,2,46). Sum of RGB (Red+Green+Blue) = 161+2+46=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A1022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1022E is #5EFDD1. Grayscale: #363636. Windows color (decimal): -6225362 or 3015329. OLE color: 3015329.
HSL color Cylindrical-coordinate representation of color #A1022E: hue angle of 343.4º 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 #A1022E is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.37 |
| HSL | 343.4º | 0.98% | 0.32% | - |
| HSV(B) | 343.4º | 0.99% | 0.63% | - |
| XYZ | 15.21 | 7.82 | 3.29 | - |
| YUV | 54.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 46 | 0 | 0.99 | 0.71 | 0.37 | 343.4 | 0.98 | 0.32 |
| Hex | A1 | 2 | 2E | 0 | 63 | 47 | 25 | 157 | 62 | 20 |
| Octal | 241 | 2 | 56 | 0 | 143 | 107 | 45 | 527 | 142 | 40 |
| Binary | 10100001 | 10 | 101110 | 0 | 1100011 | 1000111 | 100101 | 101010111 | 1100010 | 100000 |
Color Harmonies of #A1022E
Complementary color
Monochromatic Colors of #A1022E
Black with #A1022E
Text Example
Text Example
White with #A1022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1022E; }
p { color: rgb(161,2,46); }
H1.HeaderClassName
{
color: #A1022E;
}
.AnyTagClassName
{
color: #A1022E;
}
</style>
background-color css
<style>
a { background-color: #A1022E; }
a { background-color: rgb(161,2,46); }
div.DivClassName
{
background-color: #A1022E;
}
.BgClassName
{
background-color: #A1022E;
}
</style>
border-color css
<style>
span { border-color: #A1022E; }
span { border-color: rgb(161,2,46); }
td.TdClassName
{
border-color: #A1022E;
}
.TagClassName
{
border-color: #A1022E;
}
</style>