Shades of Carmine #A0032D
Tints of Carmine #A0032D
RGB
CMYK
RGB Variations
Color information
#A0032D (or 0xA0032D) is known color: Carmine. HEX triplet: A0, 03 and 2D. RGB value is (160,3,45). Sum of RGB (Red+Green+Blue) = 160+3+45=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0032D is #5FFCD2. Grayscale: #363636. Windows color (decimal): -6290643 or 2950048. OLE color: 2950048.
HSL color Cylindrical-coordinate representation of color #A0032D: hue angle of 343.95º 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 #A0032D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.37 |
| HSL | 343.95º | 0.96% | 0.32% | - |
| HSV(B) | 343.95º | 0.98% | 0.63% | - |
| XYZ | 15 | 7.73 | 3.18 | - |
| YUV | 54.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 45 | 0 | 0.98 | 0.72 | 0.37 | 343.95 | 0.96 | 0.32 |
| Hex | A0 | 3 | 2D | 0 | 62 | 48 | 25 | 158 | 60 | 20 |
| Octal | 240 | 3 | 55 | 0 | 142 | 110 | 45 | 530 | 140 | 40 |
| Binary | 10100000 | 11 | 101101 | 0 | 1100010 | 1001000 | 100101 | 101011000 | 1100000 | 100000 |
Color Harmonies of #A0032D
Complementary color
Monochromatic Colors of #A0032D
Black with #A0032D
Text Example
Text Example
White with #A0032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0032D; }
p { color: rgb(160,3,45); }
H1.HeaderClassName
{
color: #A0032D;
}
.AnyTagClassName
{
color: #A0032D;
}
</style>
background-color css
<style>
a { background-color: #A0032D; }
a { background-color: rgb(160,3,45); }
div.DivClassName
{
background-color: #A0032D;
}
.BgClassName
{
background-color: #A0032D;
}
</style>
border-color css
<style>
span { border-color: #A0032D; }
span { border-color: rgb(160,3,45); }
td.TdClassName
{
border-color: #A0032D;
}
.TagClassName
{
border-color: #A0032D;
}
</style>