Shades of Carmine #A6021A
Tints of Carmine #A6021A
RGB
CMYK
RGB Variations
Color information
#A6021A (or 0xA6021A) is known color: Carmine. HEX triplet: A6, 02 and 1A. RGB value is (166,2,26). Sum of RGB (Red+Green+Blue) = 166+2+26=194 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.57% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 166 - color contains mainly: red. Hex color #A6021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6021A is #59FDE5. Grayscale: #353535. Windows color (decimal): -5897702 or 1704614. OLE color: 1704614.
HSL color Cylindrical-coordinate representation of color #A6021A: hue angle of 351.22º 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 #A6021A is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.35 |
| HSL | 351.22º | 0.98% | 0.33% | - |
| HSV(B) | 351.22º | 0.99% | 0.65% | - |
| XYZ | 15.93 | 8.22 | 1.73 | - |
| YUV | 53.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 26 | 0 | 0.99 | 0.84 | 0.35 | 351.22 | 0.98 | 0.33 |
| Hex | A6 | 2 | 1A | 0 | 63 | 54 | 23 | 15F | 62 | 21 |
| Octal | 246 | 2 | 32 | 0 | 143 | 124 | 43 | 537 | 142 | 41 |
| Binary | 10100110 | 10 | 11010 | 0 | 1100011 | 1010100 | 100011 | 101011111 | 1100010 | 100001 |
Color Harmonies of #A6021A
Complementary color
Monochromatic Colors of #A6021A
Black with #A6021A
Text Example
Text Example
White with #A6021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6021A; }
p { color: rgb(166,2,26); }
H1.HeaderClassName
{
color: #A6021A;
}
.AnyTagClassName
{
color: #A6021A;
}
</style>
background-color css
<style>
a { background-color: #A6021A; }
a { background-color: rgb(166,2,26); }
div.DivClassName
{
background-color: #A6021A;
}
.BgClassName
{
background-color: #A6021A;
}
</style>
border-color css
<style>
span { border-color: #A6021A; }
span { border-color: rgb(166,2,26); }
td.TdClassName
{
border-color: #A6021A;
}
.TagClassName
{
border-color: #A6021A;
}
</style>