Shades of Venetian Red #AF1520
Tints of Venetian Red #AF1520
RGB
CMYK
RGB Variations
Color information
#AF1520 (or 0xAF1520) is known color: Venetian Red. HEX triplet: AF, 15 and 20. RGB value is (175,21,32). Sum of RGB (Red+Green+Blue) = 175+21+32=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1520 is #50EADF. Grayscale: #444444. Windows color (decimal): -5303008 or 2102703. OLE color: 2102703.
HSL color Cylindrical-coordinate representation of color #AF1520: hue angle of 355.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1520 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 32 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.31 |
| HSL | 355.71º | 0.79% | 0.38% | - |
| HSV(B) | 355.71º | 0.88% | 0.69% | - |
| XYZ | 18.21 | 9.75 | 2.29 | - |
| YUV | 68.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 32 | 0 | 0.88 | 0.82 | 0.31 | 355.71 | 0.79 | 0.38 |
| Hex | AF | 15 | 20 | 0 | 58 | 52 | 1F | 164 | 4F | 26 |
| Octal | 257 | 25 | 40 | 0 | 130 | 122 | 37 | 544 | 117 | 46 |
| Binary | 10101111 | 10101 | 100000 | 0 | 1011000 | 1010010 | 11111 | 101100100 | 1001111 | 100110 |
Color Harmonies of #AF1520
Complementary color
Monochromatic Colors of #AF1520
Black with #AF1520
Text Example
Text Example
White with #AF1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1520; }
p { color: rgb(175,21,32); }
H1.HeaderClassName
{
color: #AF1520;
}
.AnyTagClassName
{
color: #AF1520;
}
</style>
background-color css
<style>
a { background-color: #AF1520; }
a { background-color: rgb(175,21,32); }
div.DivClassName
{
background-color: #AF1520;
}
.BgClassName
{
background-color: #AF1520;
}
</style>
border-color css
<style>
span { border-color: #AF1520; }
span { border-color: rgb(175,21,32); }
td.TdClassName
{
border-color: #AF1520;
}
.TagClassName
{
border-color: #AF1520;
}
</style>