Shades of Venetian Red #AF060E
Tints of Venetian Red #AF060E
RGB
CMYK
RGB Variations
Color information
#AF060E (or 0xAF060E) is known color: Venetian Red. HEX triplet: AF, 06 and 0E. RGB value is (175,6,14). Sum of RGB (Red+Green+Blue) = 175+6+14=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF060E is #50F9F1. Grayscale: #393939. Windows color (decimal): -5306866 or 919215. OLE color: 919215.
HSL color Cylindrical-coordinate representation of color #AF060E: hue angle of 357.16º degrees, saturation: 0.93, 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 #AF060E is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 14 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.31 |
| HSL | 357.16º | 0.93% | 0.35% | - |
| HSV(B) | 357.16º | 0.97% | 0.69% | - |
| XYZ | 17.82 | 9.28 | 1.27 | - |
| YUV | 57.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 14 | 0 | 0.97 | 0.92 | 0.31 | 357.16 | 0.93 | 0.35 |
| Hex | AF | 6 | E | 0 | 61 | 5C | 1F | 165 | 5D | 23 |
| Octal | 257 | 6 | 16 | 0 | 141 | 134 | 37 | 545 | 135 | 43 |
| Binary | 10101111 | 110 | 1110 | 0 | 1100001 | 1011100 | 11111 | 101100101 | 1011101 | 100011 |
Color Harmonies of #AF060E
Complementary color
Monochromatic Colors of #AF060E
Black with #AF060E
Text Example
Text Example
White with #AF060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF060E; }
p { color: rgb(175,6,14); }
H1.HeaderClassName
{
color: #AF060E;
}
.AnyTagClassName
{
color: #AF060E;
}
</style>
background-color css
<style>
a { background-color: #AF060E; }
a { background-color: rgb(175,6,14); }
div.DivClassName
{
background-color: #AF060E;
}
.BgClassName
{
background-color: #AF060E;
}
</style>
border-color css
<style>
span { border-color: #AF060E; }
span { border-color: rgb(175,6,14); }
td.TdClassName
{
border-color: #AF060E;
}
.TagClassName
{
border-color: #AF060E;
}
</style>