Shades of Venetian Red #AF080C
Tints of Venetian Red #AF080C
RGB
CMYK
RGB Variations
Color information
#AF080C (or 0xAF080C) is known color: Venetian Red. HEX triplet: AF, 08 and 0C. RGB value is (175,8,12). Sum of RGB (Red+Green+Blue) = 175+8+12=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF080C is #50F7F3. Grayscale: #3A3A3A. Windows color (decimal): -5306356 or 788655. OLE color: 788655.
HSL color Cylindrical-coordinate representation of color #AF080C: hue angle of 358.56º 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 #AF080C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 12 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.31 |
| HSL | 358.56º | 0.91% | 0.36% | - |
| HSV(B) | 358.56º | 0.95% | 0.69% | - |
| XYZ | 17.83 | 9.31 | 1.21 | - |
| YUV | 58.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 12 | 0 | 0.95 | 0.93 | 0.31 | 358.56 | 0.91 | 0.36 |
| Hex | AF | 8 | C | 0 | 5F | 5D | 1F | 167 | 5B | 24 |
| Octal | 257 | 10 | 14 | 0 | 137 | 135 | 37 | 547 | 133 | 44 |
| Binary | 10101111 | 1000 | 1100 | 0 | 1011111 | 1011101 | 11111 | 101100111 | 1011011 | 100100 |
Color Harmonies of #AF080C
Complementary color
Monochromatic Colors of #AF080C
Black with #AF080C
Text Example
Text Example
White with #AF080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF080C; }
p { color: rgb(175,8,12); }
H1.HeaderClassName
{
color: #AF080C;
}
.AnyTagClassName
{
color: #AF080C;
}
</style>
background-color css
<style>
a { background-color: #AF080C; }
a { background-color: rgb(175,8,12); }
div.DivClassName
{
background-color: #AF080C;
}
.BgClassName
{
background-color: #AF080C;
}
</style>
border-color css
<style>
span { border-color: #AF080C; }
span { border-color: rgb(175,8,12); }
td.TdClassName
{
border-color: #AF080C;
}
.TagClassName
{
border-color: #AF080C;
}
</style>