Shades of Carmine #AC051B
Tints of Carmine #AC051B
RGB
CMYK
RGB Variations
Color information
#AC051B (or 0xAC051B) is known color: Carmine. HEX triplet: AC, 05 and 1B. RGB value is (172,5,27). Sum of RGB (Red+Green+Blue) = 172+5+27=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC051B is #53FAE4. Grayscale: #393939. Windows color (decimal): -5503717 or 1770924. OLE color: 1770924.
HSL color Cylindrical-coordinate representation of color #AC051B: hue angle of 352.1º 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 #AC051B is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 27 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.33 |
| HSL | 352.1º | 0.94% | 0.35% | - |
| HSV(B) | 352.1º | 0.97% | 0.67% | - |
| XYZ | 17.27 | 8.96 | 1.86 | - |
| YUV | 57.44 | 110.83 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 27 | 0 | 0.97 | 0.84 | 0.33 | 352.1 | 0.94 | 0.35 |
| Hex | AC | 5 | 1B | 0 | 61 | 54 | 21 | 160 | 5E | 23 |
| Octal | 254 | 5 | 33 | 0 | 141 | 124 | 41 | 540 | 136 | 43 |
| Binary | 10101100 | 101 | 11011 | 0 | 1100001 | 1010100 | 100001 | 101100000 | 1011110 | 100011 |
Color Harmonies of #AC051B
Complementary color
Monochromatic Colors of #AC051B
Black with #AC051B
Text Example
Text Example
White with #AC051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC051B; }
p { color: rgb(172,5,27); }
H1.HeaderClassName
{
color: #AC051B;
}
.AnyTagClassName
{
color: #AC051B;
}
</style>
background-color css
<style>
a { background-color: #AC051B; }
a { background-color: rgb(172,5,27); }
div.DivClassName
{
background-color: #AC051B;
}
.BgClassName
{
background-color: #AC051B;
}
</style>
border-color css
<style>
span { border-color: #AC051B; }
span { border-color: rgb(172,5,27); }
td.TdClassName
{
border-color: #AC051B;
}
.TagClassName
{
border-color: #AC051B;
}
</style>