Shades of Carmine #A0032A
Tints of Carmine #A0032A
RGB
CMYK
RGB Variations
Color information
#A0032A (or 0xA0032A) is known color: Carmine. HEX triplet: A0, 03 and 2A. RGB value is (160,3,42). Sum of RGB (Red+Green+Blue) = 160+3+42=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A0032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0032A is #5FFCD5. Grayscale: #363636. Windows color (decimal): -6290646 or 2753440. OLE color: 2753440.
HSL color Cylindrical-coordinate representation of color #A0032A: hue angle of 345.1º 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 #A0032A is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.37 |
| HSL | 345.1º | 0.96% | 0.32% | - |
| HSV(B) | 345.1º | 0.98% | 0.63% | - |
| XYZ | 14.95 | 7.71 | 2.89 | - |
| YUV | 54.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 42 | 0 | 0.98 | 0.74 | 0.37 | 345.1 | 0.96 | 0.32 |
| Hex | A0 | 3 | 2A | 0 | 62 | 4A | 25 | 159 | 60 | 20 |
| Octal | 240 | 3 | 52 | 0 | 142 | 112 | 45 | 531 | 140 | 40 |
| Binary | 10100000 | 11 | 101010 | 0 | 1100010 | 1001010 | 100101 | 101011001 | 1100000 | 100000 |
Color Harmonies of #A0032A
Complementary color
Monochromatic Colors of #A0032A
Black with #A0032A
Text Example
Text Example
White with #A0032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0032A; }
p { color: rgb(160,3,42); }
H1.HeaderClassName
{
color: #A0032A;
}
.AnyTagClassName
{
color: #A0032A;
}
</style>
background-color css
<style>
a { background-color: #A0032A; }
a { background-color: rgb(160,3,42); }
div.DivClassName
{
background-color: #A0032A;
}
.BgClassName
{
background-color: #A0032A;
}
</style>
border-color css
<style>
span { border-color: #A0032A; }
span { border-color: rgb(160,3,42); }
td.TdClassName
{
border-color: #A0032A;
}
.TagClassName
{
border-color: #A0032A;
}
</style>