Shades of Carmine #AC031E
Tints of Carmine #AC031E
RGB
CMYK
RGB Variations
Color information
#AC031E (or 0xAC031E) is known color: Carmine. HEX triplet: AC, 03 and 1E. RGB value is (172,3,30). Sum of RGB (Red+Green+Blue) = 172+3+30=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC031E is #53FCE1. Grayscale: #383838. Windows color (decimal): -5504226 or 1967020. OLE color: 1967020.
HSL color Cylindrical-coordinate representation of color #AC031E: hue angle of 350.41º 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 #AC031E is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.33 |
| HSL | 350.41º | 0.97% | 0.34% | - |
| HSV(B) | 350.41º | 0.98% | 0.67% | - |
| XYZ | 17.28 | 8.93 | 2.04 | - |
| YUV | 56.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 30 | 0 | 0.98 | 0.83 | 0.33 | 350.41 | 0.97 | 0.34 |
| Hex | AC | 3 | 1E | 0 | 62 | 53 | 21 | 15E | 61 | 22 |
| Octal | 254 | 3 | 36 | 0 | 142 | 123 | 41 | 536 | 141 | 42 |
| Binary | 10101100 | 11 | 11110 | 0 | 1100010 | 1010011 | 100001 | 101011110 | 1100001 | 100010 |
Color Harmonies of #AC031E
Complementary color
Monochromatic Colors of #AC031E
Black with #AC031E
Text Example
Text Example
White with #AC031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC031E; }
p { color: rgb(172,3,30); }
H1.HeaderClassName
{
color: #AC031E;
}
.AnyTagClassName
{
color: #AC031E;
}
</style>
background-color css
<style>
a { background-color: #AC031E; }
a { background-color: rgb(172,3,30); }
div.DivClassName
{
background-color: #AC031E;
}
.BgClassName
{
background-color: #AC031E;
}
</style>
border-color css
<style>
span { border-color: #AC031E; }
span { border-color: rgb(172,3,30); }
td.TdClassName
{
border-color: #AC031E;
}
.TagClassName
{
border-color: #AC031E;
}
</style>