Shades of Venetian Red #AF020C
Tints of Venetian Red #AF020C
RGB
CMYK
RGB Variations
Color information
#AF020C (or 0xAF020C) is known color: Venetian Red. HEX triplet: AF, 02 and 0C. RGB value is (175,2,12). Sum of RGB (Red+Green+Blue) = 175+2+12=189 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.59% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 175 - color contains mainly: red. Hex color #AF020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF020C is #50FDF3. Grayscale: #373737. Windows color (decimal): -5307892 or 787119. OLE color: 787119.
HSL color Cylindrical-coordinate representation of color #AF020C: hue angle of 356.53º 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 #AF020C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.31 |
| HSL | 356.53º | 0.98% | 0.35% | - |
| HSV(B) | 356.53º | 0.99% | 0.69% | - |
| XYZ | 17.77 | 9.18 | 1.18 | - |
| YUV | 54.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 12 | 0 | 0.99 | 0.93 | 0.31 | 356.53 | 0.98 | 0.35 |
| Hex | AF | 2 | C | 0 | 63 | 5D | 1F | 165 | 62 | 23 |
| Octal | 257 | 2 | 14 | 0 | 143 | 135 | 37 | 545 | 142 | 43 |
| Binary | 10101111 | 10 | 1100 | 0 | 1100011 | 1011101 | 11111 | 101100101 | 1100010 | 100011 |
Color Harmonies of #AF020C
Complementary color
Monochromatic Colors of #AF020C
Black with #AF020C
Text Example
Text Example
White with #AF020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF020C; }
p { color: rgb(175,2,12); }
H1.HeaderClassName
{
color: #AF020C;
}
.AnyTagClassName
{
color: #AF020C;
}
</style>
background-color css
<style>
a { background-color: #AF020C; }
a { background-color: rgb(175,2,12); }
div.DivClassName
{
background-color: #AF020C;
}
.BgClassName
{
background-color: #AF020C;
}
</style>
border-color css
<style>
span { border-color: #AF020C; }
span { border-color: rgb(175,2,12); }
td.TdClassName
{
border-color: #AF020C;
}
.TagClassName
{
border-color: #AF020C;
}
</style>