Shades of Venetian Red #AF0516
Tints of Venetian Red #AF0516
RGB
CMYK
RGB Variations
Color information
#AF0516 (or 0xAF0516) is known color: Venetian Red. HEX triplet: AF, 05 and 16. RGB value is (175,5,22). Sum of RGB (Red+Green+Blue) = 175+5+22=202 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.63% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0516 is #50FAE9. Grayscale: #393939. Windows color (decimal): -5307114 or 1443247. OLE color: 1443247.
HSL color Cylindrical-coordinate representation of color #AF0516: hue angle of 354º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0516 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 22 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.31 |
| HSL | 354º | 0.94% | 0.35% | - |
| HSV(B) | 354º | 0.97% | 0.69% | - |
| XYZ | 17.88 | 9.28 | 1.61 | - |
| YUV | 57.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 22 | 0 | 0.97 | 0.87 | 0.31 | 354 | 0.94 | 0.35 |
| Hex | AF | 5 | 16 | 0 | 61 | 57 | 1F | 162 | 5E | 23 |
| Octal | 257 | 5 | 26 | 0 | 141 | 127 | 37 | 542 | 136 | 43 |
| Binary | 10101111 | 101 | 10110 | 0 | 1100001 | 1010111 | 11111 | 101100010 | 1011110 | 100011 |
Color Harmonies of #AF0516
Complementary color
Monochromatic Colors of #AF0516
Black with #AF0516
Text Example
Text Example
White with #AF0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0516; }
p { color: rgb(175,5,22); }
H1.HeaderClassName
{
color: #AF0516;
}
.AnyTagClassName
{
color: #AF0516;
}
</style>
background-color css
<style>
a { background-color: #AF0516; }
a { background-color: rgb(175,5,22); }
div.DivClassName
{
background-color: #AF0516;
}
.BgClassName
{
background-color: #AF0516;
}
</style>
border-color css
<style>
span { border-color: #AF0516; }
span { border-color: rgb(175,5,22); }
td.TdClassName
{
border-color: #AF0516;
}
.TagClassName
{
border-color: #AF0516;
}
</style>