Shades of Venetian Red #AF070B
Tints of Venetian Red #AF070B
RGB
CMYK
RGB Variations
Color information
#AF070B (or 0xAF070B) is known color: Venetian Red. HEX triplet: AF, 07 and 0B. RGB value is (175,7,11). Sum of RGB (Red+Green+Blue) = 175+7+11=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF070B is #50F8F4. Grayscale: #393939. Windows color (decimal): -5306613 or 722863. OLE color: 722863.
HSL color Cylindrical-coordinate representation of color #AF070B: hue angle of 358.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF070B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.31 |
| HSL | 358.57º | 0.92% | 0.36% | - |
| HSV(B) | 358.57º | 0.96% | 0.69% | - |
| XYZ | 17.82 | 9.29 | 1.17 | - |
| YUV | 57.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 11 | 0 | 0.96 | 0.94 | 0.31 | 358.57 | 0.92 | 0.36 |
| Hex | AF | 7 | B | 0 | 60 | 5E | 1F | 167 | 5C | 24 |
| Octal | 257 | 7 | 13 | 0 | 140 | 136 | 37 | 547 | 134 | 44 |
| Binary | 10101111 | 111 | 1011 | 0 | 1100000 | 1011110 | 11111 | 101100111 | 1011100 | 100100 |
Color Harmonies of #AF070B
Complementary color
Monochromatic Colors of #AF070B
Black with #AF070B
Text Example
Text Example
White with #AF070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF070B; }
p { color: rgb(175,7,11); }
H1.HeaderClassName
{
color: #AF070B;
}
.AnyTagClassName
{
color: #AF070B;
}
</style>
background-color css
<style>
a { background-color: #AF070B; }
a { background-color: rgb(175,7,11); }
div.DivClassName
{
background-color: #AF070B;
}
.BgClassName
{
background-color: #AF070B;
}
</style>
border-color css
<style>
span { border-color: #AF070B; }
span { border-color: rgb(175,7,11); }
td.TdClassName
{
border-color: #AF070B;
}
.TagClassName
{
border-color: #AF070B;
}
</style>