Shades of Carmine #A7062E
Tints of Carmine #A7062E
RGB
CMYK
RGB Variations
Color information
#A7062E (or 0xA7062E) is known color: Carmine. HEX triplet: A7, 06 and 2E. RGB value is (167,6,46). Sum of RGB (Red+Green+Blue) = 167+6+46=219 (29% of max value = 765). Red value is 167 (65.62% from 255 or 76.26% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 167 - color contains mainly: red. Hex color #A7062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7062E is #58F9D1. Grayscale: #3A3A3A. Windows color (decimal): -5831122 or 3016359. OLE color: 3016359.
HSL color Cylindrical-coordinate representation of color #A7062E: hue angle of 345.09º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7062E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 6 | 46 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.35 |
| HSL | 345.09º | 0.93% | 0.34% | - |
| HSV(B) | 345.09º | 0.96% | 0.65% | - |
| XYZ | 16.49 | 8.54 | 3.36 | - |
| YUV | 58.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 46 | 0 | 0.96 | 0.72 | 0.35 | 345.09 | 0.93 | 0.34 |
| Hex | A7 | 6 | 2E | 0 | 60 | 48 | 23 | 159 | 5D | 22 |
| Octal | 247 | 6 | 56 | 0 | 140 | 110 | 43 | 531 | 135 | 42 |
| Binary | 10100111 | 110 | 101110 | 0 | 1100000 | 1001000 | 100011 | 101011001 | 1011101 | 100010 |
Color Harmonies of #A7062E
Complementary color
Monochromatic Colors of #A7062E
Black with #A7062E
Text Example
Text Example
White with #A7062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7062E; }
p { color: rgb(167,6,46); }
H1.HeaderClassName
{
color: #A7062E;
}
.AnyTagClassName
{
color: #A7062E;
}
</style>
background-color css
<style>
a { background-color: #A7062E; }
a { background-color: rgb(167,6,46); }
div.DivClassName
{
background-color: #A7062E;
}
.BgClassName
{
background-color: #A7062E;
}
</style>
border-color css
<style>
span { border-color: #A7062E; }
span { border-color: rgb(167,6,46); }
td.TdClassName
{
border-color: #A7062E;
}
.TagClassName
{
border-color: #A7062E;
}
</style>