Shades of Carmine #A60F19
Tints of Carmine #A60F19
RGB
CMYK
RGB Variations
Color information
#A60F19 (or 0xA60F19) is known color: Carmine. HEX triplet: A6, 0F and 19. RGB value is (166,15,25). Sum of RGB (Red+Green+Blue) = 166+15+25=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60F19 is #59F0E6. Grayscale: #3D3D3D. Windows color (decimal): -5894375 or 1642406. OLE color: 1642406.
HSL color Cylindrical-coordinate representation of color #A60F19: hue angle of 356.03º 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 #A60F19 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 15 | 25 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.35 |
| HSL | 356.03º | 0.83% | 0.35% | - |
| HSV(B) | 356.03º | 0.91% | 0.65% | - |
| XYZ | 16.07 | 8.52 | 1.72 | - |
| YUV | 61.29 | 107.53 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 25 | 0 | 0.91 | 0.85 | 0.35 | 356.03 | 0.83 | 0.35 |
| Hex | A6 | F | 19 | 0 | 5B | 55 | 23 | 164 | 53 | 23 |
| Octal | 246 | 17 | 31 | 0 | 133 | 125 | 43 | 544 | 123 | 43 |
| Binary | 10100110 | 1111 | 11001 | 0 | 1011011 | 1010101 | 100011 | 101100100 | 1010011 | 100011 |
Color Harmonies of #A60F19
Complementary color
Monochromatic Colors of #A60F19
Black with #A60F19
Text Example
Text Example
White with #A60F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60F19; }
p { color: rgb(166,15,25); }
H1.HeaderClassName
{
color: #A60F19;
}
.AnyTagClassName
{
color: #A60F19;
}
</style>
background-color css
<style>
a { background-color: #A60F19; }
a { background-color: rgb(166,15,25); }
div.DivClassName
{
background-color: #A60F19;
}
.BgClassName
{
background-color: #A60F19;
}
</style>
border-color css
<style>
span { border-color: #A60F19; }
span { border-color: rgb(166,15,25); }
td.TdClassName
{
border-color: #A60F19;
}
.TagClassName
{
border-color: #A60F19;
}
</style>