Shades of Carmine #A60C1E
Tints of Carmine #A60C1E
RGB
CMYK
RGB Variations
Color information
#A60C1E (or 0xA60C1E) is known color: Carmine. HEX triplet: A6, 0C and 1E. RGB value is (166,12,30). Sum of RGB (Red+Green+Blue) = 166+12+30=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C1E is #59F3E1. Grayscale: #3C3C3C. Windows color (decimal): -5895138 or 1969318. OLE color: 1969318.
HSL color Cylindrical-coordinate representation of color #A60C1E: hue angle of 352.99º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60C1E is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 12 | 30 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.35 |
| HSL | 352.99º | 0.87% | 0.35% | - |
| HSV(B) | 352.99º | 0.93% | 0.65% | - |
| XYZ | 16.09 | 8.46 | 2.01 | - |
| YUV | 60.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 30 | 0 | 0.93 | 0.82 | 0.35 | 352.99 | 0.87 | 0.35 |
| Hex | A6 | C | 1E | 0 | 5D | 52 | 23 | 161 | 57 | 23 |
| Octal | 246 | 14 | 36 | 0 | 135 | 122 | 43 | 541 | 127 | 43 |
| Binary | 10100110 | 1100 | 11110 | 0 | 1011101 | 1010010 | 100011 | 101100001 | 1010111 | 100011 |
Color Harmonies of #A60C1E
Complementary color
Monochromatic Colors of #A60C1E
Black with #A60C1E
Text Example
Text Example
White with #A60C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60C1E; }
p { color: rgb(166,12,30); }
H1.HeaderClassName
{
color: #A60C1E;
}
.AnyTagClassName
{
color: #A60C1E;
}
</style>
background-color css
<style>
a { background-color: #A60C1E; }
a { background-color: rgb(166,12,30); }
div.DivClassName
{
background-color: #A60C1E;
}
.BgClassName
{
background-color: #A60C1E;
}
</style>
border-color css
<style>
span { border-color: #A60C1E; }
span { border-color: rgb(166,12,30); }
td.TdClassName
{
border-color: #A60C1E;
}
.TagClassName
{
border-color: #A60C1E;
}
</style>