Shades of Carmine #A60F1F
Tints of Carmine #A60F1F
RGB
CMYK
RGB Variations
Color information
#A60F1F (or 0xA60F1F) is known color: Carmine. HEX triplet: A6, 0F and 1F. RGB value is (166,15,31). Sum of RGB (Red+Green+Blue) = 166+15+31=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F1F is #59F0E0. Grayscale: #3E3E3E. Windows color (decimal): -5894369 or 2035622. OLE color: 2035622.
HSL color Cylindrical-coordinate representation of color #A60F1F: hue angle of 353.64º 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 #A60F1F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 15 | 31 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.35 |
| HSL | 353.64º | 0.83% | 0.35% | - |
| HSV(B) | 353.64º | 0.91% | 0.65% | - |
| XYZ | 16.14 | 8.55 | 2.1 | - |
| YUV | 61.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 31 | 0 | 0.91 | 0.81 | 0.35 | 353.64 | 0.83 | 0.35 |
| Hex | A6 | F | 1F | 0 | 5B | 51 | 23 | 162 | 53 | 23 |
| Octal | 246 | 17 | 37 | 0 | 133 | 121 | 43 | 542 | 123 | 43 |
| Binary | 10100110 | 1111 | 11111 | 0 | 1011011 | 1010001 | 100011 | 101100010 | 1010011 | 100011 |
Color Harmonies of #A60F1F
Complementary color
Monochromatic Colors of #A60F1F
Black with #A60F1F
Text Example
Text Example
White with #A60F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60F1F; }
p { color: rgb(166,15,31); }
H1.HeaderClassName
{
color: #A60F1F;
}
.AnyTagClassName
{
color: #A60F1F;
}
</style>
background-color css
<style>
a { background-color: #A60F1F; }
a { background-color: rgb(166,15,31); }
div.DivClassName
{
background-color: #A60F1F;
}
.BgClassName
{
background-color: #A60F1F;
}
</style>
border-color css
<style>
span { border-color: #A60F1F; }
span { border-color: rgb(166,15,31); }
td.TdClassName
{
border-color: #A60F1F;
}
.TagClassName
{
border-color: #A60F1F;
}
</style>