Shades of Venetian Red #AC0F13
Tints of Venetian Red #AC0F13
RGB
CMYK
RGB Variations
Color information
#AC0F13 (or 0xAC0F13) is known color: Venetian Red. HEX triplet: AC, 0F and 13. RGB value is (172,15,19). Sum of RGB (Red+Green+Blue) = 172+15+19=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0F13 is #53F0EC. Grayscale: #3E3E3E. Windows color (decimal): -5501165 or 1249196. OLE color: 1249196.
HSL color Cylindrical-coordinate representation of color #AC0F13: hue angle of 358.47º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F13 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 19 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.33 |
| HSL | 358.47º | 0.84% | 0.37% | - |
| HSV(B) | 358.47º | 0.91% | 0.67% | - |
| XYZ | 17.3 | 9.16 | 1.47 | - |
| YUV | 62.4 | 103.51 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 19 | 0 | 0.91 | 0.89 | 0.33 | 358.47 | 0.84 | 0.37 |
| Hex | AC | F | 13 | 0 | 5B | 59 | 21 | 166 | 54 | 25 |
| Octal | 254 | 17 | 23 | 0 | 133 | 131 | 41 | 546 | 124 | 45 |
| Binary | 10101100 | 1111 | 10011 | 0 | 1011011 | 1011001 | 100001 | 101100110 | 1010100 | 100101 |
Color Harmonies of #AC0F13
Complementary color
Monochromatic Colors of #AC0F13
Black with #AC0F13
Text Example
Text Example
White with #AC0F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F13; }
p { color: rgb(172,15,19); }
H1.HeaderClassName
{
color: #AC0F13;
}
.AnyTagClassName
{
color: #AC0F13;
}
</style>
background-color css
<style>
a { background-color: #AC0F13; }
a { background-color: rgb(172,15,19); }
div.DivClassName
{
background-color: #AC0F13;
}
.BgClassName
{
background-color: #AC0F13;
}
</style>
border-color css
<style>
span { border-color: #AC0F13; }
span { border-color: rgb(172,15,19); }
td.TdClassName
{
border-color: #AC0F13;
}
.TagClassName
{
border-color: #AC0F13;
}
</style>