Shades of Venetian Red #AF090D
Tints of Venetian Red #AF090D
RGB
CMYK
RGB Variations
Color information
#AF090D (or 0xAF090D) is known color: Venetian Red. HEX triplet: AF, 09 and 0D. RGB value is (175,9,13). Sum of RGB (Red+Green+Blue) = 175+9+13=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF090D is #50F6F2. Grayscale: #3B3B3B. Windows color (decimal): -5306099 or 854447. OLE color: 854447.
HSL color Cylindrical-coordinate representation of color #AF090D: hue angle of 358.55º 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 #AF090D is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 13 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.31 |
| HSL | 358.55º | 0.9% | 0.36% | - |
| HSV(B) | 358.55º | 0.95% | 0.69% | - |
| XYZ | 17.85 | 9.34 | 1.24 | - |
| YUV | 59.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 13 | 0 | 0.95 | 0.93 | 0.31 | 358.55 | 0.9 | 0.36 |
| Hex | AF | 9 | D | 0 | 5F | 5D | 1F | 167 | 5A | 24 |
| Octal | 257 | 11 | 15 | 0 | 137 | 135 | 37 | 547 | 132 | 44 |
| Binary | 10101111 | 1001 | 1101 | 0 | 1011111 | 1011101 | 11111 | 101100111 | 1011010 | 100100 |
Color Harmonies of #AF090D
Complementary color
Monochromatic Colors of #AF090D
Black with #AF090D
Text Example
Text Example
White with #AF090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF090D; }
p { color: rgb(175,9,13); }
H1.HeaderClassName
{
color: #AF090D;
}
.AnyTagClassName
{
color: #AF090D;
}
</style>
background-color css
<style>
a { background-color: #AF090D; }
a { background-color: rgb(175,9,13); }
div.DivClassName
{
background-color: #AF090D;
}
.BgClassName
{
background-color: #AF090D;
}
</style>
border-color css
<style>
span { border-color: #AF090D; }
span { border-color: rgb(175,9,13); }
td.TdClassName
{
border-color: #AF090D;
}
.TagClassName
{
border-color: #AF090D;
}
</style>