Shades of Carmine #A60E2F
Tints of Carmine #A60E2F
RGB
CMYK
RGB Variations
Color information
#A60E2F (or 0xA60E2F) is known color: Carmine. HEX triplet: A6, 0E and 2F. RGB value is (166,14,47). Sum of RGB (Red+Green+Blue) = 166+14+47=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60E2F is #59F1D0. Grayscale: #3F3F3F. Windows color (decimal): -5894609 or 3083942. OLE color: 3083942.
HSL color Cylindrical-coordinate representation of color #A60E2F: hue angle of 346.97º 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 #A60E2F is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 47 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.35 |
| HSL | 346.97º | 0.84% | 0.35% | - |
| HSV(B) | 346.97º | 0.92% | 0.65% | - |
| XYZ | 16.4 | 8.63 | 3.49 | - |
| YUV | 63.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 47 | 0 | 0.92 | 0.72 | 0.35 | 346.97 | 0.84 | 0.35 |
| Hex | A6 | E | 2F | 0 | 5C | 48 | 23 | 15B | 54 | 23 |
| Octal | 246 | 16 | 57 | 0 | 134 | 110 | 43 | 533 | 124 | 43 |
| Binary | 10100110 | 1110 | 101111 | 0 | 1011100 | 1001000 | 100011 | 101011011 | 1010100 | 100011 |
Color Harmonies of #A60E2F
Complementary color
Monochromatic Colors of #A60E2F
Black with #A60E2F
Text Example
Text Example
White with #A60E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E2F; }
p { color: rgb(166,14,47); }
H1.HeaderClassName
{
color: #A60E2F;
}
.AnyTagClassName
{
color: #A60E2F;
}
</style>
background-color css
<style>
a { background-color: #A60E2F; }
a { background-color: rgb(166,14,47); }
div.DivClassName
{
background-color: #A60E2F;
}
.BgClassName
{
background-color: #A60E2F;
}
</style>
border-color css
<style>
span { border-color: #A60E2F; }
span { border-color: rgb(166,14,47); }
td.TdClassName
{
border-color: #A60E2F;
}
.TagClassName
{
border-color: #A60E2F;
}
</style>