Shades of Carmine #AC0231
Tints of Carmine #AC0231
RGB
CMYK
RGB Variations
Color information
#AC0231 (or 0xAC0231) is known color: Carmine. HEX triplet: AC, 02 and 31. RGB value is (172,2,49). Sum of RGB (Red+Green+Blue) = 172+2+49=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0231 is #53FDCE. Grayscale: #3A3A3A. Windows color (decimal): -5504463 or 3211948. OLE color: 3211948.
HSL color Cylindrical-coordinate representation of color #AC0231: hue angle of 343.41º 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 #AC0231 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.33 |
| HSL | 343.41º | 0.98% | 0.34% | - |
| HSV(B) | 343.41º | 0.99% | 0.67% | - |
| XYZ | 17.59 | 9.04 | 3.72 | - |
| YUV | 58.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 49 | 0 | 0.99 | 0.72 | 0.33 | 343.41 | 0.98 | 0.34 |
| Hex | AC | 2 | 31 | 0 | 63 | 48 | 21 | 157 | 62 | 22 |
| Octal | 254 | 2 | 61 | 0 | 143 | 110 | 41 | 527 | 142 | 42 |
| Binary | 10101100 | 10 | 110001 | 0 | 1100011 | 1001000 | 100001 | 101010111 | 1100010 | 100010 |
Color Harmonies of #AC0231
Complementary color
Monochromatic Colors of #AC0231
Black with #AC0231
Text Example
Text Example
White with #AC0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0231; }
p { color: rgb(172,2,49); }
H1.HeaderClassName
{
color: #AC0231;
}
.AnyTagClassName
{
color: #AC0231;
}
</style>
background-color css
<style>
a { background-color: #AC0231; }
a { background-color: rgb(172,2,49); }
div.DivClassName
{
background-color: #AC0231;
}
.BgClassName
{
background-color: #AC0231;
}
</style>
border-color css
<style>
span { border-color: #AC0231; }
span { border-color: rgb(172,2,49); }
td.TdClassName
{
border-color: #AC0231;
}
.TagClassName
{
border-color: #AC0231;
}
</style>