Shades of Carmine #AC0912
Tints of Carmine #AC0912
RGB
CMYK
RGB Variations
Color information
#AC0912 (or 0xAC0912) is known color: Carmine. HEX triplet: AC, 09 and 12. RGB value is (172,9,18). Sum of RGB (Red+Green+Blue) = 172+9+18=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0912 is #53F6ED. Grayscale: #3A3A3A. Windows color (decimal): -5502702 or 1182124. OLE color: 1182124.
HSL color Cylindrical-coordinate representation of color #AC0912: hue angle of 356.69º degrees, saturation: 0.9, 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 #AC0912 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 18 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.33 |
| HSL | 356.69º | 0.9% | 0.35% | - |
| HSV(B) | 356.69º | 0.95% | 0.67% | - |
| XYZ | 17.22 | 9.01 | 1.4 | - |
| YUV | 58.76 | 105 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 18 | 0 | 0.95 | 0.90 | 0.33 | 356.69 | 0.9 | 0.35 |
| Hex | AC | 9 | 12 | 0 | 5F | 5A | 21 | 165 | 5A | 23 |
| Octal | 254 | 11 | 22 | 0 | 137 | 132 | 41 | 545 | 132 | 43 |
| Binary | 10101100 | 1001 | 10010 | 0 | 1011111 | 1011010 | 100001 | 101100101 | 1011010 | 100011 |
Color Harmonies of #AC0912
Complementary color
Monochromatic Colors of #AC0912
Black with #AC0912
Text Example
Text Example
White with #AC0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0912; }
p { color: rgb(172,9,18); }
H1.HeaderClassName
{
color: #AC0912;
}
.AnyTagClassName
{
color: #AC0912;
}
</style>
background-color css
<style>
a { background-color: #AC0912; }
a { background-color: rgb(172,9,18); }
div.DivClassName
{
background-color: #AC0912;
}
.BgClassName
{
background-color: #AC0912;
}
</style>
border-color css
<style>
span { border-color: #AC0912; }
span { border-color: rgb(172,9,18); }
td.TdClassName
{
border-color: #AC0912;
}
.TagClassName
{
border-color: #AC0912;
}
</style>