Shades of Carmine #AC031D
Tints of Carmine #AC031D
RGB
CMYK
RGB Variations
Color information
#AC031D (or 0xAC031D) is known color: Carmine. HEX triplet: AC, 03 and 1D. RGB value is (172,3,29). Sum of RGB (Red+Green+Blue) = 172+3+29=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC031D is #53FCE2. Grayscale: #383838. Windows color (decimal): -5504227 or 1901484. OLE color: 1901484.
HSL color Cylindrical-coordinate representation of color #AC031D: hue angle of 350.77º 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 #AC031D is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.33 |
| HSL | 350.77º | 0.97% | 0.34% | - |
| HSV(B) | 350.77º | 0.98% | 0.67% | - |
| XYZ | 17.27 | 8.92 | 1.97 | - |
| YUV | 56.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 29 | 0 | 0.98 | 0.83 | 0.33 | 350.77 | 0.97 | 0.34 |
| Hex | AC | 3 | 1D | 0 | 62 | 53 | 21 | 15F | 61 | 22 |
| Octal | 254 | 3 | 35 | 0 | 142 | 123 | 41 | 537 | 141 | 42 |
| Binary | 10101100 | 11 | 11101 | 0 | 1100010 | 1010011 | 100001 | 101011111 | 1100001 | 100010 |
Color Harmonies of #AC031D
Complementary color
Monochromatic Colors of #AC031D
Black with #AC031D
Text Example
Text Example
White with #AC031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC031D; }
p { color: rgb(172,3,29); }
H1.HeaderClassName
{
color: #AC031D;
}
.AnyTagClassName
{
color: #AC031D;
}
</style>
background-color css
<style>
a { background-color: #AC031D; }
a { background-color: rgb(172,3,29); }
div.DivClassName
{
background-color: #AC031D;
}
.BgClassName
{
background-color: #AC031D;
}
</style>
border-color css
<style>
span { border-color: #AC031D; }
span { border-color: rgb(172,3,29); }
td.TdClassName
{
border-color: #AC031D;
}
.TagClassName
{
border-color: #AC031D;
}
</style>