Shades of Venetian Red #AC1215
Tints of Venetian Red #AC1215
RGB
CMYK
RGB Variations
Color information
#AC1215 (or 0xAC1215) is known color: Venetian Red. HEX triplet: AC, 12 and 15. RGB value is (172,18,21). Sum of RGB (Red+Green+Blue) = 172+18+21=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1215 is #53EDEA. Grayscale: #404040. Windows color (decimal): -5500395 or 1381036. OLE color: 1381036.
HSL color Cylindrical-coordinate representation of color #AC1215: hue angle of 358.83º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1215 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 21 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.33 |
| HSL | 358.83º | 0.81% | 0.37% | - |
| HSV(B) | 358.83º | 0.9% | 0.67% | - |
| XYZ | 17.36 | 9.26 | 1.58 | - |
| YUV | 64.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 21 | 0 | 0.90 | 0.88 | 0.33 | 358.83 | 0.81 | 0.37 |
| Hex | AC | 12 | 15 | 0 | 5A | 58 | 21 | 167 | 51 | 25 |
| Octal | 254 | 22 | 25 | 0 | 132 | 130 | 41 | 547 | 121 | 45 |
| Binary | 10101100 | 10010 | 10101 | 0 | 1011010 | 1011000 | 100001 | 101100111 | 1010001 | 100101 |
Color Harmonies of #AC1215
Complementary color
Monochromatic Colors of #AC1215
Black with #AC1215
Text Example
Text Example
White with #AC1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1215; }
p { color: rgb(172,18,21); }
H1.HeaderClassName
{
color: #AC1215;
}
.AnyTagClassName
{
color: #AC1215;
}
</style>
background-color css
<style>
a { background-color: #AC1215; }
a { background-color: rgb(172,18,21); }
div.DivClassName
{
background-color: #AC1215;
}
.BgClassName
{
background-color: #AC1215;
}
</style>
border-color css
<style>
span { border-color: #AC1215; }
span { border-color: rgb(172,18,21); }
td.TdClassName
{
border-color: #AC1215;
}
.TagClassName
{
border-color: #AC1215;
}
</style>