Shades of Carmine #A00237
Tints of Carmine #A00237
RGB
CMYK
RGB Variations
Color information
#A00237 (or 0xA00237) is known color: Carmine. HEX triplet: A0, 02 and 37. RGB value is (160,2,55). Sum of RGB (Red+Green+Blue) = 160+2+55=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A00237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00237 is #5FFDC8. Grayscale: #373737. Windows color (decimal): -6290889 or 3605152. OLE color: 3605152.
HSL color Cylindrical-coordinate representation of color #A00237: hue angle of 339.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00237 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.37 |
| HSL | 339.87º | 0.98% | 0.32% | - |
| HSV(B) | 339.87º | 0.99% | 0.63% | - |
| XYZ | 15.21 | 7.79 | 4.32 | - |
| YUV | 55.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 55 | 0 | 0.99 | 0.66 | 0.37 | 339.87 | 0.98 | 0.32 |
| Hex | A0 | 2 | 37 | 0 | 63 | 42 | 25 | 154 | 62 | 20 |
| Octal | 240 | 2 | 67 | 0 | 143 | 102 | 45 | 524 | 142 | 40 |
| Binary | 10100000 | 10 | 110111 | 0 | 1100011 | 1000010 | 100101 | 101010100 | 1100010 | 100000 |
Color Harmonies of #A00237
Complementary color
Monochromatic Colors of #A00237
Black with #A00237
Text Example
Text Example
White with #A00237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00237; }
p { color: rgb(160,2,55); }
H1.HeaderClassName
{
color: #A00237;
}
.AnyTagClassName
{
color: #A00237;
}
</style>
background-color css
<style>
a { background-color: #A00237; }
a { background-color: rgb(160,2,55); }
div.DivClassName
{
background-color: #A00237;
}
.BgClassName
{
background-color: #A00237;
}
</style>
border-color css
<style>
span { border-color: #A00237; }
span { border-color: rgb(160,2,55); }
td.TdClassName
{
border-color: #A00237;
}
.TagClassName
{
border-color: #A00237;
}
</style>