Shades of Venetian Red #AF161D
Tints of Venetian Red #AF161D
RGB
CMYK
RGB Variations
Color information
#AF161D (or 0xAF161D) is known color: Venetian Red. HEX triplet: AF, 16 and 1D. RGB value is (175,22,29). Sum of RGB (Red+Green+Blue) = 175+22+29=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF161D is #50E9E2. Grayscale: #444444. Windows color (decimal): -5302755 or 1906351. OLE color: 1906351.
HSL color Cylindrical-coordinate representation of color #AF161D: hue angle of 357.25º 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 #AF161D is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 29 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.31 |
| HSL | 357.25º | 0.78% | 0.39% | - |
| HSV(B) | 357.25º | 0.87% | 0.69% | - |
| XYZ | 18.19 | 9.78 | 2.09 | - |
| YUV | 68.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 29 | 0 | 0.87 | 0.83 | 0.31 | 357.25 | 0.78 | 0.39 |
| Hex | AF | 16 | 1D | 0 | 57 | 53 | 1F | 165 | 4E | 27 |
| Octal | 257 | 26 | 35 | 0 | 127 | 123 | 37 | 545 | 116 | 47 |
| Binary | 10101111 | 10110 | 11101 | 0 | 1010111 | 1010011 | 11111 | 101100101 | 1001110 | 100111 |
Color Harmonies of #AF161D
Complementary color
Monochromatic Colors of #AF161D
Black with #AF161D
Text Example
Text Example
White with #AF161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF161D; }
p { color: rgb(175,22,29); }
H1.HeaderClassName
{
color: #AF161D;
}
.AnyTagClassName
{
color: #AF161D;
}
</style>
background-color css
<style>
a { background-color: #AF161D; }
a { background-color: rgb(175,22,29); }
div.DivClassName
{
background-color: #AF161D;
}
.BgClassName
{
background-color: #AF161D;
}
</style>
border-color css
<style>
span { border-color: #AF161D; }
span { border-color: rgb(175,22,29); }
td.TdClassName
{
border-color: #AF161D;
}
.TagClassName
{
border-color: #AF161D;
}
</style>