Shades of Venetian Red #AF0518
Tints of Venetian Red #AF0518
RGB
CMYK
RGB Variations
Color information
#AF0518 (or 0xAF0518) is known color: Venetian Red. HEX triplet: AF, 05 and 18. RGB value is (175,5,24). Sum of RGB (Red+Green+Blue) = 175+5+24=204 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.78% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0518 is #50FAE7. Grayscale: #3A3A3A. Windows color (decimal): -5307112 or 1574319. OLE color: 1574319.
HSL color Cylindrical-coordinate representation of color #AF0518: hue angle of 353.29º 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 #AF0518 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 24 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.31 |
| HSL | 353.29º | 0.94% | 0.35% | - |
| HSV(B) | 353.29º | 0.97% | 0.69% | - |
| XYZ | 17.9 | 9.29 | 1.71 | - |
| YUV | 58 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 24 | 0 | 0.97 | 0.86 | 0.31 | 353.29 | 0.94 | 0.35 |
| Hex | AF | 5 | 18 | 0 | 61 | 56 | 1F | 161 | 5E | 23 |
| Octal | 257 | 5 | 30 | 0 | 141 | 126 | 37 | 541 | 136 | 43 |
| Binary | 10101111 | 101 | 11000 | 0 | 1100001 | 1010110 | 11111 | 101100001 | 1011110 | 100011 |
Color Harmonies of #AF0518
Complementary color
Monochromatic Colors of #AF0518
Black with #AF0518
Text Example
Text Example
White with #AF0518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0518; }
p { color: rgb(175,5,24); }
H1.HeaderClassName
{
color: #AF0518;
}
.AnyTagClassName
{
color: #AF0518;
}
</style>
background-color css
<style>
a { background-color: #AF0518; }
a { background-color: rgb(175,5,24); }
div.DivClassName
{
background-color: #AF0518;
}
.BgClassName
{
background-color: #AF0518;
}
</style>
border-color css
<style>
span { border-color: #AF0518; }
span { border-color: rgb(175,5,24); }
td.TdClassName
{
border-color: #AF0518;
}
.TagClassName
{
border-color: #AF0518;
}
</style>