Shades of Carmine #A60E2B
Tints of Carmine #A60E2B
RGB
CMYK
RGB Variations
Color information
#A60E2B (or 0xA60E2B) is known color: Carmine. HEX triplet: A6, 0E and 2B. RGB value is (166,14,43). Sum of RGB (Red+Green+Blue) = 166+14+43=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60E2B is #59F1D4. Grayscale: #3E3E3E. Windows color (decimal): -5894613 or 2821798. OLE color: 2821798.
HSL color Cylindrical-coordinate representation of color #A60E2B: hue angle of 348.55º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E2B is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 43 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.35 |
| HSL | 348.55º | 0.84% | 0.35% | - |
| HSV(B) | 348.55º | 0.92% | 0.65% | - |
| XYZ | 16.32 | 8.6 | 3.08 | - |
| YUV | 62.75 | 116.86 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 43 | 0 | 0.92 | 0.74 | 0.35 | 348.55 | 0.84 | 0.35 |
| Hex | A6 | E | 2B | 0 | 5C | 4A | 23 | 15D | 54 | 23 |
| Octal | 246 | 16 | 53 | 0 | 134 | 112 | 43 | 535 | 124 | 43 |
| Binary | 10100110 | 1110 | 101011 | 0 | 1011100 | 1001010 | 100011 | 101011101 | 1010100 | 100011 |
Color Harmonies of #A60E2B
Complementary color
Monochromatic Colors of #A60E2B
Black with #A60E2B
Text Example
Text Example
White with #A60E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E2B; }
p { color: rgb(166,14,43); }
H1.HeaderClassName
{
color: #A60E2B;
}
.AnyTagClassName
{
color: #A60E2B;
}
</style>
background-color css
<style>
a { background-color: #A60E2B; }
a { background-color: rgb(166,14,43); }
div.DivClassName
{
background-color: #A60E2B;
}
.BgClassName
{
background-color: #A60E2B;
}
</style>
border-color css
<style>
span { border-color: #A60E2B; }
span { border-color: rgb(166,14,43); }
td.TdClassName
{
border-color: #A60E2B;
}
.TagClassName
{
border-color: #A60E2B;
}
</style>