Shades of Venetian Red #AF090C
Tints of Venetian Red #AF090C
RGB
CMYK
RGB Variations
Color information
#AF090C (or 0xAF090C) is known color: Venetian Red. HEX triplet: AF, 09 and 0C. RGB value is (175,9,12). Sum of RGB (Red+Green+Blue) = 175+9+12=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF090C is #50F6F3. Grayscale: #3B3B3B. Windows color (decimal): -5306100 or 788911. OLE color: 788911.
HSL color Cylindrical-coordinate representation of color #AF090C: hue angle of 358.92º degrees, saturation: 0.9, 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 #AF090C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 12 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.31 |
| HSL | 358.92º | 0.9% | 0.36% | - |
| HSV(B) | 358.92º | 0.95% | 0.69% | - |
| XYZ | 17.84 | 9.34 | 1.21 | - |
| YUV | 58.98 | 101.5 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 12 | 0 | 0.95 | 0.93 | 0.31 | 358.92 | 0.9 | 0.36 |
| Hex | AF | 9 | C | 0 | 5F | 5D | 1F | 167 | 5A | 24 |
| Octal | 257 | 11 | 14 | 0 | 137 | 135 | 37 | 547 | 132 | 44 |
| Binary | 10101111 | 1001 | 1100 | 0 | 1011111 | 1011101 | 11111 | 101100111 | 1011010 | 100100 |
Color Harmonies of #AF090C
Complementary color
Monochromatic Colors of #AF090C
Black with #AF090C
Text Example
Text Example
White with #AF090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF090C; }
p { color: rgb(175,9,12); }
H1.HeaderClassName
{
color: #AF090C;
}
.AnyTagClassName
{
color: #AF090C;
}
</style>
background-color css
<style>
a { background-color: #AF090C; }
a { background-color: rgb(175,9,12); }
div.DivClassName
{
background-color: #AF090C;
}
.BgClassName
{
background-color: #AF090C;
}
</style>
border-color css
<style>
span { border-color: #AF090C; }
span { border-color: rgb(175,9,12); }
td.TdClassName
{
border-color: #AF090C;
}
.TagClassName
{
border-color: #AF090C;
}
</style>