Shades of Carmine #A60120
Tints of Carmine #A60120
RGB
CMYK
RGB Variations
Color information
#A60120 (or 0xA60120) is known color: Carmine. HEX triplet: A6, 01 and 20. RGB value is (166,1,32). Sum of RGB (Red+Green+Blue) = 166+1+32=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A60120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60120 is #59FEDF. Grayscale: #353535. Windows color (decimal): -5897952 or 2097574. OLE color: 2097574.
HSL color Cylindrical-coordinate representation of color #A60120: hue angle of 348.73º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60120 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.35 |
| HSL | 348.73º | 0.99% | 0.33% | - |
| HSV(B) | 348.73º | 0.99% | 0.65% | - |
| XYZ | 16 | 8.23 | 2.11 | - |
| YUV | 53.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 32 | 0 | 0.99 | 0.81 | 0.35 | 348.73 | 0.99 | 0.33 |
| Hex | A6 | 1 | 20 | 0 | 63 | 51 | 23 | 15D | 63 | 21 |
| Octal | 246 | 1 | 40 | 0 | 143 | 121 | 43 | 535 | 143 | 41 |
| Binary | 10100110 | 1 | 100000 | 0 | 1100011 | 1010001 | 100011 | 101011101 | 1100011 | 100001 |
Color Harmonies of #A60120
Complementary color
Monochromatic Colors of #A60120
Black with #A60120
Text Example
Text Example
White with #A60120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60120; }
p { color: rgb(166,1,32); }
H1.HeaderClassName
{
color: #A60120;
}
.AnyTagClassName
{
color: #A60120;
}
</style>
background-color css
<style>
a { background-color: #A60120; }
a { background-color: rgb(166,1,32); }
div.DivClassName
{
background-color: #A60120;
}
.BgClassName
{
background-color: #A60120;
}
</style>
border-color css
<style>
span { border-color: #A60120; }
span { border-color: rgb(166,1,32); }
td.TdClassName
{
border-color: #A60120;
}
.TagClassName
{
border-color: #A60120;
}
</style>