Shades of Carmine #A60224
Tints of Carmine #A60224
RGB
CMYK
RGB Variations
Color information
#A60224 (or 0xA60224) is known color: Carmine. HEX triplet: A6, 02 and 24. RGB value is (166,2,36). Sum of RGB (Red+Green+Blue) = 166+2+36=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A60224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60224 is #59FDDB. Grayscale: #363636. Windows color (decimal): -5897692 or 2359974. OLE color: 2359974.
HSL color Cylindrical-coordinate representation of color #A60224: hue angle of 347.56º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60224 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.35 |
| HSL | 347.56º | 0.98% | 0.33% | - |
| HSV(B) | 347.56º | 0.99% | 0.65% | - |
| XYZ | 16.07 | 8.28 | 2.42 | - |
| YUV | 54.91 | 117.33 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 36 | 0 | 0.99 | 0.78 | 0.35 | 347.56 | 0.98 | 0.33 |
| Hex | A6 | 2 | 24 | 0 | 63 | 4E | 23 | 15C | 62 | 21 |
| Octal | 246 | 2 | 44 | 0 | 143 | 116 | 43 | 534 | 142 | 41 |
| Binary | 10100110 | 10 | 100100 | 0 | 1100011 | 1001110 | 100011 | 101011100 | 1100010 | 100001 |
Color Harmonies of #A60224
Complementary color
Monochromatic Colors of #A60224
Black with #A60224
Text Example
Text Example
White with #A60224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60224; }
p { color: rgb(166,2,36); }
H1.HeaderClassName
{
color: #A60224;
}
.AnyTagClassName
{
color: #A60224;
}
</style>
background-color css
<style>
a { background-color: #A60224; }
a { background-color: rgb(166,2,36); }
div.DivClassName
{
background-color: #A60224;
}
.BgClassName
{
background-color: #A60224;
}
</style>
border-color css
<style>
span { border-color: #A60224; }
span { border-color: rgb(166,2,36); }
td.TdClassName
{
border-color: #A60224;
}
.TagClassName
{
border-color: #A60224;
}
</style>