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