Shades of Carmine #A2021B
Tints of Carmine #A2021B
RGB
CMYK
RGB Variations
Color information
#A2021B (or 0xA2021B) is known color: Carmine. HEX triplet: A2, 02 and 1B. RGB value is (162,2,27). Sum of RGB (Red+Green+Blue) = 162+2+27=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A2021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2021B is #5DFDE4. Grayscale: #343434. Windows color (decimal): -6159845 or 1770146. OLE color: 1770146.
HSL color Cylindrical-coordinate representation of color #A2021B: hue angle of 350.62º 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 #A2021B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.36 |
| HSL | 350.63º | 0.98% | 0.32% | - |
| HSV(B) | 350.63º | 0.99% | 0.64% | - |
| XYZ | 15.12 | 7.8 | 1.75 | - |
| YUV | 52.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 27 | 0 | 0.99 | 0.83 | 0.36 | 350.63 | 0.98 | 0.32 |
| Hex | A2 | 2 | 1B | 0 | 63 | 53 | 24 | 15F | 62 | 20 |
| Octal | 242 | 2 | 33 | 0 | 143 | 123 | 44 | 537 | 142 | 40 |
| Binary | 10100010 | 10 | 11011 | 0 | 1100011 | 1010011 | 100100 | 101011111 | 1100010 | 100000 |
Color Harmonies of #A2021B
Complementary color
Monochromatic Colors of #A2021B
Black with #A2021B
Text Example
Text Example
White with #A2021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2021B; }
p { color: rgb(162,2,27); }
H1.HeaderClassName
{
color: #A2021B;
}
.AnyTagClassName
{
color: #A2021B;
}
</style>
background-color css
<style>
a { background-color: #A2021B; }
a { background-color: rgb(162,2,27); }
div.DivClassName
{
background-color: #A2021B;
}
.BgClassName
{
background-color: #A2021B;
}
</style>
border-color css
<style>
span { border-color: #A2021B; }
span { border-color: rgb(162,2,27); }
td.TdClassName
{
border-color: #A2021B;
}
.TagClassName
{
border-color: #A2021B;
}
</style>