Shades of Carmine #A6072A
Tints of Carmine #A6072A
RGB
CMYK
RGB Variations
Color information
#A6072A (or 0xA6072A) is known color: Carmine. HEX triplet: A6, 07 and 2A. RGB value is (166,7,42). Sum of RGB (Red+Green+Blue) = 166+7+42=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A6072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6072A is #59F8D5. Grayscale: #3A3A3A. Windows color (decimal): -5896406 or 2754470. OLE color: 2754470.
HSL color Cylindrical-coordinate representation of color #A6072A: hue angle of 346.79º degrees, saturation: 0.92, 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 #A6072A is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 42 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.35 |
| HSL | 346.79º | 0.92% | 0.34% | - |
| HSV(B) | 346.79º | 0.96% | 0.65% | - |
| XYZ | 16.22 | 8.43 | 2.96 | - |
| YUV | 58.53 | 118.68 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 42 | 0 | 0.96 | 0.75 | 0.35 | 346.79 | 0.92 | 0.34 |
| Hex | A6 | 7 | 2A | 0 | 60 | 4B | 23 | 15B | 5C | 22 |
| Octal | 246 | 7 | 52 | 0 | 140 | 113 | 43 | 533 | 134 | 42 |
| Binary | 10100110 | 111 | 101010 | 0 | 1100000 | 1001011 | 100011 | 101011011 | 1011100 | 100010 |
Color Harmonies of #A6072A
Complementary color
Monochromatic Colors of #A6072A
Black with #A6072A
Text Example
Text Example
White with #A6072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6072A; }
p { color: rgb(166,7,42); }
H1.HeaderClassName
{
color: #A6072A;
}
.AnyTagClassName
{
color: #A6072A;
}
</style>
background-color css
<style>
a { background-color: #A6072A; }
a { background-color: rgb(166,7,42); }
div.DivClassName
{
background-color: #A6072A;
}
.BgClassName
{
background-color: #A6072A;
}
</style>
border-color css
<style>
span { border-color: #A6072A; }
span { border-color: rgb(166,7,42); }
td.TdClassName
{
border-color: #A6072A;
}
.TagClassName
{
border-color: #A6072A;
}
</style>