Shades of Venetian Red #AC1518
Tints of Venetian Red #AC1518
RGB
CMYK
RGB Variations
Color information
#AC1518 (or 0xAC1518) is known color: Venetian Red. HEX triplet: AC, 15 and 18. RGB value is (172,21,24). Sum of RGB (Red+Green+Blue) = 172+21+24=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1518 is #53EAE7. Grayscale: #424242. Windows color (decimal): -5499624 or 1578412. OLE color: 1578412.
HSL color Cylindrical-coordinate representation of color #AC1518: hue angle of 358.81º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1518 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 24 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.33 |
| HSL | 358.81º | 0.78% | 0.38% | - |
| HSV(B) | 358.81º | 0.88% | 0.67% | - |
| XYZ | 17.45 | 9.37 | 1.75 | - |
| YUV | 66.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 24 | 0 | 0.88 | 0.86 | 0.33 | 358.81 | 0.78 | 0.38 |
| Hex | AC | 15 | 18 | 0 | 58 | 56 | 21 | 167 | 4E | 26 |
| Octal | 254 | 25 | 30 | 0 | 130 | 126 | 41 | 547 | 116 | 46 |
| Binary | 10101100 | 10101 | 11000 | 0 | 1011000 | 1010110 | 100001 | 101100111 | 1001110 | 100110 |
Color Harmonies of #AC1518
Complementary color
Monochromatic Colors of #AC1518
Black with #AC1518
Text Example
Text Example
White with #AC1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1518; }
p { color: rgb(172,21,24); }
H1.HeaderClassName
{
color: #AC1518;
}
.AnyTagClassName
{
color: #AC1518;
}
</style>
background-color css
<style>
a { background-color: #AC1518; }
a { background-color: rgb(172,21,24); }
div.DivClassName
{
background-color: #AC1518;
}
.BgClassName
{
background-color: #AC1518;
}
</style>
border-color css
<style>
span { border-color: #AC1518; }
span { border-color: rgb(172,21,24); }
td.TdClassName
{
border-color: #AC1518;
}
.TagClassName
{
border-color: #AC1518;
}
</style>