Shades of Carmine #AC0019
Tints of Carmine #AC0019
RGB
CMYK
RGB Variations
Color information
#AC0019 (or 0xAC0019) is known color: Carmine. HEX triplet: AC, 00 and 19. RGB value is (172,0,25). Sum of RGB (Red+Green+Blue) = 172+0+25=197 (26% of max value = 765). Red value is 172 (67.58% from 255 or 87.31% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0019 is #53FFE6. Grayscale: #363636. Windows color (decimal): -5504999 or 1638572. OLE color: 1638572.
HSL color Cylindrical-coordinate representation of color #AC0019: hue angle of 351.28º 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 #AC0019 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.85 | 0.33 |
| HSL | 351.28º | 1% | 0.34% | - |
| HSV(B) | 351.28º | 1% | 0.67% | - |
| XYZ | 17.19 | 8.84 | 1.72 | - |
| YUV | 54.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 25 | 0 | 1 | 0.85 | 0.33 | 351.28 | 1 | 0.34 |
| Hex | AC | 0 | 19 | 0 | 64 | 55 | 21 | 15F | 64 | 22 |
| Octal | 254 | 0 | 31 | 0 | 144 | 125 | 41 | 537 | 144 | 42 |
| Binary | 10101100 | 0 | 11001 | 0 | 1100100 | 1010101 | 100001 | 101011111 | 1100100 | 100010 |
Color Harmonies of #AC0019
Complementary color
Monochromatic Colors of #AC0019
Black with #AC0019
Text Example
Text Example
White with #AC0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0019; }
p { color: rgb(172,0,25); }
H1.HeaderClassName
{
color: #AC0019;
}
.AnyTagClassName
{
color: #AC0019;
}
</style>
background-color css
<style>
a { background-color: #AC0019; }
a { background-color: rgb(172,0,25); }
div.DivClassName
{
background-color: #AC0019;
}
.BgClassName
{
background-color: #AC0019;
}
</style>
border-color css
<style>
span { border-color: #AC0019; }
span { border-color: rgb(172,0,25); }
td.TdClassName
{
border-color: #AC0019;
}
.TagClassName
{
border-color: #AC0019;
}
</style>