Shades of Carmine #A60F14
Tints of Carmine #A60F14
RGB
CMYK
RGB Variations
Color information
#A60F14 (or 0xA60F14) is known color: Carmine. HEX triplet: A6, 0F and 14. RGB value is (166,15,20). Sum of RGB (Red+Green+Blue) = 166+15+20=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60F14 is #59F0EB. Grayscale: #3C3C3C. Windows color (decimal): -5894380 or 1314726. OLE color: 1314726.
HSL color Cylindrical-coordinate representation of color #A60F14: hue angle of 358.01º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A60F14 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 15 | 20 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.35 |
| HSL | 358.01º | 0.83% | 0.35% | - |
| HSV(B) | 358.01º | 0.91% | 0.65% | - |
| XYZ | 16.02 | 8.5 | 1.46 | - |
| YUV | 60.72 | 105.03 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 20 | 0 | 0.91 | 0.88 | 0.35 | 358.01 | 0.83 | 0.35 |
| Hex | A6 | F | 14 | 0 | 5B | 58 | 23 | 166 | 53 | 23 |
| Octal | 246 | 17 | 24 | 0 | 133 | 130 | 43 | 546 | 123 | 43 |
| Binary | 10100110 | 1111 | 10100 | 0 | 1011011 | 1011000 | 100011 | 101100110 | 1010011 | 100011 |
Color Harmonies of #A60F14
Complementary color
Monochromatic Colors of #A60F14
Black with #A60F14
Text Example
Text Example
White with #A60F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60F14; }
p { color: rgb(166,15,20); }
H1.HeaderClassName
{
color: #A60F14;
}
.AnyTagClassName
{
color: #A60F14;
}
</style>
background-color css
<style>
a { background-color: #A60F14; }
a { background-color: rgb(166,15,20); }
div.DivClassName
{
background-color: #A60F14;
}
.BgClassName
{
background-color: #A60F14;
}
</style>
border-color css
<style>
span { border-color: #A60F14; }
span { border-color: rgb(166,15,20); }
td.TdClassName
{
border-color: #A60F14;
}
.TagClassName
{
border-color: #A60F14;
}
</style>