Shades of Carmine #AC051F
Tints of Carmine #AC051F
RGB
CMYK
RGB Variations
Color information
#AC051F (or 0xAC051F) is known color: Carmine. HEX triplet: AC, 05 and 1F. RGB value is (172,5,31). Sum of RGB (Red+Green+Blue) = 172+5+31=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC051F is #53FAE0. Grayscale: #393939. Windows color (decimal): -5503713 or 2033068. OLE color: 2033068.
HSL color Cylindrical-coordinate representation of color #AC051F: hue angle of 350.66º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC051F is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 31 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.33 |
| HSL | 350.66º | 0.94% | 0.35% | - |
| HSV(B) | 350.66º | 0.97% | 0.67% | - |
| XYZ | 17.31 | 8.98 | 2.12 | - |
| YUV | 57.9 | 112.83 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 31 | 0 | 0.97 | 0.82 | 0.33 | 350.66 | 0.94 | 0.35 |
| Hex | AC | 5 | 1F | 0 | 61 | 52 | 21 | 15F | 5E | 23 |
| Octal | 254 | 5 | 37 | 0 | 141 | 122 | 41 | 537 | 136 | 43 |
| Binary | 10101100 | 101 | 11111 | 0 | 1100001 | 1010010 | 100001 | 101011111 | 1011110 | 100011 |
Color Harmonies of #AC051F
Complementary color
Monochromatic Colors of #AC051F
Black with #AC051F
Text Example
Text Example
White with #AC051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC051F; }
p { color: rgb(172,5,31); }
H1.HeaderClassName
{
color: #AC051F;
}
.AnyTagClassName
{
color: #AC051F;
}
</style>
background-color css
<style>
a { background-color: #AC051F; }
a { background-color: rgb(172,5,31); }
div.DivClassName
{
background-color: #AC051F;
}
.BgClassName
{
background-color: #AC051F;
}
</style>
border-color css
<style>
span { border-color: #AC051F; }
span { border-color: rgb(172,5,31); }
td.TdClassName
{
border-color: #AC051F;
}
.TagClassName
{
border-color: #AC051F;
}
</style>