Shades of Carmine #A0052B
Tints of Carmine #A0052B
RGB
CMYK
RGB Variations
Color information
#A0052B (or 0xA0052B) is known color: Carmine. HEX triplet: A0, 05 and 2B. RGB value is (160,5,43). Sum of RGB (Red+Green+Blue) = 160+5+43=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0052B is #5FFAD4. Grayscale: #373737. Windows color (decimal): -6290133 or 2819488. OLE color: 2819488.
HSL color Cylindrical-coordinate representation of color #A0052B: hue angle of 345.29º 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 #A0052B is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.37 |
| HSL | 345.29º | 0.94% | 0.32% | - |
| HSV(B) | 345.29º | 0.97% | 0.63% | - |
| XYZ | 14.99 | 7.76 | 2.99 | - |
| YUV | 55.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 43 | 0 | 0.97 | 0.73 | 0.37 | 345.29 | 0.94 | 0.32 |
| Hex | A0 | 5 | 2B | 0 | 61 | 49 | 25 | 159 | 5E | 20 |
| Octal | 240 | 5 | 53 | 0 | 141 | 111 | 45 | 531 | 136 | 40 |
| Binary | 10100000 | 101 | 101011 | 0 | 1100001 | 1001001 | 100101 | 101011001 | 1011110 | 100000 |
Color Harmonies of #A0052B
Complementary color
Monochromatic Colors of #A0052B
Black with #A0052B
Text Example
Text Example
White with #A0052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0052B; }
p { color: rgb(160,5,43); }
H1.HeaderClassName
{
color: #A0052B;
}
.AnyTagClassName
{
color: #A0052B;
}
</style>
background-color css
<style>
a { background-color: #A0052B; }
a { background-color: rgb(160,5,43); }
div.DivClassName
{
background-color: #A0052B;
}
.BgClassName
{
background-color: #A0052B;
}
</style>
border-color css
<style>
span { border-color: #A0052B; }
span { border-color: rgb(160,5,43); }
td.TdClassName
{
border-color: #A0052B;
}
.TagClassName
{
border-color: #A0052B;
}
</style>