Shades of Venetian Red #AF0710
Tints of Venetian Red #AF0710
RGB
CMYK
RGB Variations
Color information
#AF0710 (or 0xAF0710) is known color: Venetian Red. HEX triplet: AF, 07 and 10. RGB value is (175,7,16). Sum of RGB (Red+Green+Blue) = 175+7+16=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0710 is #50F8EF. Grayscale: #3A3A3A. Windows color (decimal): -5306608 or 1050543. OLE color: 1050543.
HSL color Cylindrical-coordinate representation of color #AF0710: hue angle of 356.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0710 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 16 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.31 |
| HSL | 356.79º | 0.92% | 0.36% | - |
| HSV(B) | 356.79º | 0.96% | 0.69% | - |
| XYZ | 17.85 | 9.3 | 1.35 | - |
| YUV | 58.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 16 | 0 | 0.96 | 0.91 | 0.31 | 356.79 | 0.92 | 0.36 |
| Hex | AF | 7 | 10 | 0 | 60 | 5B | 1F | 165 | 5C | 24 |
| Octal | 257 | 7 | 20 | 0 | 140 | 133 | 37 | 545 | 134 | 44 |
| Binary | 10101111 | 111 | 10000 | 0 | 1100000 | 1011011 | 11111 | 101100101 | 1011100 | 100100 |
Color Harmonies of #AF0710
Complementary color
Monochromatic Colors of #AF0710
Black with #AF0710
Text Example
Text Example
White with #AF0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0710; }
p { color: rgb(175,7,16); }
H1.HeaderClassName
{
color: #AF0710;
}
.AnyTagClassName
{
color: #AF0710;
}
</style>
background-color css
<style>
a { background-color: #AF0710; }
a { background-color: rgb(175,7,16); }
div.DivClassName
{
background-color: #AF0710;
}
.BgClassName
{
background-color: #AF0710;
}
</style>
border-color css
<style>
span { border-color: #AF0710; }
span { border-color: rgb(175,7,16); }
td.TdClassName
{
border-color: #AF0710;
}
.TagClassName
{
border-color: #AF0710;
}
</style>