Shades of Carmine #A60F13
Tints of Carmine #A60F13
RGB
CMYK
RGB Variations
Color information
#A60F13 (or 0xA60F13) is known color: Carmine. HEX triplet: A6, 0F and 13. RGB value is (166,15,19). Sum of RGB (Red+Green+Blue) = 166+15+19=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60F13 is #59F0EC. Grayscale: #3C3C3C. Windows color (decimal): -5894381 or 1249190. OLE color: 1249190.
HSL color Cylindrical-coordinate representation of color #A60F13: hue angle of 358.41º 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 #A60F13 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 15 | 19 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.35 |
| HSL | 358.41º | 0.83% | 0.35% | - |
| HSV(B) | 358.41º | 0.91% | 0.65% | - |
| XYZ | 16.01 | 8.5 | 1.41 | - |
| YUV | 60.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 19 | 0 | 0.91 | 0.89 | 0.35 | 358.41 | 0.83 | 0.35 |
| Hex | A6 | F | 13 | 0 | 5B | 59 | 23 | 166 | 53 | 23 |
| Octal | 246 | 17 | 23 | 0 | 133 | 131 | 43 | 546 | 123 | 43 |
| Binary | 10100110 | 1111 | 10011 | 0 | 1011011 | 1011001 | 100011 | 101100110 | 1010011 | 100011 |
Color Harmonies of #A60F13
Complementary color
Monochromatic Colors of #A60F13
Black with #A60F13
Text Example
Text Example
White with #A60F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60F13; }
p { color: rgb(166,15,19); }
H1.HeaderClassName
{
color: #A60F13;
}
.AnyTagClassName
{
color: #A60F13;
}
</style>
background-color css
<style>
a { background-color: #A60F13; }
a { background-color: rgb(166,15,19); }
div.DivClassName
{
background-color: #A60F13;
}
.BgClassName
{
background-color: #A60F13;
}
</style>
border-color css
<style>
span { border-color: #A60F13; }
span { border-color: rgb(166,15,19); }
td.TdClassName
{
border-color: #A60F13;
}
.TagClassName
{
border-color: #A60F13;
}
</style>