Shades of Carmine #AC0022
Tints of Carmine #AC0022
RGB
CMYK
RGB Variations
Color information
#AC0022 (or 0xAC0022) is known color: Carmine. HEX triplet: AC, 00 and 22. RGB value is (172,0,34). Sum of RGB (Red+Green+Blue) = 172+0+34=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0022 is #53FFDD. Grayscale: #373737. Windows color (decimal): -5504990 or 2228396. OLE color: 2228396.
HSL color Cylindrical-coordinate representation of color #AC0022: hue angle of 348.14º 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 #AC0022 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.80 | 0.33 |
| HSL | 348.14º | 1% | 0.34% | - |
| HSV(B) | 348.14º | 1% | 0.67% | - |
| XYZ | 17.3 | 8.89 | 2.32 | - |
| YUV | 55.3 | 115.98 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 34 | 0 | 1 | 0.80 | 0.33 | 348.14 | 1 | 0.34 |
| Hex | AC | 0 | 22 | 0 | 64 | 50 | 21 | 15C | 64 | 22 |
| Octal | 254 | 0 | 42 | 0 | 144 | 120 | 41 | 534 | 144 | 42 |
| Binary | 10101100 | 0 | 100010 | 0 | 1100100 | 1010000 | 100001 | 101011100 | 1100100 | 100010 |
Color Harmonies of #AC0022
Complementary color
Monochromatic Colors of #AC0022
Black with #AC0022
Text Example
Text Example
White with #AC0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0022; }
p { color: rgb(172,0,34); }
H1.HeaderClassName
{
color: #AC0022;
}
.AnyTagClassName
{
color: #AC0022;
}
</style>
background-color css
<style>
a { background-color: #AC0022; }
a { background-color: rgb(172,0,34); }
div.DivClassName
{
background-color: #AC0022;
}
.BgClassName
{
background-color: #AC0022;
}
</style>
border-color css
<style>
span { border-color: #AC0022; }
span { border-color: rgb(172,0,34); }
td.TdClassName
{
border-color: #AC0022;
}
.TagClassName
{
border-color: #AC0022;
}
</style>