Shades of Carmine #A7122E
Tints of Carmine #A7122E
RGB
CMYK
RGB Variations
Color information
#A7122E (or 0xA7122E) is known color: Carmine. HEX triplet: A7, 12 and 2E. RGB value is (167,18,46). Sum of RGB (Red+Green+Blue) = 167+18+46=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A7122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7122E is #58EDD1. Grayscale: #414141. Windows color (decimal): -5828050 or 3019431. OLE color: 3019431.
HSL color Cylindrical-coordinate representation of color #A7122E: hue angle of 348.72º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7122E is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 18 | 46 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.35 |
| HSL | 348.72º | 0.81% | 0.36% | - |
| HSV(B) | 348.72º | 0.89% | 0.65% | - |
| XYZ | 16.65 | 8.85 | 3.41 | - |
| YUV | 65.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 46 | 0 | 0.89 | 0.72 | 0.35 | 348.72 | 0.81 | 0.36 |
| Hex | A7 | 12 | 2E | 0 | 59 | 48 | 23 | 15D | 51 | 24 |
| Octal | 247 | 22 | 56 | 0 | 131 | 110 | 43 | 535 | 121 | 44 |
| Binary | 10100111 | 10010 | 101110 | 0 | 1011001 | 1001000 | 100011 | 101011101 | 1010001 | 100100 |
Color Harmonies of #A7122E
Complementary color
Monochromatic Colors of #A7122E
Black with #A7122E
Text Example
Text Example
White with #A7122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7122E; }
p { color: rgb(167,18,46); }
H1.HeaderClassName
{
color: #A7122E;
}
.AnyTagClassName
{
color: #A7122E;
}
</style>
background-color css
<style>
a { background-color: #A7122E; }
a { background-color: rgb(167,18,46); }
div.DivClassName
{
background-color: #A7122E;
}
.BgClassName
{
background-color: #A7122E;
}
</style>
border-color css
<style>
span { border-color: #A7122E; }
span { border-color: rgb(167,18,46); }
td.TdClassName
{
border-color: #A7122E;
}
.TagClassName
{
border-color: #A7122E;
}
</style>