Shades of Carmine #A2071E
Tints of Carmine #A2071E
RGB
CMYK
RGB Variations
Color information
#A2071E (or 0xA2071E) is known color: Carmine. HEX triplet: A2, 07 and 1E. RGB value is (162,7,30). Sum of RGB (Red+Green+Blue) = 162+7+30=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A2071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2071E is #5DF8E1. Grayscale: #383838. Windows color (decimal): -6158562 or 1968034. OLE color: 1968034.
HSL color Cylindrical-coordinate representation of color #A2071E: hue angle of 351.1º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2071E is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 30 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.36 |
| HSL | 351.1º | 0.92% | 0.33% | - |
| HSV(B) | 351.1º | 0.96% | 0.64% | - |
| XYZ | 15.21 | 7.93 | 1.96 | - |
| YUV | 55.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 30 | 0 | 0.96 | 0.81 | 0.36 | 351.1 | 0.92 | 0.33 |
| Hex | A2 | 7 | 1E | 0 | 60 | 51 | 24 | 15F | 5C | 21 |
| Octal | 242 | 7 | 36 | 0 | 140 | 121 | 44 | 537 | 134 | 41 |
| Binary | 10100010 | 111 | 11110 | 0 | 1100000 | 1010001 | 100100 | 101011111 | 1011100 | 100001 |
Color Harmonies of #A2071E
Complementary color
Monochromatic Colors of #A2071E
Black with #A2071E
Text Example
Text Example
White with #A2071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2071E; }
p { color: rgb(162,7,30); }
H1.HeaderClassName
{
color: #A2071E;
}
.AnyTagClassName
{
color: #A2071E;
}
</style>
background-color css
<style>
a { background-color: #A2071E; }
a { background-color: rgb(162,7,30); }
div.DivClassName
{
background-color: #A2071E;
}
.BgClassName
{
background-color: #A2071E;
}
</style>
border-color css
<style>
span { border-color: #A2071E; }
span { border-color: rgb(162,7,30); }
td.TdClassName
{
border-color: #A2071E;
}
.TagClassName
{
border-color: #A2071E;
}
</style>