Shades of Carmine #A6012E
Tints of Carmine #A6012E
RGB
CMYK
RGB Variations
Color information
#A6012E (or 0xA6012E) is known color: Carmine. HEX triplet: A6, 01 and 2E. RGB value is (166,1,46). Sum of RGB (Red+Green+Blue) = 166+1+46=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A6012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6012E is #59FED1. Grayscale: #373737. Windows color (decimal): -5897938 or 3015078. OLE color: 3015078.
HSL color Cylindrical-coordinate representation of color #A6012E: hue angle of 343.64º 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 #A6012E is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.35 |
| HSL | 343.64º | 0.99% | 0.33% | - |
| HSV(B) | 343.64º | 0.99% | 0.65% | - |
| XYZ | 16.23 | 8.33 | 3.34 | - |
| YUV | 55.47 | 122.66 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 46 | 0 | 0.99 | 0.72 | 0.35 | 343.64 | 0.99 | 0.33 |
| Hex | A6 | 1 | 2E | 0 | 63 | 48 | 23 | 158 | 63 | 21 |
| Octal | 246 | 1 | 56 | 0 | 143 | 110 | 43 | 530 | 143 | 41 |
| Binary | 10100110 | 1 | 101110 | 0 | 1100011 | 1001000 | 100011 | 101011000 | 1100011 | 100001 |
Color Harmonies of #A6012E
Complementary color
Monochromatic Colors of #A6012E
Black with #A6012E
Text Example
Text Example
White with #A6012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6012E; }
p { color: rgb(166,1,46); }
H1.HeaderClassName
{
color: #A6012E;
}
.AnyTagClassName
{
color: #A6012E;
}
</style>
background-color css
<style>
a { background-color: #A6012E; }
a { background-color: rgb(166,1,46); }
div.DivClassName
{
background-color: #A6012E;
}
.BgClassName
{
background-color: #A6012E;
}
</style>
border-color css
<style>
span { border-color: #A6012E; }
span { border-color: rgb(166,1,46); }
td.TdClassName
{
border-color: #A6012E;
}
.TagClassName
{
border-color: #A6012E;
}
</style>