Shades of Carmine #AC0819
Tints of Carmine #AC0819
RGB
CMYK
RGB Variations
Color information
#AC0819 (or 0xAC0819) is known color: Carmine. HEX triplet: AC, 08 and 19. RGB value is (172,8,25). Sum of RGB (Red+Green+Blue) = 172+8+25=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0819 is #53F7E6. Grayscale: #3B3B3B. Windows color (decimal): -5502951 or 1640620. OLE color: 1640620.
HSL color Cylindrical-coordinate representation of color #AC0819: hue angle of 353.78º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0819 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 25 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.33 |
| HSL | 353.78º | 0.91% | 0.35% | - |
| HSV(B) | 353.78º | 0.95% | 0.67% | - |
| XYZ | 17.28 | 9.01 | 1.75 | - |
| YUV | 58.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 25 | 0 | 0.95 | 0.85 | 0.33 | 353.78 | 0.91 | 0.35 |
| Hex | AC | 8 | 19 | 0 | 5F | 55 | 21 | 162 | 5B | 23 |
| Octal | 254 | 10 | 31 | 0 | 137 | 125 | 41 | 542 | 133 | 43 |
| Binary | 10101100 | 1000 | 11001 | 0 | 1011111 | 1010101 | 100001 | 101100010 | 1011011 | 100011 |
Color Harmonies of #AC0819
Complementary color
Monochromatic Colors of #AC0819
Black with #AC0819
Text Example
Text Example
White with #AC0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0819; }
p { color: rgb(172,8,25); }
H1.HeaderClassName
{
color: #AC0819;
}
.AnyTagClassName
{
color: #AC0819;
}
</style>
background-color css
<style>
a { background-color: #AC0819; }
a { background-color: rgb(172,8,25); }
div.DivClassName
{
background-color: #AC0819;
}
.BgClassName
{
background-color: #AC0819;
}
</style>
border-color css
<style>
span { border-color: #AC0819; }
span { border-color: rgb(172,8,25); }
td.TdClassName
{
border-color: #AC0819;
}
.TagClassName
{
border-color: #AC0819;
}
</style>