Shades of Carmine #A0032B
Tints of Carmine #A0032B
RGB
CMYK
RGB Variations
Color information
#A0032B (or 0xA0032B) is known color: Carmine. HEX triplet: A0, 03 and 2B. RGB value is (160,3,43). Sum of RGB (Red+Green+Blue) = 160+3+43=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A0032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0032B is #5FFCD4. Grayscale: #363636. Windows color (decimal): -6290645 or 2818976. OLE color: 2818976.
HSL color Cylindrical-coordinate representation of color #A0032B: hue angle of 344.71º 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 #A0032B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 43 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.37 |
| HSL | 344.71º | 0.96% | 0.32% | - |
| HSV(B) | 344.71º | 0.98% | 0.63% | - |
| XYZ | 14.97 | 7.71 | 2.99 | - |
| YUV | 54.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 43 | 0 | 0.98 | 0.73 | 0.37 | 344.71 | 0.96 | 0.32 |
| Hex | A0 | 3 | 2B | 0 | 62 | 49 | 25 | 159 | 60 | 20 |
| Octal | 240 | 3 | 53 | 0 | 142 | 111 | 45 | 531 | 140 | 40 |
| Binary | 10100000 | 11 | 101011 | 0 | 1100010 | 1001001 | 100101 | 101011001 | 1100000 | 100000 |
Color Harmonies of #A0032B
Complementary color
Monochromatic Colors of #A0032B
Black with #A0032B
Text Example
Text Example
White with #A0032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0032B; }
p { color: rgb(160,3,43); }
H1.HeaderClassName
{
color: #A0032B;
}
.AnyTagClassName
{
color: #A0032B;
}
</style>
background-color css
<style>
a { background-color: #A0032B; }
a { background-color: rgb(160,3,43); }
div.DivClassName
{
background-color: #A0032B;
}
.BgClassName
{
background-color: #A0032B;
}
</style>
border-color css
<style>
span { border-color: #A0032B; }
span { border-color: rgb(160,3,43); }
td.TdClassName
{
border-color: #A0032B;
}
.TagClassName
{
border-color: #A0032B;
}
</style>