Shades of Venetian Red #AF121B
Tints of Venetian Red #AF121B
RGB
CMYK
RGB Variations
Color information
#AF121B (or 0xAF121B) is known color: Venetian Red. HEX triplet: AF, 12 and 1B. RGB value is (175,18,27). Sum of RGB (Red+Green+Blue) = 175+18+27=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF121B is #50EDE4. Grayscale: #424242. Windows color (decimal): -5303781 or 1774255. OLE color: 1774255.
HSL color Cylindrical-coordinate representation of color #AF121B: hue angle of 356.56º degrees, saturation: 0.81, 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 #AF121B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 27 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.31 |
| HSL | 356.56º | 0.81% | 0.38% | - |
| HSV(B) | 356.56º | 0.9% | 0.69% | - |
| XYZ | 18.09 | 9.63 | 1.94 | - |
| YUV | 65.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 27 | 0 | 0.90 | 0.85 | 0.31 | 356.56 | 0.81 | 0.38 |
| Hex | AF | 12 | 1B | 0 | 5A | 55 | 1F | 165 | 51 | 26 |
| Octal | 257 | 22 | 33 | 0 | 132 | 125 | 37 | 545 | 121 | 46 |
| Binary | 10101111 | 10010 | 11011 | 0 | 1011010 | 1010101 | 11111 | 101100101 | 1010001 | 100110 |
Color Harmonies of #AF121B
Complementary color
Monochromatic Colors of #AF121B
Black with #AF121B
Text Example
Text Example
White with #AF121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF121B; }
p { color: rgb(175,18,27); }
H1.HeaderClassName
{
color: #AF121B;
}
.AnyTagClassName
{
color: #AF121B;
}
</style>
background-color css
<style>
a { background-color: #AF121B; }
a { background-color: rgb(175,18,27); }
div.DivClassName
{
background-color: #AF121B;
}
.BgClassName
{
background-color: #AF121B;
}
</style>
border-color css
<style>
span { border-color: #AF121B; }
span { border-color: rgb(175,18,27); }
td.TdClassName
{
border-color: #AF121B;
}
.TagClassName
{
border-color: #AF121B;
}
</style>