Shades of Venetian Red #AC0F10
Tints of Venetian Red #AC0F10
RGB
CMYK
RGB Variations
Color information
#AC0F10 (or 0xAC0F10) is known color: Venetian Red. HEX triplet: AC, 0F and 10. RGB value is (172,15,16). Sum of RGB (Red+Green+Blue) = 172+15+16=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0F10 is #53F0EF. Grayscale: #3E3E3E. Windows color (decimal): -5501168 or 1052588. OLE color: 1052588.
HSL color Cylindrical-coordinate representation of color #AC0F10: hue angle of 359.62º 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 #AC0F10 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 16 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.33 |
| HSL | 359.62º | 0.84% | 0.37% | - |
| HSV(B) | 359.62º | 0.91% | 0.67% | - |
| XYZ | 17.28 | 9.15 | 1.35 | - |
| YUV | 62.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 16 | 0 | 0.91 | 0.91 | 0.33 | 359.62 | 0.84 | 0.37 |
| Hex | AC | F | 10 | 0 | 5B | 5B | 21 | 168 | 54 | 25 |
| Octal | 254 | 17 | 20 | 0 | 133 | 133 | 41 | 550 | 124 | 45 |
| Binary | 10101100 | 1111 | 10000 | 0 | 1011011 | 1011011 | 100001 | 101101000 | 1010100 | 100101 |
Color Harmonies of #AC0F10
Complementary color
Monochromatic Colors of #AC0F10
Black with #AC0F10
Text Example
Text Example
White with #AC0F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F10; }
p { color: rgb(172,15,16); }
H1.HeaderClassName
{
color: #AC0F10;
}
.AnyTagClassName
{
color: #AC0F10;
}
</style>
background-color css
<style>
a { background-color: #AC0F10; }
a { background-color: rgb(172,15,16); }
div.DivClassName
{
background-color: #AC0F10;
}
.BgClassName
{
background-color: #AC0F10;
}
</style>
border-color css
<style>
span { border-color: #AC0F10; }
span { border-color: rgb(172,15,16); }
td.TdClassName
{
border-color: #AC0F10;
}
.TagClassName
{
border-color: #AC0F10;
}
</style>