Shades of Carmine #A2022D
Tints of Carmine #A2022D
RGB
CMYK
RGB Variations
Color information
#A2022D (or 0xA2022D) is known color: Carmine. HEX triplet: A2, 02 and 2D. RGB value is (162,2,45). Sum of RGB (Red+Green+Blue) = 162+2+45=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2022D is #5DFDD2. Grayscale: #363636. Windows color (decimal): -6159827 or 2949794. OLE color: 2949794.
HSL color Cylindrical-coordinate representation of color #A2022D: hue angle of 343.88º 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 #A2022D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.36 |
| HSL | 343.88º | 0.98% | 0.32% | - |
| HSV(B) | 343.88º | 0.99% | 0.64% | - |
| XYZ | 15.4 | 7.91 | 3.2 | - |
| YUV | 54.74 | 122.51 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 45 | 0 | 0.99 | 0.72 | 0.36 | 343.88 | 0.98 | 0.32 |
| Hex | A2 | 2 | 2D | 0 | 63 | 48 | 24 | 158 | 62 | 20 |
| Octal | 242 | 2 | 55 | 0 | 143 | 110 | 44 | 530 | 142 | 40 |
| Binary | 10100010 | 10 | 101101 | 0 | 1100011 | 1001000 | 100100 | 101011000 | 1100010 | 100000 |
Color Harmonies of #A2022D
Complementary color
Monochromatic Colors of #A2022D
Black with #A2022D
Text Example
Text Example
White with #A2022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2022D; }
p { color: rgb(162,2,45); }
H1.HeaderClassName
{
color: #A2022D;
}
.AnyTagClassName
{
color: #A2022D;
}
</style>
background-color css
<style>
a { background-color: #A2022D; }
a { background-color: rgb(162,2,45); }
div.DivClassName
{
background-color: #A2022D;
}
.BgClassName
{
background-color: #A2022D;
}
</style>
border-color css
<style>
span { border-color: #A2022D; }
span { border-color: rgb(162,2,45); }
td.TdClassName
{
border-color: #A2022D;
}
.TagClassName
{
border-color: #A2022D;
}
</style>