Shades of Carmine #AC0314
Tints of Carmine #AC0314
RGB
CMYK
RGB Variations
Color information
#AC0314 (or 0xAC0314) is known color: Carmine. HEX triplet: AC, 03 and 14. RGB value is (172,3,20). Sum of RGB (Red+Green+Blue) = 172+3+20=195 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.21% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0314 is #53FCEB. Grayscale: #373737. Windows color (decimal): -5504236 or 1311660. OLE color: 1311660.
HSL color Cylindrical-coordinate representation of color #AC0314: hue angle of 353.96º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0314 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 20 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.33 |
| HSL | 353.96º | 0.97% | 0.34% | - |
| HSV(B) | 353.96º | 0.98% | 0.67% | - |
| XYZ | 17.17 | 8.89 | 1.47 | - |
| YUV | 55.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 20 | 0 | 0.98 | 0.88 | 0.33 | 353.96 | 0.97 | 0.34 |
| Hex | AC | 3 | 14 | 0 | 62 | 58 | 21 | 162 | 61 | 22 |
| Octal | 254 | 3 | 24 | 0 | 142 | 130 | 41 | 542 | 141 | 42 |
| Binary | 10101100 | 11 | 10100 | 0 | 1100010 | 1011000 | 100001 | 101100010 | 1100001 | 100010 |
Color Harmonies of #AC0314
Complementary color
Monochromatic Colors of #AC0314
Black with #AC0314
Text Example
Text Example
White with #AC0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0314; }
p { color: rgb(172,3,20); }
H1.HeaderClassName
{
color: #AC0314;
}
.AnyTagClassName
{
color: #AC0314;
}
</style>
background-color css
<style>
a { background-color: #AC0314; }
a { background-color: rgb(172,3,20); }
div.DivClassName
{
background-color: #AC0314;
}
.BgClassName
{
background-color: #AC0314;
}
</style>
border-color css
<style>
span { border-color: #AC0314; }
span { border-color: rgb(172,3,20); }
td.TdClassName
{
border-color: #AC0314;
}
.TagClassName
{
border-color: #AC0314;
}
</style>