Shades of Carmine #AC1021
Tints of Carmine #AC1021
RGB
CMYK
RGB Variations
Color information
#AC1021 (or 0xAC1021) is known color: Carmine. HEX triplet: AC, 10 and 21. RGB value is (172,16,33). Sum of RGB (Red+Green+Blue) = 172+16+33=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1021 is #53EFDE. Grayscale: #404040. Windows color (decimal): -5500895 or 2166956. OLE color: 2166956.
HSL color Cylindrical-coordinate representation of color #AC1021: hue angle of 353.46º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1021 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 33 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.33 |
| HSL | 353.46º | 0.83% | 0.37% | - |
| HSV(B) | 353.46º | 0.91% | 0.67% | - |
| XYZ | 17.47 | 9.25 | 2.3 | - |
| YUV | 64.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 33 | 0 | 0.91 | 0.81 | 0.33 | 353.46 | 0.83 | 0.37 |
| Hex | AC | 10 | 21 | 0 | 5B | 51 | 21 | 161 | 53 | 25 |
| Octal | 254 | 20 | 41 | 0 | 133 | 121 | 41 | 541 | 123 | 45 |
| Binary | 10101100 | 10000 | 100001 | 0 | 1011011 | 1010001 | 100001 | 101100001 | 1010011 | 100101 |
Color Harmonies of #AC1021
Complementary color
Monochromatic Colors of #AC1021
Black with #AC1021
Text Example
Text Example
White with #AC1021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1021; }
p { color: rgb(172,16,33); }
H1.HeaderClassName
{
color: #AC1021;
}
.AnyTagClassName
{
color: #AC1021;
}
</style>
background-color css
<style>
a { background-color: #AC1021; }
a { background-color: rgb(172,16,33); }
div.DivClassName
{
background-color: #AC1021;
}
.BgClassName
{
background-color: #AC1021;
}
</style>
border-color css
<style>
span { border-color: #AC1021; }
span { border-color: rgb(172,16,33); }
td.TdClassName
{
border-color: #AC1021;
}
.TagClassName
{
border-color: #AC1021;
}
</style>