Shades of Carmine #AC141F
Tints of Carmine #AC141F
RGB
CMYK
RGB Variations
Color information
#AC141F (or 0xAC141F) is known color: Carmine. HEX triplet: AC, 14 and 1F. RGB value is (172,20,31). Sum of RGB (Red+Green+Blue) = 172+20+31=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC141F is #53EBE0. Grayscale: #424242. Windows color (decimal): -5499873 or 2036908. OLE color: 2036908.
HSL color Cylindrical-coordinate representation of color #AC141F: hue angle of 355.66º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC141F is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 31 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.33 |
| HSL | 355.66º | 0.79% | 0.38% | - |
| HSV(B) | 355.66º | 0.88% | 0.67% | - |
| XYZ | 17.51 | 9.37 | 2.18 | - |
| YUV | 66.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 31 | 0 | 0.88 | 0.82 | 0.33 | 355.66 | 0.79 | 0.38 |
| Hex | AC | 14 | 1F | 0 | 58 | 52 | 21 | 164 | 4F | 26 |
| Octal | 254 | 24 | 37 | 0 | 130 | 122 | 41 | 544 | 117 | 46 |
| Binary | 10101100 | 10100 | 11111 | 0 | 1011000 | 1010010 | 100001 | 101100100 | 1001111 | 100110 |
Color Harmonies of #AC141F
Complementary color
Monochromatic Colors of #AC141F
Black with #AC141F
Text Example
Text Example
White with #AC141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC141F; }
p { color: rgb(172,20,31); }
H1.HeaderClassName
{
color: #AC141F;
}
.AnyTagClassName
{
color: #AC141F;
}
</style>
background-color css
<style>
a { background-color: #AC141F; }
a { background-color: rgb(172,20,31); }
div.DivClassName
{
background-color: #AC141F;
}
.BgClassName
{
background-color: #AC141F;
}
</style>
border-color css
<style>
span { border-color: #AC141F; }
span { border-color: rgb(172,20,31); }
td.TdClassName
{
border-color: #AC141F;
}
.TagClassName
{
border-color: #AC141F;
}
</style>