Shades of Carmine #A00521
Tints of Carmine #A00521
RGB
CMYK
RGB Variations
Color information
#A00521 (or 0xA00521) is known color: Carmine. HEX triplet: A0, 05 and 21. RGB value is (160,5,33). Sum of RGB (Red+Green+Blue) = 160+5+33=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A00521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00521 is #5FFADE. Grayscale: #363636. Windows color (decimal): -6290143 or 2164128. OLE color: 2164128.
HSL color Cylindrical-coordinate representation of color #A00521: hue angle of 349.16º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00521 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 33 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.37 |
| HSL | 349.16º | 0.94% | 0.32% | - |
| HSV(B) | 349.16º | 0.97% | 0.63% | - |
| XYZ | 14.83 | 7.69 | 2.14 | - |
| YUV | 54.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 33 | 0 | 0.97 | 0.79 | 0.37 | 349.16 | 0.94 | 0.32 |
| Hex | A0 | 5 | 21 | 0 | 61 | 4F | 25 | 15D | 5E | 20 |
| Octal | 240 | 5 | 41 | 0 | 141 | 117 | 45 | 535 | 136 | 40 |
| Binary | 10100000 | 101 | 100001 | 0 | 1100001 | 1001111 | 100101 | 101011101 | 1011110 | 100000 |
Color Harmonies of #A00521
Complementary color
Monochromatic Colors of #A00521
Black with #A00521
Text Example
Text Example
White with #A00521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00521; }
p { color: rgb(160,5,33); }
H1.HeaderClassName
{
color: #A00521;
}
.AnyTagClassName
{
color: #A00521;
}
</style>
background-color css
<style>
a { background-color: #A00521; }
a { background-color: rgb(160,5,33); }
div.DivClassName
{
background-color: #A00521;
}
.BgClassName
{
background-color: #A00521;
}
</style>
border-color css
<style>
span { border-color: #A00521; }
span { border-color: rgb(160,5,33); }
td.TdClassName
{
border-color: #A00521;
}
.TagClassName
{
border-color: #A00521;
}
</style>