Shades of Venetian Red #AF1620
Tints of Venetian Red #AF1620
RGB
CMYK
RGB Variations
Color information
#AF1620 (or 0xAF1620) is known color: Venetian Red. HEX triplet: AF, 16 and 20. RGB value is (175,22,32). Sum of RGB (Red+Green+Blue) = 175+22+32=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1620 is #50E9DF. Grayscale: #454545. Windows color (decimal): -5302752 or 2102959. OLE color: 2102959.
HSL color Cylindrical-coordinate representation of color #AF1620: hue angle of 356.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1620 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 32 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.31 |
| HSL | 356.08º | 0.78% | 0.39% | - |
| HSV(B) | 356.08º | 0.87% | 0.69% | - |
| XYZ | 18.23 | 9.79 | 2.3 | - |
| YUV | 68.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 32 | 0 | 0.87 | 0.82 | 0.31 | 356.08 | 0.78 | 0.39 |
| Hex | AF | 16 | 20 | 0 | 57 | 52 | 1F | 164 | 4E | 27 |
| Octal | 257 | 26 | 40 | 0 | 127 | 122 | 37 | 544 | 116 | 47 |
| Binary | 10101111 | 10110 | 100000 | 0 | 1010111 | 1010010 | 11111 | 101100100 | 1001110 | 100111 |
Color Harmonies of #AF1620
Complementary color
Monochromatic Colors of #AF1620
Black with #AF1620
Text Example
Text Example
White with #AF1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1620; }
p { color: rgb(175,22,32); }
H1.HeaderClassName
{
color: #AF1620;
}
.AnyTagClassName
{
color: #AF1620;
}
</style>
background-color css
<style>
a { background-color: #AF1620; }
a { background-color: rgb(175,22,32); }
div.DivClassName
{
background-color: #AF1620;
}
.BgClassName
{
background-color: #AF1620;
}
</style>
border-color css
<style>
span { border-color: #AF1620; }
span { border-color: rgb(175,22,32); }
td.TdClassName
{
border-color: #AF1620;
}
.TagClassName
{
border-color: #AF1620;
}
</style>