Shades of Venetian Red #AF080E
Tints of Venetian Red #AF080E
RGB
CMYK
RGB Variations
Color information
#AF080E (or 0xAF080E) is known color: Venetian Red. HEX triplet: AF, 08 and 0E. RGB value is (175,8,14). Sum of RGB (Red+Green+Blue) = 175+8+14=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF080E is #50F7F1. Grayscale: #3A3A3A. Windows color (decimal): -5306354 or 919727. OLE color: 919727.
HSL color Cylindrical-coordinate representation of color #AF080E: hue angle of 357.84º 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 #AF080E is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 14 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.31 |
| HSL | 357.84º | 0.91% | 0.36% | - |
| HSV(B) | 357.84º | 0.95% | 0.69% | - |
| XYZ | 17.85 | 9.32 | 1.27 | - |
| YUV | 58.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 14 | 0 | 0.95 | 0.92 | 0.31 | 357.84 | 0.91 | 0.36 |
| Hex | AF | 8 | E | 0 | 5F | 5C | 1F | 166 | 5B | 24 |
| Octal | 257 | 10 | 16 | 0 | 137 | 134 | 37 | 546 | 133 | 44 |
| Binary | 10101111 | 1000 | 1110 | 0 | 1011111 | 1011100 | 11111 | 101100110 | 1011011 | 100100 |
Color Harmonies of #AF080E
Complementary color
Monochromatic Colors of #AF080E
Black with #AF080E
Text Example
Text Example
White with #AF080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF080E; }
p { color: rgb(175,8,14); }
H1.HeaderClassName
{
color: #AF080E;
}
.AnyTagClassName
{
color: #AF080E;
}
</style>
background-color css
<style>
a { background-color: #AF080E; }
a { background-color: rgb(175,8,14); }
div.DivClassName
{
background-color: #AF080E;
}
.BgClassName
{
background-color: #AF080E;
}
</style>
border-color css
<style>
span { border-color: #AF080E; }
span { border-color: rgb(175,8,14); }
td.TdClassName
{
border-color: #AF080E;
}
.TagClassName
{
border-color: #AF080E;
}
</style>