Shades of Carmine #A6063A
Tints of Carmine #A6063A
RGB
CMYK
RGB Variations
Color information
#A6063A (or 0xA6063A) is known color: Carmine. HEX triplet: A6, 06 and 3A. RGB value is (166,6,58). Sum of RGB (Red+Green+Blue) = 166+6+58=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A6063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6063A is #59F9C5. Grayscale: #3B3B3B. Windows color (decimal): -5896646 or 3802790. OLE color: 3802790.
HSL color Cylindrical-coordinate representation of color #A6063A: hue angle of 340.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6063A is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 6 | 58 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.35 |
| HSL | 340.5º | 0.93% | 0.34% | - |
| HSV(B) | 340.5º | 0.96% | 0.65% | - |
| XYZ | 16.55 | 8.54 | 4.78 | - |
| YUV | 59.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 58 | 0 | 0.96 | 0.65 | 0.35 | 340.5 | 0.93 | 0.34 |
| Hex | A6 | 6 | 3A | 0 | 60 | 41 | 23 | 154 | 5D | 22 |
| Octal | 246 | 6 | 72 | 0 | 140 | 101 | 43 | 524 | 135 | 42 |
| Binary | 10100110 | 110 | 111010 | 0 | 1100000 | 1000001 | 100011 | 101010100 | 1011101 | 100010 |
Color Harmonies of #A6063A
Complementary color
Monochromatic Colors of #A6063A
Black with #A6063A
Text Example
Text Example
White with #A6063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6063A; }
p { color: rgb(166,6,58); }
H1.HeaderClassName
{
color: #A6063A;
}
.AnyTagClassName
{
color: #A6063A;
}
</style>
background-color css
<style>
a { background-color: #A6063A; }
a { background-color: rgb(166,6,58); }
div.DivClassName
{
background-color: #A6063A;
}
.BgClassName
{
background-color: #A6063A;
}
</style>
border-color css
<style>
span { border-color: #A6063A; }
span { border-color: rgb(166,6,58); }
td.TdClassName
{
border-color: #A6063A;
}
.TagClassName
{
border-color: #A6063A;
}
</style>