Shades of Carmine #A60D12
Tints of Carmine #A60D12
RGB
CMYK
RGB Variations
Color information
#A60D12 (or 0xA60D12) is known color: Carmine. HEX triplet: A6, 0D and 12. RGB value is (166,13,18). Sum of RGB (Red+Green+Blue) = 166+13+18=197 (26% of max value = 765). Red value is 166 (65.23% from 255 or 84.26% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60D12 is #59F2ED. Grayscale: #3B3B3B. Windows color (decimal): -5894894 or 1183142. OLE color: 1183142.
HSL color Cylindrical-coordinate representation of color #A60D12: hue angle of 358.04º degrees, saturation: 0.85, 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 #A60D12 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 13 | 18 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.35 |
| HSL | 358.04º | 0.85% | 0.35% | - |
| HSV(B) | 358.04º | 0.92% | 0.65% | - |
| XYZ | 15.98 | 8.44 | 1.36 | - |
| YUV | 59.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 18 | 0 | 0.92 | 0.89 | 0.35 | 358.04 | 0.85 | 0.35 |
| Hex | A6 | D | 12 | 0 | 5C | 59 | 23 | 166 | 55 | 23 |
| Octal | 246 | 15 | 22 | 0 | 134 | 131 | 43 | 546 | 125 | 43 |
| Binary | 10100110 | 1101 | 10010 | 0 | 1011100 | 1011001 | 100011 | 101100110 | 1010101 | 100011 |
Color Harmonies of #A60D12
Complementary color
Monochromatic Colors of #A60D12
Black with #A60D12
Text Example
Text Example
White with #A60D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60D12; }
p { color: rgb(166,13,18); }
H1.HeaderClassName
{
color: #A60D12;
}
.AnyTagClassName
{
color: #A60D12;
}
</style>
background-color css
<style>
a { background-color: #A60D12; }
a { background-color: rgb(166,13,18); }
div.DivClassName
{
background-color: #A60D12;
}
.BgClassName
{
background-color: #A60D12;
}
</style>
border-color css
<style>
span { border-color: #A60D12; }
span { border-color: rgb(166,13,18); }
td.TdClassName
{
border-color: #A60D12;
}
.TagClassName
{
border-color: #A60D12;
}
</style>