Shades of Carmine #A60220
Tints of Carmine #A60220
RGB
CMYK
RGB Variations
Color information
#A60220 (or 0xA60220) is known color: Carmine. HEX triplet: A6, 02 and 20. RGB value is (166,2,32). Sum of RGB (Red+Green+Blue) = 166+2+32=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A60220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60220 is #59FDDF. Grayscale: #363636. Windows color (decimal): -5897696 or 2097830. OLE color: 2097830.
HSL color Cylindrical-coordinate representation of color #A60220: hue angle of 349.02º degrees, saturation: 0.98, 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 #A60220 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.35 |
| HSL | 349.02º | 0.98% | 0.33% | - |
| HSV(B) | 349.02º | 0.99% | 0.65% | - |
| XYZ | 16.01 | 8.25 | 2.12 | - |
| YUV | 54.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 32 | 0 | 0.99 | 0.81 | 0.35 | 349.02 | 0.98 | 0.33 |
| Hex | A6 | 2 | 20 | 0 | 63 | 51 | 23 | 15D | 62 | 21 |
| Octal | 246 | 2 | 40 | 0 | 143 | 121 | 43 | 535 | 142 | 41 |
| Binary | 10100110 | 10 | 100000 | 0 | 1100011 | 1010001 | 100011 | 101011101 | 1100010 | 100001 |
Color Harmonies of #A60220
Complementary color
Monochromatic Colors of #A60220
Black with #A60220
Text Example
Text Example
White with #A60220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60220; }
p { color: rgb(166,2,32); }
H1.HeaderClassName
{
color: #A60220;
}
.AnyTagClassName
{
color: #A60220;
}
</style>
background-color css
<style>
a { background-color: #A60220; }
a { background-color: rgb(166,2,32); }
div.DivClassName
{
background-color: #A60220;
}
.BgClassName
{
background-color: #A60220;
}
</style>
border-color css
<style>
span { border-color: #A60220; }
span { border-color: rgb(166,2,32); }
td.TdClassName
{
border-color: #A60220;
}
.TagClassName
{
border-color: #A60220;
}
</style>