Shades of Carmine #A60022
Tints of Carmine #A60022
RGB
CMYK
RGB Variations
Color information
#A60022 (or 0xA60022) is known color: Carmine. HEX triplet: A6, 00 and 22. RGB value is (166,0,34). Sum of RGB (Red+Green+Blue) = 166+0+34=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A60022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60022 is #59FFDD. Grayscale: #353535. Windows color (decimal): -5898206 or 2228390. OLE color: 2228390.
HSL color Cylindrical-coordinate representation of color #A60022: hue angle of 347.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60022 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.80 | 0.35 |
| HSL | 347.71º | 1% | 0.33% | - |
| HSV(B) | 347.71º | 1% | 0.65% | - |
| XYZ | 16.01 | 8.22 | 2.26 | - |
| YUV | 53.51 | 117 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 34 | 0 | 1 | 0.80 | 0.35 | 347.71 | 1 | 0.33 |
| Hex | A6 | 0 | 22 | 0 | 64 | 50 | 23 | 15C | 64 | 21 |
| Octal | 246 | 0 | 42 | 0 | 144 | 120 | 43 | 534 | 144 | 41 |
| Binary | 10100110 | 0 | 100010 | 0 | 1100100 | 1010000 | 100011 | 101011100 | 1100100 | 100001 |
Color Harmonies of #A60022
Complementary color
Monochromatic Colors of #A60022
Black with #A60022
Text Example
Text Example
White with #A60022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60022; }
p { color: rgb(166,0,34); }
H1.HeaderClassName
{
color: #A60022;
}
.AnyTagClassName
{
color: #A60022;
}
</style>
background-color css
<style>
a { background-color: #A60022; }
a { background-color: rgb(166,0,34); }
div.DivClassName
{
background-color: #A60022;
}
.BgClassName
{
background-color: #A60022;
}
</style>
border-color css
<style>
span { border-color: #A60022; }
span { border-color: rgb(166,0,34); }
td.TdClassName
{
border-color: #A60022;
}
.TagClassName
{
border-color: #A60022;
}
</style>