Shades of Carmine #A60739
Tints of Carmine #A60739
RGB
CMYK
RGB Variations
Color information
#A60739 (or 0xA60739) is known color: Carmine. HEX triplet: A6, 07 and 39. RGB value is (166,7,57). Sum of RGB (Red+Green+Blue) = 166+7+57=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A60739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60739 is #59F8C6. Grayscale: #3C3C3C. Windows color (decimal): -5896391 or 3737510. OLE color: 3737510.
HSL color Cylindrical-coordinate representation of color #A60739: hue angle of 341.13º 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 #A60739 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 57 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.35 |
| HSL | 341.13º | 0.92% | 0.34% | - |
| HSV(B) | 341.13º | 0.96% | 0.65% | - |
| XYZ | 16.54 | 8.55 | 4.65 | - |
| YUV | 60.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 57 | 0 | 0.96 | 0.66 | 0.35 | 341.13 | 0.92 | 0.34 |
| Hex | A6 | 7 | 39 | 0 | 60 | 42 | 23 | 155 | 5C | 22 |
| Octal | 246 | 7 | 71 | 0 | 140 | 102 | 43 | 525 | 134 | 42 |
| Binary | 10100110 | 111 | 111001 | 0 | 1100000 | 1000010 | 100011 | 101010101 | 1011100 | 100010 |
Color Harmonies of #A60739
Complementary color
Monochromatic Colors of #A60739
Black with #A60739
Text Example
Text Example
White with #A60739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60739; }
p { color: rgb(166,7,57); }
H1.HeaderClassName
{
color: #A60739;
}
.AnyTagClassName
{
color: #A60739;
}
</style>
background-color css
<style>
a { background-color: #A60739; }
a { background-color: rgb(166,7,57); }
div.DivClassName
{
background-color: #A60739;
}
.BgClassName
{
background-color: #A60739;
}
</style>
border-color css
<style>
span { border-color: #A60739; }
span { border-color: rgb(166,7,57); }
td.TdClassName
{
border-color: #A60739;
}
.TagClassName
{
border-color: #A60739;
}
</style>