Shades of Venetian Red #AF1120
Tints of Venetian Red #AF1120
RGB
CMYK
RGB Variations
Color information
#AF1120 (or 0xAF1120) is known color: Venetian Red. HEX triplet: AF, 11 and 20. RGB value is (175,17,32). Sum of RGB (Red+Green+Blue) = 175+17+32=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1120 is #50EEDF. Grayscale: #424242. Windows color (decimal): -5304032 or 2101679. OLE color: 2101679.
HSL color Cylindrical-coordinate representation of color #AF1120: hue angle of 354.3º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1120 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 32 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.31 |
| HSL | 354.3º | 0.82% | 0.38% | - |
| HSV(B) | 354.3º | 0.9% | 0.69% | - |
| XYZ | 18.14 | 9.62 | 2.27 | - |
| YUV | 65.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 32 | 0 | 0.90 | 0.82 | 0.31 | 354.3 | 0.82 | 0.38 |
| Hex | AF | 11 | 20 | 0 | 5A | 52 | 1F | 162 | 52 | 26 |
| Octal | 257 | 21 | 40 | 0 | 132 | 122 | 37 | 542 | 122 | 46 |
| Binary | 10101111 | 10001 | 100000 | 0 | 1011010 | 1010010 | 11111 | 101100010 | 1010010 | 100110 |
Color Harmonies of #AF1120
Complementary color
Monochromatic Colors of #AF1120
Black with #AF1120
Text Example
Text Example
White with #AF1120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1120; }
p { color: rgb(175,17,32); }
H1.HeaderClassName
{
color: #AF1120;
}
.AnyTagClassName
{
color: #AF1120;
}
</style>
background-color css
<style>
a { background-color: #AF1120; }
a { background-color: rgb(175,17,32); }
div.DivClassName
{
background-color: #AF1120;
}
.BgClassName
{
background-color: #AF1120;
}
</style>
border-color css
<style>
span { border-color: #AF1120; }
span { border-color: rgb(175,17,32); }
td.TdClassName
{
border-color: #AF1120;
}
.TagClassName
{
border-color: #AF1120;
}
</style>