Shades of Venetian Red #AF131B
Tints of Venetian Red #AF131B
RGB
CMYK
RGB Variations
Color information
#AF131B (or 0xAF131B) is known color: Venetian Red. HEX triplet: AF, 13 and 1B. RGB value is (175,19,27). Sum of RGB (Red+Green+Blue) = 175+19+27=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF131B is #50ECE4. Grayscale: #424242. Windows color (decimal): -5303525 or 1774511. OLE color: 1774511.
HSL color Cylindrical-coordinate representation of color #AF131B: hue angle of 356.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF131B is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 27 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.31 |
| HSL | 356.92º | 0.8% | 0.38% | - |
| HSV(B) | 356.92º | 0.89% | 0.69% | - |
| XYZ | 18.11 | 9.66 | 1.95 | - |
| YUV | 66.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 27 | 0 | 0.89 | 0.85 | 0.31 | 356.92 | 0.8 | 0.38 |
| Hex | AF | 13 | 1B | 0 | 59 | 55 | 1F | 165 | 50 | 26 |
| Octal | 257 | 23 | 33 | 0 | 131 | 125 | 37 | 545 | 120 | 46 |
| Binary | 10101111 | 10011 | 11011 | 0 | 1011001 | 1010101 | 11111 | 101100101 | 1010000 | 100110 |
Color Harmonies of #AF131B
Complementary color
Monochromatic Colors of #AF131B
Black with #AF131B
Text Example
Text Example
White with #AF131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF131B; }
p { color: rgb(175,19,27); }
H1.HeaderClassName
{
color: #AF131B;
}
.AnyTagClassName
{
color: #AF131B;
}
</style>
background-color css
<style>
a { background-color: #AF131B; }
a { background-color: rgb(175,19,27); }
div.DivClassName
{
background-color: #AF131B;
}
.BgClassName
{
background-color: #AF131B;
}
</style>
border-color css
<style>
span { border-color: #AF131B; }
span { border-color: rgb(175,19,27); }
td.TdClassName
{
border-color: #AF131B;
}
.TagClassName
{
border-color: #AF131B;
}
</style>