Shades of Carmine #AC1521
Tints of Carmine #AC1521
RGB
CMYK
RGB Variations
Color information
#AC1521 (or 0xAC1521) is known color: Carmine. HEX triplet: AC, 15 and 21. RGB value is (172,21,33). Sum of RGB (Red+Green+Blue) = 172+21+33=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1521 is #53EADE. Grayscale: #434343. Windows color (decimal): -5499615 or 2168236. OLE color: 2168236.
HSL color Cylindrical-coordinate representation of color #AC1521: hue angle of 355.23º 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 #AC1521 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 33 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.33 |
| HSL | 355.23º | 0.78% | 0.38% | - |
| HSV(B) | 355.23º | 0.88% | 0.67% | - |
| XYZ | 17.56 | 9.42 | 2.33 | - |
| YUV | 67.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 33 | 0 | 0.88 | 0.81 | 0.33 | 355.23 | 0.78 | 0.38 |
| Hex | AC | 15 | 21 | 0 | 58 | 51 | 21 | 163 | 4E | 26 |
| Octal | 254 | 25 | 41 | 0 | 130 | 121 | 41 | 543 | 116 | 46 |
| Binary | 10101100 | 10101 | 100001 | 0 | 1011000 | 1010001 | 100001 | 101100011 | 1001110 | 100110 |
Color Harmonies of #AC1521
Complementary color
Monochromatic Colors of #AC1521
Black with #AC1521
Text Example
Text Example
White with #AC1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1521; }
p { color: rgb(172,21,33); }
H1.HeaderClassName
{
color: #AC1521;
}
.AnyTagClassName
{
color: #AC1521;
}
</style>
background-color css
<style>
a { background-color: #AC1521; }
a { background-color: rgb(172,21,33); }
div.DivClassName
{
background-color: #AC1521;
}
.BgClassName
{
background-color: #AC1521;
}
</style>
border-color css
<style>
span { border-color: #AC1521; }
span { border-color: rgb(172,21,33); }
td.TdClassName
{
border-color: #AC1521;
}
.TagClassName
{
border-color: #AC1521;
}
</style>