Shades of Carmine #AC022B
Tints of Carmine #AC022B
RGB
CMYK
RGB Variations
Color information
#AC022B (or 0xAC022B) is known color: Carmine. HEX triplet: AC, 02 and 2B. RGB value is (172,2,43). Sum of RGB (Red+Green+Blue) = 172+2+43=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC022B is #53FDD4. Grayscale: #393939. Windows color (decimal): -5504469 or 2818732. OLE color: 2818732.
HSL color Cylindrical-coordinate representation of color #AC022B: hue angle of 345.53º 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 #AC022B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.33 |
| HSL | 345.53º | 0.98% | 0.34% | - |
| HSV(B) | 345.53º | 0.99% | 0.67% | - |
| XYZ | 17.47 | 8.99 | 3.1 | - |
| YUV | 57.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 43 | 0 | 0.99 | 0.75 | 0.33 | 345.53 | 0.98 | 0.34 |
| Hex | AC | 2 | 2B | 0 | 63 | 4B | 21 | 15A | 62 | 22 |
| Octal | 254 | 2 | 53 | 0 | 143 | 113 | 41 | 532 | 142 | 42 |
| Binary | 10101100 | 10 | 101011 | 0 | 1100011 | 1001011 | 100001 | 101011010 | 1100010 | 100010 |
Color Harmonies of #AC022B
Complementary color
Monochromatic Colors of #AC022B
Black with #AC022B
Text Example
Text Example
White with #AC022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC022B; }
p { color: rgb(172,2,43); }
H1.HeaderClassName
{
color: #AC022B;
}
.AnyTagClassName
{
color: #AC022B;
}
</style>
background-color css
<style>
a { background-color: #AC022B; }
a { background-color: rgb(172,2,43); }
div.DivClassName
{
background-color: #AC022B;
}
.BgClassName
{
background-color: #AC022B;
}
</style>
border-color css
<style>
span { border-color: #AC022B; }
span { border-color: rgb(172,2,43); }
td.TdClassName
{
border-color: #AC022B;
}
.TagClassName
{
border-color: #AC022B;
}
</style>