Shades of Carmine #A6072F
Tints of Carmine #A6072F
RGB
CMYK
RGB Variations
Color information
#A6072F (or 0xA6072F) is known color: Carmine. HEX triplet: A6, 07 and 2F. RGB value is (166,7,47). Sum of RGB (Red+Green+Blue) = 166+7+47=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A6072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6072F is #59F8D0. Grayscale: #3B3B3B. Windows color (decimal): -5896401 or 3082150. OLE color: 3082150.
HSL color Cylindrical-coordinate representation of color #A6072F: hue angle of 344.91º 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 #A6072F is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 47 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.35 |
| HSL | 344.91º | 0.92% | 0.34% | - |
| HSV(B) | 344.91º | 0.96% | 0.65% | - |
| XYZ | 16.31 | 8.46 | 3.46 | - |
| YUV | 59.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 47 | 0 | 0.96 | 0.72 | 0.35 | 344.91 | 0.92 | 0.34 |
| Hex | A6 | 7 | 2F | 0 | 60 | 48 | 23 | 159 | 5C | 22 |
| Octal | 246 | 7 | 57 | 0 | 140 | 110 | 43 | 531 | 134 | 42 |
| Binary | 10100110 | 111 | 101111 | 0 | 1100000 | 1001000 | 100011 | 101011001 | 1011100 | 100010 |
Color Harmonies of #A6072F
Complementary color
Monochromatic Colors of #A6072F
Black with #A6072F
Text Example
Text Example
White with #A6072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6072F; }
p { color: rgb(166,7,47); }
H1.HeaderClassName
{
color: #A6072F;
}
.AnyTagClassName
{
color: #A6072F;
}
</style>
background-color css
<style>
a { background-color: #A6072F; }
a { background-color: rgb(166,7,47); }
div.DivClassName
{
background-color: #A6072F;
}
.BgClassName
{
background-color: #A6072F;
}
</style>
border-color css
<style>
span { border-color: #A6072F; }
span { border-color: rgb(166,7,47); }
td.TdClassName
{
border-color: #A6072F;
}
.TagClassName
{
border-color: #A6072F;
}
</style>