Shades of Carmine #AC1019
Tints of Carmine #AC1019
RGB
CMYK
RGB Variations
Color information
#AC1019 (or 0xAC1019) is known color: Carmine. HEX triplet: AC, 10 and 19. RGB value is (172,16,25). Sum of RGB (Red+Green+Blue) = 172+16+25=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1019 is #53EFE6. Grayscale: #3F3F3F. Windows color (decimal): -5500903 or 1642668. OLE color: 1642668.
HSL color Cylindrical-coordinate representation of color #AC1019: hue angle of 356.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1019 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 25 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.33 |
| HSL | 356.54º | 0.83% | 0.37% | - |
| HSV(B) | 356.54º | 0.91% | 0.67% | - |
| XYZ | 17.37 | 9.21 | 1.78 | - |
| YUV | 63.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 25 | 0 | 0.91 | 0.85 | 0.33 | 356.54 | 0.83 | 0.37 |
| Hex | AC | 10 | 19 | 0 | 5B | 55 | 21 | 165 | 53 | 25 |
| Octal | 254 | 20 | 31 | 0 | 133 | 125 | 41 | 545 | 123 | 45 |
| Binary | 10101100 | 10000 | 11001 | 0 | 1011011 | 1010101 | 100001 | 101100101 | 1010011 | 100101 |
Color Harmonies of #AC1019
Complementary color
Monochromatic Colors of #AC1019
Black with #AC1019
Text Example
Text Example
White with #AC1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1019; }
p { color: rgb(172,16,25); }
H1.HeaderClassName
{
color: #AC1019;
}
.AnyTagClassName
{
color: #AC1019;
}
</style>
background-color css
<style>
a { background-color: #AC1019; }
a { background-color: rgb(172,16,25); }
div.DivClassName
{
background-color: #AC1019;
}
.BgClassName
{
background-color: #AC1019;
}
</style>
border-color css
<style>
span { border-color: #AC1019; }
span { border-color: rgb(172,16,25); }
td.TdClassName
{
border-color: #AC1019;
}
.TagClassName
{
border-color: #AC1019;
}
</style>