Shades of Carmine #AC030E
Tints of Carmine #AC030E
RGB
CMYK
RGB Variations
Color information
#AC030E (or 0xAC030E) is known color: Carmine. HEX triplet: AC, 03 and 0E. RGB value is (172,3,14). Sum of RGB (Red+Green+Blue) = 172+3+14=189 (25% of max value = 765). Red value is 172 (67.58% from 255 or 91.01% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 172 - color contains mainly: red. Hex color #AC030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC030E is #53FCF1. Grayscale: #363636. Windows color (decimal): -5504242 or 918444. OLE color: 918444.
HSL color Cylindrical-coordinate representation of color #AC030E: hue angle of 356.09º 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 #AC030E is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.33 |
| HSL | 356.09º | 0.97% | 0.34% | - |
| HSV(B) | 356.09º | 0.98% | 0.67% | - |
| XYZ | 17.13 | 8.87 | 1.22 | - |
| YUV | 54.79 | 104.99 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 14 | 0 | 0.98 | 0.92 | 0.33 | 356.09 | 0.97 | 0.34 |
| Hex | AC | 3 | E | 0 | 62 | 5C | 21 | 164 | 61 | 22 |
| Octal | 254 | 3 | 16 | 0 | 142 | 134 | 41 | 544 | 141 | 42 |
| Binary | 10101100 | 11 | 1110 | 0 | 1100010 | 1011100 | 100001 | 101100100 | 1100001 | 100010 |
Color Harmonies of #AC030E
Complementary color
Monochromatic Colors of #AC030E
Black with #AC030E
Text Example
Text Example
White with #AC030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC030E; }
p { color: rgb(172,3,14); }
H1.HeaderClassName
{
color: #AC030E;
}
.AnyTagClassName
{
color: #AC030E;
}
</style>
background-color css
<style>
a { background-color: #AC030E; }
a { background-color: rgb(172,3,14); }
div.DivClassName
{
background-color: #AC030E;
}
.BgClassName
{
background-color: #AC030E;
}
</style>
border-color css
<style>
span { border-color: #AC030E; }
span { border-color: rgb(172,3,14); }
td.TdClassName
{
border-color: #AC030E;
}
.TagClassName
{
border-color: #AC030E;
}
</style>