Shades of Carmine #AC0512
Tints of Carmine #AC0512
RGB
CMYK
RGB Variations
Color information
#AC0512 (or 0xAC0512) is known color: Carmine. HEX triplet: AC, 05 and 12. RGB value is (172,5,18). Sum of RGB (Red+Green+Blue) = 172+5+18=195 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.21% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0512 is #53FAED. Grayscale: #383838. Windows color (decimal): -5503726 or 1181100. OLE color: 1181100.
HSL color Cylindrical-coordinate representation of color #AC0512: hue angle of 355.33º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0512 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 18 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.33 |
| HSL | 355.33º | 0.94% | 0.35% | - |
| HSV(B) | 355.33º | 0.97% | 0.67% | - |
| XYZ | 17.18 | 8.92 | 1.39 | - |
| YUV | 56.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 18 | 0 | 0.97 | 0.90 | 0.33 | 355.33 | 0.94 | 0.35 |
| Hex | AC | 5 | 12 | 0 | 61 | 5A | 21 | 163 | 5E | 23 |
| Octal | 254 | 5 | 22 | 0 | 141 | 132 | 41 | 543 | 136 | 43 |
| Binary | 10101100 | 101 | 10010 | 0 | 1100001 | 1011010 | 100001 | 101100011 | 1011110 | 100011 |
Color Harmonies of #AC0512
Complementary color
Monochromatic Colors of #AC0512
Black with #AC0512
Text Example
Text Example
White with #AC0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0512; }
p { color: rgb(172,5,18); }
H1.HeaderClassName
{
color: #AC0512;
}
.AnyTagClassName
{
color: #AC0512;
}
</style>
background-color css
<style>
a { background-color: #AC0512; }
a { background-color: rgb(172,5,18); }
div.DivClassName
{
background-color: #AC0512;
}
.BgClassName
{
background-color: #AC0512;
}
</style>
border-color css
<style>
span { border-color: #AC0512; }
span { border-color: rgb(172,5,18); }
td.TdClassName
{
border-color: #AC0512;
}
.TagClassName
{
border-color: #AC0512;
}
</style>