Shades of Carmine #A60F2C
Tints of Carmine #A60F2C
RGB
CMYK
RGB Variations
Color information
#A60F2C (or 0xA60F2C) is known color: Carmine. HEX triplet: A6, 0F and 2C. RGB value is (166,15,44). Sum of RGB (Red+Green+Blue) = 166+15+44=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F2C is #59F0D3. Grayscale: #3F3F3F. Windows color (decimal): -5894356 or 2887590. OLE color: 2887590.
HSL color Cylindrical-coordinate representation of color #A60F2C: hue angle of 348.48º 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 #A60F2C is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 15 | 44 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.35 |
| HSL | 348.48º | 0.83% | 0.35% | - |
| HSV(B) | 348.48º | 0.91% | 0.65% | - |
| XYZ | 16.35 | 8.63 | 3.19 | - |
| YUV | 63.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 44 | 0 | 0.91 | 0.73 | 0.35 | 348.48 | 0.83 | 0.35 |
| Hex | A6 | F | 2C | 0 | 5B | 49 | 23 | 15C | 53 | 23 |
| Octal | 246 | 17 | 54 | 0 | 133 | 111 | 43 | 534 | 123 | 43 |
| Binary | 10100110 | 1111 | 101100 | 0 | 1011011 | 1001001 | 100011 | 101011100 | 1010011 | 100011 |
Color Harmonies of #A60F2C
Complementary color
Monochromatic Colors of #A60F2C
Black with #A60F2C
Text Example
Text Example
White with #A60F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60F2C; }
p { color: rgb(166,15,44); }
H1.HeaderClassName
{
color: #A60F2C;
}
.AnyTagClassName
{
color: #A60F2C;
}
</style>
background-color css
<style>
a { background-color: #A60F2C; }
a { background-color: rgb(166,15,44); }
div.DivClassName
{
background-color: #A60F2C;
}
.BgClassName
{
background-color: #A60F2C;
}
</style>
border-color css
<style>
span { border-color: #A60F2C; }
span { border-color: rgb(166,15,44); }
td.TdClassName
{
border-color: #A60F2C;
}
.TagClassName
{
border-color: #A60F2C;
}
</style>