Shades of Carmine #A2021A
Tints of Carmine #A2021A
RGB
CMYK
RGB Variations
Color information
#A2021A (or 0xA2021A) is known color: Carmine. HEX triplet: A2, 02 and 1A. RGB value is (162,2,26). Sum of RGB (Red+Green+Blue) = 162+2+26=190 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.26% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 162 - color contains mainly: red. Hex color #A2021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2021A is #5DFDE5. Grayscale: #343434. Windows color (decimal): -6159846 or 1704610. OLE color: 1704610.
HSL color Cylindrical-coordinate representation of color #A2021A: hue angle of 351º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2021A is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.36 |
| HSL | 351º | 0.98% | 0.32% | - |
| HSV(B) | 351º | 0.99% | 0.64% | - |
| XYZ | 15.11 | 7.8 | 1.69 | - |
| YUV | 52.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 26 | 0 | 0.99 | 0.84 | 0.36 | 351 | 0.98 | 0.32 |
| Hex | A2 | 2 | 1A | 0 | 63 | 54 | 24 | 15F | 62 | 20 |
| Octal | 242 | 2 | 32 | 0 | 143 | 124 | 44 | 537 | 142 | 40 |
| Binary | 10100010 | 10 | 11010 | 0 | 1100011 | 1010100 | 100100 | 101011111 | 1100010 | 100000 |
Color Harmonies of #A2021A
Complementary color
Monochromatic Colors of #A2021A
Black with #A2021A
Text Example
Text Example
White with #A2021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2021A; }
p { color: rgb(162,2,26); }
H1.HeaderClassName
{
color: #A2021A;
}
.AnyTagClassName
{
color: #A2021A;
}
</style>
background-color css
<style>
a { background-color: #A2021A; }
a { background-color: rgb(162,2,26); }
div.DivClassName
{
background-color: #A2021A;
}
.BgClassName
{
background-color: #A2021A;
}
</style>
border-color css
<style>
span { border-color: #A2021A; }
span { border-color: rgb(162,2,26); }
td.TdClassName
{
border-color: #A2021A;
}
.TagClassName
{
border-color: #A2021A;
}
</style>