Shades of Carmine #AC151E
Tints of Carmine #AC151E
RGB
CMYK
RGB Variations
Color information
#AC151E (or 0xAC151E) is known color: Carmine. HEX triplet: AC, 15 and 1E. RGB value is (172,21,30). Sum of RGB (Red+Green+Blue) = 172+21+30=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC151E is #53EAE1. Grayscale: #434343. Windows color (decimal): -5499618 or 1971628. OLE color: 1971628.
HSL color Cylindrical-coordinate representation of color #AC151E: hue angle of 356.42º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC151E is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 30 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.33 |
| HSL | 356.42º | 0.78% | 0.38% | - |
| HSV(B) | 356.42º | 0.88% | 0.67% | - |
| XYZ | 17.52 | 9.4 | 2.12 | - |
| YUV | 67.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 30 | 0 | 0.88 | 0.83 | 0.33 | 356.42 | 0.78 | 0.38 |
| Hex | AC | 15 | 1E | 0 | 58 | 53 | 21 | 164 | 4E | 26 |
| Octal | 254 | 25 | 36 | 0 | 130 | 123 | 41 | 544 | 116 | 46 |
| Binary | 10101100 | 10101 | 11110 | 0 | 1011000 | 1010011 | 100001 | 101100100 | 1001110 | 100110 |
Color Harmonies of #AC151E
Complementary color
Monochromatic Colors of #AC151E
Black with #AC151E
Text Example
Text Example
White with #AC151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC151E; }
p { color: rgb(172,21,30); }
H1.HeaderClassName
{
color: #AC151E;
}
.AnyTagClassName
{
color: #AC151E;
}
</style>
background-color css
<style>
a { background-color: #AC151E; }
a { background-color: rgb(172,21,30); }
div.DivClassName
{
background-color: #AC151E;
}
.BgClassName
{
background-color: #AC151E;
}
</style>
border-color css
<style>
span { border-color: #AC151E; }
span { border-color: rgb(172,21,30); }
td.TdClassName
{
border-color: #AC151E;
}
.TagClassName
{
border-color: #AC151E;
}
</style>