Shades of Carmine #A01521
Tints of Carmine #A01521
RGB
CMYK
RGB Variations
Color information
#A01521 (or 0xA01521) is known color: Carmine. HEX triplet: A0, 15 and 21. RGB value is (160,21,33). Sum of RGB (Red+Green+Blue) = 160+21+33=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A01521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01521 is #5FEADE. Grayscale: #404040. Windows color (decimal): -6286047 or 2168224. OLE color: 2168224.
HSL color Cylindrical-coordinate representation of color #A01521: hue angle of 354.82º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01521 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 33 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.37 |
| HSL | 354.82º | 0.77% | 0.35% | - |
| HSV(B) | 354.82º | 0.87% | 0.63% | - |
| XYZ | 15.04 | 8.12 | 2.21 | - |
| YUV | 63.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 33 | 0 | 0.87 | 0.79 | 0.37 | 354.82 | 0.77 | 0.35 |
| Hex | A0 | 15 | 21 | 0 | 57 | 4F | 25 | 163 | 4D | 23 |
| Octal | 240 | 25 | 41 | 0 | 127 | 117 | 45 | 543 | 115 | 43 |
| Binary | 10100000 | 10101 | 100001 | 0 | 1010111 | 1001111 | 100101 | 101100011 | 1001101 | 100011 |
Color Harmonies of #A01521
Complementary color
Monochromatic Colors of #A01521
Black with #A01521
Text Example
Text Example
White with #A01521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01521; }
p { color: rgb(160,21,33); }
H1.HeaderClassName
{
color: #A01521;
}
.AnyTagClassName
{
color: #A01521;
}
</style>
background-color css
<style>
a { background-color: #A01521; }
a { background-color: rgb(160,21,33); }
div.DivClassName
{
background-color: #A01521;
}
.BgClassName
{
background-color: #A01521;
}
</style>
border-color css
<style>
span { border-color: #A01521; }
span { border-color: rgb(160,21,33); }
td.TdClassName
{
border-color: #A01521;
}
.TagClassName
{
border-color: #A01521;
}
</style>