Shades of Carmine #AC0915
Tints of Carmine #AC0915
RGB
CMYK
RGB Variations
Color information
#AC0915 (or 0xAC0915) is known color: Carmine. HEX triplet: AC, 09 and 15. RGB value is (172,9,21). Sum of RGB (Red+Green+Blue) = 172+9+21=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0915 is #53F6EA. Grayscale: #3B3B3B. Windows color (decimal): -5502699 or 1378732. OLE color: 1378732.
HSL color Cylindrical-coordinate representation of color #AC0915: hue angle of 355.58º 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 #AC0915 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 21 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.33 |
| HSL | 355.58º | 0.9% | 0.35% | - |
| HSV(B) | 355.58º | 0.95% | 0.67% | - |
| XYZ | 17.25 | 9.02 | 1.54 | - |
| YUV | 59.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 21 | 0 | 0.95 | 0.88 | 0.33 | 355.58 | 0.9 | 0.35 |
| Hex | AC | 9 | 15 | 0 | 5F | 58 | 21 | 164 | 5A | 23 |
| Octal | 254 | 11 | 25 | 0 | 137 | 130 | 41 | 544 | 132 | 43 |
| Binary | 10101100 | 1001 | 10101 | 0 | 1011111 | 1011000 | 100001 | 101100100 | 1011010 | 100011 |
Color Harmonies of #AC0915
Complementary color
Monochromatic Colors of #AC0915
Black with #AC0915
Text Example
Text Example
White with #AC0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0915; }
p { color: rgb(172,9,21); }
H1.HeaderClassName
{
color: #AC0915;
}
.AnyTagClassName
{
color: #AC0915;
}
</style>
background-color css
<style>
a { background-color: #AC0915; }
a { background-color: rgb(172,9,21); }
div.DivClassName
{
background-color: #AC0915;
}
.BgClassName
{
background-color: #AC0915;
}
</style>
border-color css
<style>
span { border-color: #AC0915; }
span { border-color: rgb(172,9,21); }
td.TdClassName
{
border-color: #AC0915;
}
.TagClassName
{
border-color: #AC0915;
}
</style>