Shades of Carmine #A60E2D
Tints of Carmine #A60E2D
RGB
CMYK
RGB Variations
Color information
#A60E2D (or 0xA60E2D) is known color: Carmine. HEX triplet: A6, 0E and 2D. RGB value is (166,14,45). Sum of RGB (Red+Green+Blue) = 166+14+45=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60E2D is #59F1D2. Grayscale: #3F3F3F. Windows color (decimal): -5894611 or 2952870. OLE color: 2952870.
HSL color Cylindrical-coordinate representation of color #A60E2D: hue angle of 347.76º 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 #A60E2D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 45 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.35 |
| HSL | 347.76º | 0.84% | 0.35% | - |
| HSV(B) | 347.76º | 0.92% | 0.65% | - |
| XYZ | 16.36 | 8.61 | 3.28 | - |
| YUV | 62.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 45 | 0 | 0.92 | 0.73 | 0.35 | 347.76 | 0.84 | 0.35 |
| Hex | A6 | E | 2D | 0 | 5C | 49 | 23 | 15C | 54 | 23 |
| Octal | 246 | 16 | 55 | 0 | 134 | 111 | 43 | 534 | 124 | 43 |
| Binary | 10100110 | 1110 | 101101 | 0 | 1011100 | 1001001 | 100011 | 101011100 | 1010100 | 100011 |
Color Harmonies of #A60E2D
Complementary color
Monochromatic Colors of #A60E2D
Black with #A60E2D
Text Example
Text Example
White with #A60E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E2D; }
p { color: rgb(166,14,45); }
H1.HeaderClassName
{
color: #A60E2D;
}
.AnyTagClassName
{
color: #A60E2D;
}
</style>
background-color css
<style>
a { background-color: #A60E2D; }
a { background-color: rgb(166,14,45); }
div.DivClassName
{
background-color: #A60E2D;
}
.BgClassName
{
background-color: #A60E2D;
}
</style>
border-color css
<style>
span { border-color: #A60E2D; }
span { border-color: rgb(166,14,45); }
td.TdClassName
{
border-color: #A60E2D;
}
.TagClassName
{
border-color: #A60E2D;
}
</style>