Shades of Carmine #AC031B
Tints of Carmine #AC031B
RGB
CMYK
RGB Variations
Color information
#AC031B (or 0xAC031B) is known color: Carmine. HEX triplet: AC, 03 and 1B. RGB value is (172,3,27). Sum of RGB (Red+Green+Blue) = 172+3+27=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC031B is #53FCE4. Grayscale: #383838. Windows color (decimal): -5504229 or 1770412. OLE color: 1770412.
HSL color Cylindrical-coordinate representation of color #AC031B: hue angle of 351.48º 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 #AC031B is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 27 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.33 |
| HSL | 351.48º | 0.97% | 0.34% | - |
| HSV(B) | 351.48º | 0.98% | 0.67% | - |
| XYZ | 17.24 | 8.91 | 1.85 | - |
| YUV | 56.27 | 111.49 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 27 | 0 | 0.98 | 0.84 | 0.33 | 351.48 | 0.97 | 0.34 |
| Hex | AC | 3 | 1B | 0 | 62 | 54 | 21 | 15F | 61 | 22 |
| Octal | 254 | 3 | 33 | 0 | 142 | 124 | 41 | 537 | 141 | 42 |
| Binary | 10101100 | 11 | 11011 | 0 | 1100010 | 1010100 | 100001 | 101011111 | 1100001 | 100010 |
Color Harmonies of #AC031B
Complementary color
Monochromatic Colors of #AC031B
Black with #AC031B
Text Example
Text Example
White with #AC031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC031B; }
p { color: rgb(172,3,27); }
H1.HeaderClassName
{
color: #AC031B;
}
.AnyTagClassName
{
color: #AC031B;
}
</style>
background-color css
<style>
a { background-color: #AC031B; }
a { background-color: rgb(172,3,27); }
div.DivClassName
{
background-color: #AC031B;
}
.BgClassName
{
background-color: #AC031B;
}
</style>
border-color css
<style>
span { border-color: #AC031B; }
span { border-color: rgb(172,3,27); }
td.TdClassName
{
border-color: #AC031B;
}
.TagClassName
{
border-color: #AC031B;
}
</style>