Shades of Venetian Red #AF0819
Tints of Venetian Red #AF0819
RGB
CMYK
RGB Variations
Color information
#AF0819 (or 0xAF0819) is known color: Venetian Red. HEX triplet: AF, 08 and 19. RGB value is (175,8,25). Sum of RGB (Red+Green+Blue) = 175+8+25=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0819 is #50F7E6. Grayscale: #3B3B3B. Windows color (decimal): -5306343 or 1640623. OLE color: 1640623.
HSL color Cylindrical-coordinate representation of color #AF0819: hue angle of 353.89º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0819 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 25 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.31 |
| HSL | 353.89º | 0.91% | 0.36% | - |
| HSV(B) | 353.89º | 0.95% | 0.69% | - |
| XYZ | 17.94 | 9.36 | 1.78 | - |
| YUV | 59.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 25 | 0 | 0.95 | 0.86 | 0.31 | 353.89 | 0.91 | 0.36 |
| Hex | AF | 8 | 19 | 0 | 5F | 56 | 1F | 162 | 5B | 24 |
| Octal | 257 | 10 | 31 | 0 | 137 | 126 | 37 | 542 | 133 | 44 |
| Binary | 10101111 | 1000 | 11001 | 0 | 1011111 | 1010110 | 11111 | 101100010 | 1011011 | 100100 |
Color Harmonies of #AF0819
Complementary color
Monochromatic Colors of #AF0819
Black with #AF0819
Text Example
Text Example
White with #AF0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0819; }
p { color: rgb(175,8,25); }
H1.HeaderClassName
{
color: #AF0819;
}
.AnyTagClassName
{
color: #AF0819;
}
</style>
background-color css
<style>
a { background-color: #AF0819; }
a { background-color: rgb(175,8,25); }
div.DivClassName
{
background-color: #AF0819;
}
.BgClassName
{
background-color: #AF0819;
}
</style>
border-color css
<style>
span { border-color: #AF0819; }
span { border-color: rgb(175,8,25); }
td.TdClassName
{
border-color: #AF0819;
}
.TagClassName
{
border-color: #AF0819;
}
</style>