Shades of Carmine #A60A22
Tints of Carmine #A60A22
RGB
CMYK
RGB Variations
Color information
#A60A22 (or 0xA60A22) is known color: Carmine. HEX triplet: A6, 0A and 22. RGB value is (166,10,34). Sum of RGB (Red+Green+Blue) = 166+10+34=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A22 is #59F5DD. Grayscale: #3B3B3B. Windows color (decimal): -5895646 or 2230950. OLE color: 2230950.
HSL color Cylindrical-coordinate representation of color #A60A22: hue angle of 350.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60A22 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 10 | 34 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.35 |
| HSL | 350.77º | 0.89% | 0.35% | - |
| HSV(B) | 350.77º | 0.94% | 0.65% | - |
| XYZ | 16.12 | 8.44 | 2.29 | - |
| YUV | 59.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 34 | 0 | 0.94 | 0.80 | 0.35 | 350.77 | 0.89 | 0.35 |
| Hex | A6 | A | 22 | 0 | 5E | 50 | 23 | 15F | 59 | 23 |
| Octal | 246 | 12 | 42 | 0 | 136 | 120 | 43 | 537 | 131 | 43 |
| Binary | 10100110 | 1010 | 100010 | 0 | 1011110 | 1010000 | 100011 | 101011111 | 1011001 | 100011 |
Color Harmonies of #A60A22
Complementary color
Monochromatic Colors of #A60A22
Black with #A60A22
Text Example
Text Example
White with #A60A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60A22; }
p { color: rgb(166,10,34); }
H1.HeaderClassName
{
color: #A60A22;
}
.AnyTagClassName
{
color: #A60A22;
}
</style>
background-color css
<style>
a { background-color: #A60A22; }
a { background-color: rgb(166,10,34); }
div.DivClassName
{
background-color: #A60A22;
}
.BgClassName
{
background-color: #A60A22;
}
</style>
border-color css
<style>
span { border-color: #A60A22; }
span { border-color: rgb(166,10,34); }
td.TdClassName
{
border-color: #A60A22;
}
.TagClassName
{
border-color: #A60A22;
}
</style>