Shades of Carmine #A60E1F
Tints of Carmine #A60E1F
RGB
CMYK
RGB Variations
Color information
#A60E1F (or 0xA60E1F) is known color: Carmine. HEX triplet: A6, 0E and 1F. RGB value is (166,14,31). Sum of RGB (Red+Green+Blue) = 166+14+31=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60E1F is #59F1E0. Grayscale: #3D3D3D. Windows color (decimal): -5894625 or 2035366. OLE color: 2035366.
HSL color Cylindrical-coordinate representation of color #A60E1F: hue angle of 353.29º 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 #A60E1F is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 31 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.35 |
| HSL | 353.29º | 0.84% | 0.35% | - |
| HSV(B) | 353.29º | 0.92% | 0.65% | - |
| XYZ | 16.13 | 8.52 | 2.09 | - |
| YUV | 61.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 31 | 0 | 0.92 | 0.81 | 0.35 | 353.29 | 0.84 | 0.35 |
| Hex | A6 | E | 1F | 0 | 5C | 51 | 23 | 161 | 54 | 23 |
| Octal | 246 | 16 | 37 | 0 | 134 | 121 | 43 | 541 | 124 | 43 |
| Binary | 10100110 | 1110 | 11111 | 0 | 1011100 | 1010001 | 100011 | 101100001 | 1010100 | 100011 |
Color Harmonies of #A60E1F
Complementary color
Monochromatic Colors of #A60E1F
Black with #A60E1F
Text Example
Text Example
White with #A60E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E1F; }
p { color: rgb(166,14,31); }
H1.HeaderClassName
{
color: #A60E1F;
}
.AnyTagClassName
{
color: #A60E1F;
}
</style>
background-color css
<style>
a { background-color: #A60E1F; }
a { background-color: rgb(166,14,31); }
div.DivClassName
{
background-color: #A60E1F;
}
.BgClassName
{
background-color: #A60E1F;
}
</style>
border-color css
<style>
span { border-color: #A60E1F; }
span { border-color: rgb(166,14,31); }
td.TdClassName
{
border-color: #A60E1F;
}
.TagClassName
{
border-color: #A60E1F;
}
</style>