Shades of Carmine #A0032F
Tints of Carmine #A0032F
RGB
CMYK
RGB Variations
Color information
#A0032F (or 0xA0032F) is known color: Carmine. HEX triplet: A0, 03 and 2F. RGB value is (160,3,47). Sum of RGB (Red+Green+Blue) = 160+3+47=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A0032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0032F is #5FFCD0. Grayscale: #363636. Windows color (decimal): -6290641 or 3081120. OLE color: 3081120.
HSL color Cylindrical-coordinate representation of color #A0032F: hue angle of 343.18º 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 #A0032F is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.37 |
| HSL | 343.18º | 0.96% | 0.32% | - |
| HSV(B) | 343.18º | 0.98% | 0.63% | - |
| XYZ | 15.04 | 7.74 | 3.39 | - |
| YUV | 54.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 47 | 0 | 0.98 | 0.71 | 0.37 | 343.18 | 0.96 | 0.32 |
| Hex | A0 | 3 | 2F | 0 | 62 | 47 | 25 | 157 | 60 | 20 |
| Octal | 240 | 3 | 57 | 0 | 142 | 107 | 45 | 527 | 140 | 40 |
| Binary | 10100000 | 11 | 101111 | 0 | 1100010 | 1000111 | 100101 | 101010111 | 1100000 | 100000 |
Color Harmonies of #A0032F
Complementary color
Monochromatic Colors of #A0032F
Black with #A0032F
Text Example
Text Example
White with #A0032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0032F; }
p { color: rgb(160,3,47); }
H1.HeaderClassName
{
color: #A0032F;
}
.AnyTagClassName
{
color: #A0032F;
}
</style>
background-color css
<style>
a { background-color: #A0032F; }
a { background-color: rgb(160,3,47); }
div.DivClassName
{
background-color: #A0032F;
}
.BgClassName
{
background-color: #A0032F;
}
</style>
border-color css
<style>
span { border-color: #A0032F; }
span { border-color: rgb(160,3,47); }
td.TdClassName
{
border-color: #A0032F;
}
.TagClassName
{
border-color: #A0032F;
}
</style>