Shades of Carmine #A60B2A
Tints of Carmine #A60B2A
RGB
CMYK
RGB Variations
Color information
#A60B2A (or 0xA60B2A) is known color: Carmine. HEX triplet: A6, 0B and 2A. RGB value is (166,11,42). Sum of RGB (Red+Green+Blue) = 166+11+42=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60B2A is #59F4D5. Grayscale: #3C3C3C. Windows color (decimal): -5895382 or 2755494. OLE color: 2755494.
HSL color Cylindrical-coordinate representation of color #A60B2A: hue angle of 348º 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 #A60B2A is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 11 | 42 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.35 |
| HSL | 348º | 0.88% | 0.35% | - |
| HSV(B) | 348º | 0.93% | 0.65% | - |
| XYZ | 16.26 | 8.51 | 2.98 | - |
| YUV | 60.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 42 | 0 | 0.93 | 0.75 | 0.35 | 348 | 0.88 | 0.35 |
| Hex | A6 | B | 2A | 0 | 5D | 4B | 23 | 15C | 58 | 23 |
| Octal | 246 | 13 | 52 | 0 | 135 | 113 | 43 | 534 | 130 | 43 |
| Binary | 10100110 | 1011 | 101010 | 0 | 1011101 | 1001011 | 100011 | 101011100 | 1011000 | 100011 |
Color Harmonies of #A60B2A
Complementary color
Monochromatic Colors of #A60B2A
Black with #A60B2A
Text Example
Text Example
White with #A60B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60B2A; }
p { color: rgb(166,11,42); }
H1.HeaderClassName
{
color: #A60B2A;
}
.AnyTagClassName
{
color: #A60B2A;
}
</style>
background-color css
<style>
a { background-color: #A60B2A; }
a { background-color: rgb(166,11,42); }
div.DivClassName
{
background-color: #A60B2A;
}
.BgClassName
{
background-color: #A60B2A;
}
</style>
border-color css
<style>
span { border-color: #A60B2A; }
span { border-color: rgb(166,11,42); }
td.TdClassName
{
border-color: #A60B2A;
}
.TagClassName
{
border-color: #A60B2A;
}
</style>