Shades of Carmine #A2071C
Tints of Carmine #A2071C
RGB
CMYK
RGB Variations
Color information
#A2071C (or 0xA2071C) is known color: Carmine. HEX triplet: A2, 07 and 1C. RGB value is (162,7,28). Sum of RGB (Red+Green+Blue) = 162+7+28=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A2071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2071C is #5DF8E3. Grayscale: #373737. Windows color (decimal): -6158564 or 1836962. OLE color: 1836962.
HSL color Cylindrical-coordinate representation of color #A2071C: hue angle of 351.87º 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 #A2071C is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 28 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.36 |
| HSL | 351.87º | 0.92% | 0.33% | - |
| HSV(B) | 351.87º | 0.96% | 0.64% | - |
| XYZ | 15.19 | 7.92 | 1.83 | - |
| YUV | 55.74 | 112.35 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 28 | 0 | 0.96 | 0.83 | 0.36 | 351.87 | 0.92 | 0.33 |
| Hex | A2 | 7 | 1C | 0 | 60 | 53 | 24 | 160 | 5C | 21 |
| Octal | 242 | 7 | 34 | 0 | 140 | 123 | 44 | 540 | 134 | 41 |
| Binary | 10100010 | 111 | 11100 | 0 | 1100000 | 1010011 | 100100 | 101100000 | 1011100 | 100001 |
Color Harmonies of #A2071C
Complementary color
Monochromatic Colors of #A2071C
Black with #A2071C
Text Example
Text Example
White with #A2071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2071C; }
p { color: rgb(162,7,28); }
H1.HeaderClassName
{
color: #A2071C;
}
.AnyTagClassName
{
color: #A2071C;
}
</style>
background-color css
<style>
a { background-color: #A2071C; }
a { background-color: rgb(162,7,28); }
div.DivClassName
{
background-color: #A2071C;
}
.BgClassName
{
background-color: #A2071C;
}
</style>
border-color css
<style>
span { border-color: #A2071C; }
span { border-color: rgb(162,7,28); }
td.TdClassName
{
border-color: #A2071C;
}
.TagClassName
{
border-color: #A2071C;
}
</style>