Shades of Venetian Red #AF131C
Tints of Venetian Red #AF131C
RGB
CMYK
RGB Variations
Color information
#AF131C (or 0xAF131C) is known color: Venetian Red. HEX triplet: AF, 13 and 1C. RGB value is (175,19,28). Sum of RGB (Red+Green+Blue) = 175+19+28=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF131C is #50ECE3. Grayscale: #424242. Windows color (decimal): -5303524 or 1840047. OLE color: 1840047.
HSL color Cylindrical-coordinate representation of color #AF131C: hue angle of 356.54º 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 #AF131C is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 28 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.31 |
| HSL | 356.54º | 0.8% | 0.38% | - |
| HSV(B) | 356.54º | 0.89% | 0.69% | - |
| XYZ | 18.12 | 9.66 | 2.01 | - |
| YUV | 66.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 28 | 0 | 0.89 | 0.84 | 0.31 | 356.54 | 0.8 | 0.38 |
| Hex | AF | 13 | 1C | 0 | 59 | 54 | 1F | 165 | 50 | 26 |
| Octal | 257 | 23 | 34 | 0 | 131 | 124 | 37 | 545 | 120 | 46 |
| Binary | 10101111 | 10011 | 11100 | 0 | 1011001 | 1010100 | 11111 | 101100101 | 1010000 | 100110 |
Color Harmonies of #AF131C
Complementary color
Monochromatic Colors of #AF131C
Black with #AF131C
Text Example
Text Example
White with #AF131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF131C; }
p { color: rgb(175,19,28); }
H1.HeaderClassName
{
color: #AF131C;
}
.AnyTagClassName
{
color: #AF131C;
}
</style>
background-color css
<style>
a { background-color: #AF131C; }
a { background-color: rgb(175,19,28); }
div.DivClassName
{
background-color: #AF131C;
}
.BgClassName
{
background-color: #AF131C;
}
</style>
border-color css
<style>
span { border-color: #AF131C; }
span { border-color: rgb(175,19,28); }
td.TdClassName
{
border-color: #AF131C;
}
.TagClassName
{
border-color: #AF131C;
}
</style>