Shades of Carmine #AC050E
Tints of Carmine #AC050E
RGB
CMYK
RGB Variations
Color information
#AC050E (or 0xAC050E) is known color: Carmine. HEX triplet: AC, 05 and 0E. RGB value is (172,5,14). Sum of RGB (Red+Green+Blue) = 172+5+14=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC050E is #53FAF1. Grayscale: #383838. Windows color (decimal): -5503730 or 918956. OLE color: 918956.
HSL color Cylindrical-coordinate representation of color #AC050E: hue angle of 356.77º 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 #AC050E is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 14 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.33 |
| HSL | 356.77º | 0.94% | 0.35% | - |
| HSV(B) | 356.77º | 0.97% | 0.67% | - |
| XYZ | 17.15 | 8.91 | 1.23 | - |
| YUV | 55.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 14 | 0 | 0.97 | 0.92 | 0.33 | 356.77 | 0.94 | 0.35 |
| Hex | AC | 5 | E | 0 | 61 | 5C | 21 | 165 | 5E | 23 |
| Octal | 254 | 5 | 16 | 0 | 141 | 134 | 41 | 545 | 136 | 43 |
| Binary | 10101100 | 101 | 1110 | 0 | 1100001 | 1011100 | 100001 | 101100101 | 1011110 | 100011 |
Color Harmonies of #AC050E
Complementary color
Monochromatic Colors of #AC050E
Black with #AC050E
Text Example
Text Example
White with #AC050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC050E; }
p { color: rgb(172,5,14); }
H1.HeaderClassName
{
color: #AC050E;
}
.AnyTagClassName
{
color: #AC050E;
}
</style>
background-color css
<style>
a { background-color: #AC050E; }
a { background-color: rgb(172,5,14); }
div.DivClassName
{
background-color: #AC050E;
}
.BgClassName
{
background-color: #AC050E;
}
</style>
border-color css
<style>
span { border-color: #AC050E; }
span { border-color: rgb(172,5,14); }
td.TdClassName
{
border-color: #AC050E;
}
.TagClassName
{
border-color: #AC050E;
}
</style>