Shades of Carmine #A60215
Tints of Carmine #A60215
RGB
CMYK
RGB Variations
Color information
#A60215 (or 0xA60215) is known color: Carmine. HEX triplet: A6, 02 and 15. RGB value is (166,2,21). Sum of RGB (Red+Green+Blue) = 166+2+21=189 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.83% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 166 - color contains mainly: red. Hex color #A60215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60215 is #59FDEA. Grayscale: #353535. Windows color (decimal): -5897707 or 1376934. OLE color: 1376934.
HSL color Cylindrical-coordinate representation of color #A60215: hue angle of 353.05º 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 #A60215 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.35 |
| HSL | 353.05º | 0.98% | 0.33% | - |
| HSV(B) | 353.05º | 0.99% | 0.65% | - |
| XYZ | 15.88 | 8.2 | 1.46 | - |
| YUV | 53.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 21 | 0 | 0.99 | 0.87 | 0.35 | 353.05 | 0.98 | 0.33 |
| Hex | A6 | 2 | 15 | 0 | 63 | 57 | 23 | 161 | 62 | 21 |
| Octal | 246 | 2 | 25 | 0 | 143 | 127 | 43 | 541 | 142 | 41 |
| Binary | 10100110 | 10 | 10101 | 0 | 1100011 | 1010111 | 100011 | 101100001 | 1100010 | 100001 |
Color Harmonies of #A60215
Complementary color
Monochromatic Colors of #A60215
Black with #A60215
Text Example
Text Example
White with #A60215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60215; }
p { color: rgb(166,2,21); }
H1.HeaderClassName
{
color: #A60215;
}
.AnyTagClassName
{
color: #A60215;
}
</style>
background-color css
<style>
a { background-color: #A60215; }
a { background-color: rgb(166,2,21); }
div.DivClassName
{
background-color: #A60215;
}
.BgClassName
{
background-color: #A60215;
}
</style>
border-color css
<style>
span { border-color: #A60215; }
span { border-color: rgb(166,2,21); }
td.TdClassName
{
border-color: #A60215;
}
.TagClassName
{
border-color: #A60215;
}
</style>