Shades of Carmine #AC032A
Tints of Carmine #AC032A
RGB
CMYK
RGB Variations
Color information
#AC032A (or 0xAC032A) is known color: Carmine. HEX triplet: AC, 03 and 2A. RGB value is (172,3,42). Sum of RGB (Red+Green+Blue) = 172+3+42=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC032A is #53FCD5. Grayscale: #393939. Windows color (decimal): -5504214 or 2753452. OLE color: 2753452.
HSL color Cylindrical-coordinate representation of color #AC032A: hue angle of 346.15º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC032A is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.33 |
| HSL | 346.15º | 0.97% | 0.34% | - |
| HSV(B) | 346.15º | 0.98% | 0.67% | - |
| XYZ | 17.46 | 9 | 3.01 | - |
| YUV | 57.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 42 | 0 | 0.98 | 0.76 | 0.33 | 346.15 | 0.97 | 0.34 |
| Hex | AC | 3 | 2A | 0 | 62 | 4C | 21 | 15A | 61 | 22 |
| Octal | 254 | 3 | 52 | 0 | 142 | 114 | 41 | 532 | 141 | 42 |
| Binary | 10101100 | 11 | 101010 | 0 | 1100010 | 1001100 | 100001 | 101011010 | 1100001 | 100010 |
Color Harmonies of #AC032A
Complementary color
Monochromatic Colors of #AC032A
Black with #AC032A
Text Example
Text Example
White with #AC032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC032A; }
p { color: rgb(172,3,42); }
H1.HeaderClassName
{
color: #AC032A;
}
.AnyTagClassName
{
color: #AC032A;
}
</style>
background-color css
<style>
a { background-color: #AC032A; }
a { background-color: rgb(172,3,42); }
div.DivClassName
{
background-color: #AC032A;
}
.BgClassName
{
background-color: #AC032A;
}
</style>
border-color css
<style>
span { border-color: #AC032A; }
span { border-color: rgb(172,3,42); }
td.TdClassName
{
border-color: #AC032A;
}
.TagClassName
{
border-color: #AC032A;
}
</style>