Shades of Carmine #A00528
Tints of Carmine #A00528
RGB
CMYK
RGB Variations
Color information
#A00528 (or 0xA00528) is known color: Carmine. HEX triplet: A0, 05 and 28. RGB value is (160,5,40). Sum of RGB (Red+Green+Blue) = 160+5+40=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A00528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00528 is #5FFAD7. Grayscale: #373737. Windows color (decimal): -6290136 or 2622880. OLE color: 2622880.
HSL color Cylindrical-coordinate representation of color #A00528: hue angle of 346.45º 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 #A00528 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 40 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.37 |
| HSL | 346.45º | 0.94% | 0.32% | - |
| HSV(B) | 346.45º | 0.97% | 0.63% | - |
| XYZ | 14.93 | 7.74 | 2.71 | - |
| YUV | 55.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 40 | 0 | 0.97 | 0.75 | 0.37 | 346.45 | 0.94 | 0.32 |
| Hex | A0 | 5 | 28 | 0 | 61 | 4B | 25 | 15A | 5E | 20 |
| Octal | 240 | 5 | 50 | 0 | 141 | 113 | 45 | 532 | 136 | 40 |
| Binary | 10100000 | 101 | 101000 | 0 | 1100001 | 1001011 | 100101 | 101011010 | 1011110 | 100000 |
Color Harmonies of #A00528
Complementary color
Monochromatic Colors of #A00528
Black with #A00528
Text Example
Text Example
White with #A00528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00528; }
p { color: rgb(160,5,40); }
H1.HeaderClassName
{
color: #A00528;
}
.AnyTagClassName
{
color: #A00528;
}
</style>
background-color css
<style>
a { background-color: #A00528; }
a { background-color: rgb(160,5,40); }
div.DivClassName
{
background-color: #A00528;
}
.BgClassName
{
background-color: #A00528;
}
</style>
border-color css
<style>
span { border-color: #A00528; }
span { border-color: rgb(160,5,40); }
td.TdClassName
{
border-color: #A00528;
}
.TagClassName
{
border-color: #A00528;
}
</style>