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