Shades of Carmine #AC021B
Tints of Carmine #AC021B
RGB
CMYK
RGB Variations
Color information
#AC021B (or 0xAC021B) is known color: Carmine. HEX triplet: AC, 02 and 1B. RGB value is (172,2,27). Sum of RGB (Red+Green+Blue) = 172+2+27=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC021B is #53FDE4. Grayscale: #373737. Windows color (decimal): -5504485 or 1770156. OLE color: 1770156.
HSL color Cylindrical-coordinate representation of color #AC021B: hue angle of 351.18º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC021B is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.33 |
| HSL | 351.18º | 0.98% | 0.34% | - |
| HSV(B) | 351.18º | 0.99% | 0.67% | - |
| XYZ | 17.23 | 8.89 | 1.85 | - |
| YUV | 55.68 | 111.82 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 27 | 0 | 0.99 | 0.84 | 0.33 | 351.18 | 0.98 | 0.34 |
| Hex | AC | 2 | 1B | 0 | 63 | 54 | 21 | 15F | 62 | 22 |
| Octal | 254 | 2 | 33 | 0 | 143 | 124 | 41 | 537 | 142 | 42 |
| Binary | 10101100 | 10 | 11011 | 0 | 1100011 | 1010100 | 100001 | 101011111 | 1100010 | 100010 |
Color Harmonies of #AC021B
Complementary color
Monochromatic Colors of #AC021B
Black with #AC021B
Text Example
Text Example
White with #AC021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC021B; }
p { color: rgb(172,2,27); }
H1.HeaderClassName
{
color: #AC021B;
}
.AnyTagClassName
{
color: #AC021B;
}
</style>
background-color css
<style>
a { background-color: #AC021B; }
a { background-color: rgb(172,2,27); }
div.DivClassName
{
background-color: #AC021B;
}
.BgClassName
{
background-color: #AC021B;
}
</style>
border-color css
<style>
span { border-color: #AC021B; }
span { border-color: rgb(172,2,27); }
td.TdClassName
{
border-color: #AC021B;
}
.TagClassName
{
border-color: #AC021B;
}
</style>