Shades of Carmine #A2032C
Tints of Carmine #A2032C
RGB
CMYK
RGB Variations
Color information
#A2032C (or 0xA2032C) is known color: Carmine. HEX triplet: A2, 03 and 2C. RGB value is (162,3,44). Sum of RGB (Red+Green+Blue) = 162+3+44=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2032C is #5DFCD3. Grayscale: #373737. Windows color (decimal): -6159572 or 2884514. OLE color: 2884514.
HSL color Cylindrical-coordinate representation of color #A2032C: hue angle of 344.53º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2032C is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.36 |
| HSL | 344.53º | 0.96% | 0.32% | - |
| HSV(B) | 344.53º | 0.98% | 0.64% | - |
| XYZ | 15.39 | 7.93 | 3.1 | - |
| YUV | 55.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 44 | 0 | 0.98 | 0.73 | 0.36 | 344.53 | 0.96 | 0.32 |
| Hex | A2 | 3 | 2C | 0 | 62 | 49 | 24 | 159 | 60 | 20 |
| Octal | 242 | 3 | 54 | 0 | 142 | 111 | 44 | 531 | 140 | 40 |
| Binary | 10100010 | 11 | 101100 | 0 | 1100010 | 1001001 | 100100 | 101011001 | 1100000 | 100000 |
Color Harmonies of #A2032C
Complementary color
Monochromatic Colors of #A2032C
Black with #A2032C
Text Example
Text Example
White with #A2032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2032C; }
p { color: rgb(162,3,44); }
H1.HeaderClassName
{
color: #A2032C;
}
.AnyTagClassName
{
color: #A2032C;
}
</style>
background-color css
<style>
a { background-color: #A2032C; }
a { background-color: rgb(162,3,44); }
div.DivClassName
{
background-color: #A2032C;
}
.BgClassName
{
background-color: #A2032C;
}
</style>
border-color css
<style>
span { border-color: #A2032C; }
span { border-color: rgb(162,3,44); }
td.TdClassName
{
border-color: #A2032C;
}
.TagClassName
{
border-color: #A2032C;
}
</style>