Shades of Carmine #AC0031
Tints of Carmine #AC0031
RGB
CMYK
RGB Variations
Color information
#AC0031 (or 0xAC0031) is known color: Carmine. HEX triplet: AC, 00 and 31. RGB value is (172,0,49). Sum of RGB (Red+Green+Blue) = 172+0+49=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0031 is #53FFCE. Grayscale: #383838. Windows color (decimal): -5504975 or 3211436. OLE color: 3211436.
HSL color Cylindrical-coordinate representation of color #AC0031: hue angle of 342.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0031 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.72 | 0.33 |
| HSL | 342.91º | 1% | 0.34% | - |
| HSV(B) | 342.91º | 1% | 0.67% | - |
| XYZ | 17.57 | 8.99 | 3.72 | - |
| YUV | 57.01 | 123.48 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 49 | 0 | 1 | 0.72 | 0.33 | 342.91 | 1 | 0.34 |
| Hex | AC | 0 | 31 | 0 | 64 | 48 | 21 | 157 | 64 | 22 |
| Octal | 254 | 0 | 61 | 0 | 144 | 110 | 41 | 527 | 144 | 42 |
| Binary | 10101100 | 0 | 110001 | 0 | 1100100 | 1001000 | 100001 | 101010111 | 1100100 | 100010 |
Color Harmonies of #AC0031
Complementary color
Monochromatic Colors of #AC0031
Black with #AC0031
Text Example
Text Example
White with #AC0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0031; }
p { color: rgb(172,0,49); }
H1.HeaderClassName
{
color: #AC0031;
}
.AnyTagClassName
{
color: #AC0031;
}
</style>
background-color css
<style>
a { background-color: #AC0031; }
a { background-color: rgb(172,0,49); }
div.DivClassName
{
background-color: #AC0031;
}
.BgClassName
{
background-color: #AC0031;
}
</style>
border-color css
<style>
span { border-color: #AC0031; }
span { border-color: rgb(172,0,49); }
td.TdClassName
{
border-color: #AC0031;
}
.TagClassName
{
border-color: #AC0031;
}
</style>