Shades of Carmine #A0032E
Tints of Carmine #A0032E
RGB
CMYK
RGB Variations
Color information
#A0032E (or 0xA0032E) is known color: Carmine. HEX triplet: A0, 03 and 2E. RGB value is (160,3,46). Sum of RGB (Red+Green+Blue) = 160+3+46=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0032E is #5FFCD1. Grayscale: #363636. Windows color (decimal): -6290642 or 3015584. OLE color: 3015584.
HSL color Cylindrical-coordinate representation of color #A0032E: hue angle of 343.57º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0032E is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.37 |
| HSL | 343.57º | 0.96% | 0.32% | - |
| HSV(B) | 343.57º | 0.98% | 0.63% | - |
| XYZ | 15.02 | 7.74 | 3.29 | - |
| YUV | 54.85 | 123.01 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 46 | 0 | 0.98 | 0.71 | 0.37 | 343.57 | 0.96 | 0.32 |
| Hex | A0 | 3 | 2E | 0 | 62 | 47 | 25 | 158 | 60 | 20 |
| Octal | 240 | 3 | 56 | 0 | 142 | 107 | 45 | 530 | 140 | 40 |
| Binary | 10100000 | 11 | 101110 | 0 | 1100010 | 1000111 | 100101 | 101011000 | 1100000 | 100000 |
Color Harmonies of #A0032E
Complementary color
Monochromatic Colors of #A0032E
Black with #A0032E
Text Example
Text Example
White with #A0032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0032E; }
p { color: rgb(160,3,46); }
H1.HeaderClassName
{
color: #A0032E;
}
.AnyTagClassName
{
color: #A0032E;
}
</style>
background-color css
<style>
a { background-color: #A0032E; }
a { background-color: rgb(160,3,46); }
div.DivClassName
{
background-color: #A0032E;
}
.BgClassName
{
background-color: #A0032E;
}
</style>
border-color css
<style>
span { border-color: #A0032E; }
span { border-color: rgb(160,3,46); }
td.TdClassName
{
border-color: #A0032E;
}
.TagClassName
{
border-color: #A0032E;
}
</style>