Shades of Carmine #A60B2C
Tints of Carmine #A60B2C
RGB
CMYK
RGB Variations
Color information
#A60B2C (or 0xA60B2C) is known color: Carmine. HEX triplet: A6, 0B and 2C. RGB value is (166,11,44). Sum of RGB (Red+Green+Blue) = 166+11+44=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60B2C is #59F4D3. Grayscale: #3D3D3D. Windows color (decimal): -5895380 or 2886566. OLE color: 2886566.
HSL color Cylindrical-coordinate representation of color #A60B2C: hue angle of 347.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60B2C is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 11 | 44 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.35 |
| HSL | 347.23º | 0.88% | 0.35% | - |
| HSV(B) | 347.23º | 0.93% | 0.65% | - |
| XYZ | 16.3 | 8.53 | 3.17 | - |
| YUV | 61.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 44 | 0 | 0.93 | 0.73 | 0.35 | 347.23 | 0.88 | 0.35 |
| Hex | A6 | B | 2C | 0 | 5D | 49 | 23 | 15B | 58 | 23 |
| Octal | 246 | 13 | 54 | 0 | 135 | 111 | 43 | 533 | 130 | 43 |
| Binary | 10100110 | 1011 | 101100 | 0 | 1011101 | 1001001 | 100011 | 101011011 | 1011000 | 100011 |
Color Harmonies of #A60B2C
Complementary color
Monochromatic Colors of #A60B2C
Black with #A60B2C
Text Example
Text Example
White with #A60B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60B2C; }
p { color: rgb(166,11,44); }
H1.HeaderClassName
{
color: #A60B2C;
}
.AnyTagClassName
{
color: #A60B2C;
}
</style>
background-color css
<style>
a { background-color: #A60B2C; }
a { background-color: rgb(166,11,44); }
div.DivClassName
{
background-color: #A60B2C;
}
.BgClassName
{
background-color: #A60B2C;
}
</style>
border-color css
<style>
span { border-color: #A60B2C; }
span { border-color: rgb(166,11,44); }
td.TdClassName
{
border-color: #A60B2C;
}
.TagClassName
{
border-color: #A60B2C;
}
</style>