Shades of Carmine #AC030D
Tints of Carmine #AC030D
RGB
CMYK
RGB Variations
Color information
#AC030D (or 0xAC030D) is known color: Carmine. HEX triplet: AC, 03 and 0D. RGB value is (172,3,13). Sum of RGB (Red+Green+Blue) = 172+3+13=188 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.49% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 172 - color contains mainly: red. Hex color #AC030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC030D is #53FCF2. Grayscale: #363636. Windows color (decimal): -5504243 or 852908. OLE color: 852908.
HSL color Cylindrical-coordinate representation of color #AC030D: hue angle of 356.45º 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 #AC030D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.33 |
| HSL | 356.45º | 0.97% | 0.34% | - |
| HSV(B) | 356.45º | 0.98% | 0.67% | - |
| XYZ | 17.12 | 8.86 | 1.19 | - |
| YUV | 54.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 13 | 0 | 0.98 | 0.92 | 0.33 | 356.45 | 0.97 | 0.34 |
| Hex | AC | 3 | D | 0 | 62 | 5C | 21 | 164 | 61 | 22 |
| Octal | 254 | 3 | 15 | 0 | 142 | 134 | 41 | 544 | 141 | 42 |
| Binary | 10101100 | 11 | 1101 | 0 | 1100010 | 1011100 | 100001 | 101100100 | 1100001 | 100010 |
Color Harmonies of #AC030D
Complementary color
Monochromatic Colors of #AC030D
Black with #AC030D
Text Example
Text Example
White with #AC030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC030D; }
p { color: rgb(172,3,13); }
H1.HeaderClassName
{
color: #AC030D;
}
.AnyTagClassName
{
color: #AC030D;
}
</style>
background-color css
<style>
a { background-color: #AC030D; }
a { background-color: rgb(172,3,13); }
div.DivClassName
{
background-color: #AC030D;
}
.BgClassName
{
background-color: #AC030D;
}
</style>
border-color css
<style>
span { border-color: #AC030D; }
span { border-color: rgb(172,3,13); }
td.TdClassName
{
border-color: #AC030D;
}
.TagClassName
{
border-color: #AC030D;
}
</style>