Shades of Venetian Red #AF020D
Tints of Venetian Red #AF020D
RGB
CMYK
RGB Variations
Color information
#AF020D (or 0xAF020D) is known color: Venetian Red. HEX triplet: AF, 02 and 0D. RGB value is (175,2,13). Sum of RGB (Red+Green+Blue) = 175+2+13=190 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.11% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 175 - color contains mainly: red. Hex color #AF020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF020D is #50FDF2. Grayscale: #373737. Windows color (decimal): -5307891 or 852655. OLE color: 852655.
HSL color Cylindrical-coordinate representation of color #AF020D: hue angle of 356.18º 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 #AF020D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.31 |
| HSL | 356.19º | 0.98% | 0.35% | - |
| HSV(B) | 356.19º | 0.99% | 0.69% | - |
| XYZ | 17.77 | 9.19 | 1.22 | - |
| YUV | 54.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 13 | 0 | 0.99 | 0.93 | 0.31 | 356.19 | 0.98 | 0.35 |
| Hex | AF | 2 | D | 0 | 63 | 5D | 1F | 164 | 62 | 23 |
| Octal | 257 | 2 | 15 | 0 | 143 | 135 | 37 | 544 | 142 | 43 |
| Binary | 10101111 | 10 | 1101 | 0 | 1100011 | 1011101 | 11111 | 101100100 | 1100010 | 100011 |
Color Harmonies of #AF020D
Complementary color
Monochromatic Colors of #AF020D
Black with #AF020D
Text Example
Text Example
White with #AF020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF020D; }
p { color: rgb(175,2,13); }
H1.HeaderClassName
{
color: #AF020D;
}
.AnyTagClassName
{
color: #AF020D;
}
</style>
background-color css
<style>
a { background-color: #AF020D; }
a { background-color: rgb(175,2,13); }
div.DivClassName
{
background-color: #AF020D;
}
.BgClassName
{
background-color: #AF020D;
}
</style>
border-color css
<style>
span { border-color: #AF020D; }
span { border-color: rgb(175,2,13); }
td.TdClassName
{
border-color: #AF020D;
}
.TagClassName
{
border-color: #AF020D;
}
</style>