Shades of Carmine #A00A37
Tints of Carmine #A00A37
RGB
CMYK
RGB Variations
Color information
#A00A37 (or 0xA00A37) is known color: Carmine. HEX triplet: A0, 0A and 37. RGB value is (160,10,55). Sum of RGB (Red+Green+Blue) = 160+10+55=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A37 is #5FF5C8. Grayscale: #3B3B3B. Windows color (decimal): -6288841 or 3607200. OLE color: 3607200.
HSL color Cylindrical-coordinate representation of color #A00A37: hue angle of 342º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A37 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 55 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.37 |
| HSL | 342º | 0.88% | 0.33% | - |
| HSV(B) | 342º | 0.94% | 0.63% | - |
| XYZ | 15.3 | 7.97 | 4.35 | - |
| YUV | 59.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 55 | 0 | 0.94 | 0.66 | 0.37 | 342 | 0.88 | 0.33 |
| Hex | A0 | A | 37 | 0 | 5E | 42 | 25 | 156 | 58 | 21 |
| Octal | 240 | 12 | 67 | 0 | 136 | 102 | 45 | 526 | 130 | 41 |
| Binary | 10100000 | 1010 | 110111 | 0 | 1011110 | 1000010 | 100101 | 101010110 | 1011000 | 100001 |
Color Harmonies of #A00A37
Complementary color
Monochromatic Colors of #A00A37
Black with #A00A37
Text Example
Text Example
White with #A00A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A37; }
p { color: rgb(160,10,55); }
H1.HeaderClassName
{
color: #A00A37;
}
.AnyTagClassName
{
color: #A00A37;
}
</style>
background-color css
<style>
a { background-color: #A00A37; }
a { background-color: rgb(160,10,55); }
div.DivClassName
{
background-color: #A00A37;
}
.BgClassName
{
background-color: #A00A37;
}
</style>
border-color css
<style>
span { border-color: #A00A37; }
span { border-color: rgb(160,10,55); }
td.TdClassName
{
border-color: #A00A37;
}
.TagClassName
{
border-color: #A00A37;
}
</style>