Shades of Carmine #A0052C
Tints of Carmine #A0052C
RGB
CMYK
RGB Variations
Color information
#A0052C (or 0xA0052C) is known color: Carmine. HEX triplet: A0, 05 and 2C. RGB value is (160,5,44). Sum of RGB (Red+Green+Blue) = 160+5+44=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0052C is #5FFAD3. Grayscale: #373737. Windows color (decimal): -6290132 or 2885024. OLE color: 2885024.
HSL color Cylindrical-coordinate representation of color #A0052C: hue angle of 344.9º 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 #A0052C is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 44 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.37 |
| HSL | 344.9º | 0.94% | 0.32% | - |
| HSV(B) | 344.9º | 0.97% | 0.63% | - |
| XYZ | 15.01 | 7.76 | 3.09 | - |
| YUV | 55.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 44 | 0 | 0.97 | 0.72 | 0.37 | 344.9 | 0.94 | 0.32 |
| Hex | A0 | 5 | 2C | 0 | 61 | 48 | 25 | 159 | 5E | 20 |
| Octal | 240 | 5 | 54 | 0 | 141 | 110 | 45 | 531 | 136 | 40 |
| Binary | 10100000 | 101 | 101100 | 0 | 1100001 | 1001000 | 100101 | 101011001 | 1011110 | 100000 |
Color Harmonies of #A0052C
Complementary color
Monochromatic Colors of #A0052C
Black with #A0052C
Text Example
Text Example
White with #A0052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0052C; }
p { color: rgb(160,5,44); }
H1.HeaderClassName
{
color: #A0052C;
}
.AnyTagClassName
{
color: #A0052C;
}
</style>
background-color css
<style>
a { background-color: #A0052C; }
a { background-color: rgb(160,5,44); }
div.DivClassName
{
background-color: #A0052C;
}
.BgClassName
{
background-color: #A0052C;
}
</style>
border-color css
<style>
span { border-color: #A0052C; }
span { border-color: rgb(160,5,44); }
td.TdClassName
{
border-color: #A0052C;
}
.TagClassName
{
border-color: #A0052C;
}
</style>