Shades of Venetian Red #AF020A
Tints of Venetian Red #AF020A
RGB
CMYK
RGB Variations
Color information
#AF020A (or 0xAF020A) is known color: Venetian Red. HEX triplet: AF, 02 and 0A. RGB value is (175,2,10). Sum of RGB (Red+Green+Blue) = 175+2+10=187 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.58% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 175 - color contains mainly: red. Hex color #AF020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF020A is #50FDF5. Grayscale: #363636. Windows color (decimal): -5307894 or 656047. OLE color: 656047.
HSL color Cylindrical-coordinate representation of color #AF020A: hue angle of 357.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF020A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.31 |
| HSL | 357.23º | 0.98% | 0.35% | - |
| HSV(B) | 357.23º | 0.99% | 0.69% | - |
| XYZ | 17.76 | 9.18 | 1.12 | - |
| YUV | 54.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 10 | 0 | 0.99 | 0.94 | 0.31 | 357.23 | 0.98 | 0.35 |
| Hex | AF | 2 | A | 0 | 63 | 5E | 1F | 165 | 62 | 23 |
| Octal | 257 | 2 | 12 | 0 | 143 | 136 | 37 | 545 | 142 | 43 |
| Binary | 10101111 | 10 | 1010 | 0 | 1100011 | 1011110 | 11111 | 101100101 | 1100010 | 100011 |
Color Harmonies of #AF020A
Complementary color
Monochromatic Colors of #AF020A
Black with #AF020A
Text Example
Text Example
White with #AF020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF020A; }
p { color: rgb(175,2,10); }
H1.HeaderClassName
{
color: #AF020A;
}
.AnyTagClassName
{
color: #AF020A;
}
</style>
background-color css
<style>
a { background-color: #AF020A; }
a { background-color: rgb(175,2,10); }
div.DivClassName
{
background-color: #AF020A;
}
.BgClassName
{
background-color: #AF020A;
}
</style>
border-color css
<style>
span { border-color: #AF020A; }
span { border-color: rgb(175,2,10); }
td.TdClassName
{
border-color: #AF020A;
}
.TagClassName
{
border-color: #AF020A;
}
</style>