Shades of Carmine #A2042E
Tints of Carmine #A2042E
RGB
CMYK
RGB Variations
Color information
#A2042E (or 0xA2042E) is known color: Carmine. HEX triplet: A2, 04 and 2E. RGB value is (162,4,46). Sum of RGB (Red+Green+Blue) = 162+4+46=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2042E is #5DFBD1. Grayscale: #383838. Windows color (decimal): -6159314 or 3015842. OLE color: 3015842.
HSL color Cylindrical-coordinate representation of color #A2042E: hue angle of 344.05º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2042E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.36 |
| HSL | 344.05º | 0.95% | 0.33% | - |
| HSV(B) | 344.05º | 0.98% | 0.64% | - |
| XYZ | 15.44 | 7.97 | 3.31 | - |
| YUV | 56.03 | 122.35 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 46 | 0 | 0.98 | 0.72 | 0.36 | 344.05 | 0.95 | 0.33 |
| Hex | A2 | 4 | 2E | 0 | 62 | 48 | 24 | 158 | 5F | 21 |
| Octal | 242 | 4 | 56 | 0 | 142 | 110 | 44 | 530 | 137 | 41 |
| Binary | 10100010 | 100 | 101110 | 0 | 1100010 | 1001000 | 100100 | 101011000 | 1011111 | 100001 |
Color Harmonies of #A2042E
Complementary color
Monochromatic Colors of #A2042E
Black with #A2042E
Text Example
Text Example
White with #A2042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2042E; }
p { color: rgb(162,4,46); }
H1.HeaderClassName
{
color: #A2042E;
}
.AnyTagClassName
{
color: #A2042E;
}
</style>
background-color css
<style>
a { background-color: #A2042E; }
a { background-color: rgb(162,4,46); }
div.DivClassName
{
background-color: #A2042E;
}
.BgClassName
{
background-color: #A2042E;
}
</style>
border-color css
<style>
span { border-color: #A2042E; }
span { border-color: rgb(162,4,46); }
td.TdClassName
{
border-color: #A2042E;
}
.TagClassName
{
border-color: #A2042E;
}
</style>