Shades of Venetian Red #AF070A
Tints of Venetian Red #AF070A
RGB
CMYK
RGB Variations
Color information
#AF070A (or 0xAF070A) is known color: Venetian Red. HEX triplet: AF, 07 and 0A. RGB value is (175,7,10). Sum of RGB (Red+Green+Blue) = 175+7+10=192 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.15% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 175 - color contains mainly: red. Hex color #AF070A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF070A is #50F8F5. Grayscale: #393939. Windows color (decimal): -5306614 or 657327. OLE color: 657327.
HSL color Cylindrical-coordinate representation of color #AF070A: hue angle of 358.93º 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 #AF070A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 10 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.31 |
| HSL | 358.93º | 0.92% | 0.36% | - |
| HSV(B) | 358.93º | 0.96% | 0.69% | - |
| XYZ | 17.81 | 9.29 | 1.14 | - |
| YUV | 57.57 | 101.16 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 10 | 0 | 0.96 | 0.94 | 0.31 | 358.93 | 0.92 | 0.36 |
| Hex | AF | 7 | A | 0 | 60 | 5E | 1F | 167 | 5C | 24 |
| Octal | 257 | 7 | 12 | 0 | 140 | 136 | 37 | 547 | 134 | 44 |
| Binary | 10101111 | 111 | 1010 | 0 | 1100000 | 1011110 | 11111 | 101100111 | 1011100 | 100100 |
Color Harmonies of #AF070A
Complementary color
Monochromatic Colors of #AF070A
Black with #AF070A
Text Example
Text Example
White with #AF070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF070A; }
p { color: rgb(175,7,10); }
H1.HeaderClassName
{
color: #AF070A;
}
.AnyTagClassName
{
color: #AF070A;
}
</style>
background-color css
<style>
a { background-color: #AF070A; }
a { background-color: rgb(175,7,10); }
div.DivClassName
{
background-color: #AF070A;
}
.BgClassName
{
background-color: #AF070A;
}
</style>
border-color css
<style>
span { border-color: #AF070A; }
span { border-color: rgb(175,7,10); }
td.TdClassName
{
border-color: #AF070A;
}
.TagClassName
{
border-color: #AF070A;
}
</style>