Shades of Venetian Red #AF0C16
Tints of Venetian Red #AF0C16
RGB
CMYK
RGB Variations
Color information
#AF0C16 (or 0xAF0C16) is known color: Venetian Red. HEX triplet: AF, 0C and 16. RGB value is (175,12,22). Sum of RGB (Red+Green+Blue) = 175+12+22=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0C16 is #50F3E9. Grayscale: #3E3E3E. Windows color (decimal): -5305322 or 1445039. OLE color: 1445039.
HSL color Cylindrical-coordinate representation of color #AF0C16: hue angle of 356.32º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C16 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 22 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.31 |
| HSL | 356.32º | 0.87% | 0.37% | - |
| HSV(B) | 356.32º | 0.93% | 0.69% | - |
| XYZ | 17.96 | 9.43 | 1.63 | - |
| YUV | 61.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 22 | 0 | 0.93 | 0.87 | 0.31 | 356.32 | 0.87 | 0.37 |
| Hex | AF | C | 16 | 0 | 5D | 57 | 1F | 164 | 57 | 25 |
| Octal | 257 | 14 | 26 | 0 | 135 | 127 | 37 | 544 | 127 | 45 |
| Binary | 10101111 | 1100 | 10110 | 0 | 1011101 | 1010111 | 11111 | 101100100 | 1010111 | 100101 |
Color Harmonies of #AF0C16
Complementary color
Monochromatic Colors of #AF0C16
Black with #AF0C16
Text Example
Text Example
White with #AF0C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C16; }
p { color: rgb(175,12,22); }
H1.HeaderClassName
{
color: #AF0C16;
}
.AnyTagClassName
{
color: #AF0C16;
}
</style>
background-color css
<style>
a { background-color: #AF0C16; }
a { background-color: rgb(175,12,22); }
div.DivClassName
{
background-color: #AF0C16;
}
.BgClassName
{
background-color: #AF0C16;
}
</style>
border-color css
<style>
span { border-color: #AF0C16; }
span { border-color: rgb(175,12,22); }
td.TdClassName
{
border-color: #AF0C16;
}
.TagClassName
{
border-color: #AF0C16;
}
</style>