Shades of Carmine #A00537
Tints of Carmine #A00537
RGB
CMYK
RGB Variations
Color information
#A00537 (or 0xA00537) is known color: Carmine. HEX triplet: A0, 05 and 37. RGB value is (160,5,55). Sum of RGB (Red+Green+Blue) = 160+5+55=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A00537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00537 is #5FFAC8. Grayscale: #393939. Windows color (decimal): -6290121 or 3605920. OLE color: 3605920.
HSL color Cylindrical-coordinate representation of color #A00537: hue angle of 340.65º 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 #A00537 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 55 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.37 |
| HSL | 340.65º | 0.94% | 0.32% | - |
| HSV(B) | 340.65º | 0.97% | 0.63% | - |
| XYZ | 15.24 | 7.86 | 4.33 | - |
| YUV | 57.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 55 | 0 | 0.97 | 0.66 | 0.37 | 340.65 | 0.94 | 0.32 |
| Hex | A0 | 5 | 37 | 0 | 61 | 42 | 25 | 155 | 5E | 20 |
| Octal | 240 | 5 | 67 | 0 | 141 | 102 | 45 | 525 | 136 | 40 |
| Binary | 10100000 | 101 | 110111 | 0 | 1100001 | 1000010 | 100101 | 101010101 | 1011110 | 100000 |
Color Harmonies of #A00537
Complementary color
Monochromatic Colors of #A00537
Black with #A00537
Text Example
Text Example
White with #A00537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00537; }
p { color: rgb(160,5,55); }
H1.HeaderClassName
{
color: #A00537;
}
.AnyTagClassName
{
color: #A00537;
}
</style>
background-color css
<style>
a { background-color: #A00537; }
a { background-color: rgb(160,5,55); }
div.DivClassName
{
background-color: #A00537;
}
.BgClassName
{
background-color: #A00537;
}
</style>
border-color css
<style>
span { border-color: #A00537; }
span { border-color: rgb(160,5,55); }
td.TdClassName
{
border-color: #A00537;
}
.TagClassName
{
border-color: #A00537;
}
</style>