Shades of Venetian Red #AF171C
Tints of Venetian Red #AF171C
RGB
CMYK
RGB Variations
Color information
#AF171C (or 0xAF171C) is known color: Venetian Red. HEX triplet: AF, 17 and 1C. RGB value is (175,23,28). Sum of RGB (Red+Green+Blue) = 175+23+28=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF171C is #50E8E3. Grayscale: #454545. Windows color (decimal): -5302500 or 1841071. OLE color: 1841071.
HSL color Cylindrical-coordinate representation of color #AF171C: hue angle of 358.03º degrees, saturation: 0.77, 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 #AF171C is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 28 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.31 |
| HSL | 358.03º | 0.77% | 0.39% | - |
| HSV(B) | 358.03º | 0.87% | 0.69% | - |
| XYZ | 18.2 | 9.81 | 2.03 | - |
| YUV | 69.02 | 104.86 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 28 | 0 | 0.87 | 0.84 | 0.31 | 358.03 | 0.77 | 0.39 |
| Hex | AF | 17 | 1C | 0 | 57 | 54 | 1F | 166 | 4D | 27 |
| Octal | 257 | 27 | 34 | 0 | 127 | 124 | 37 | 546 | 115 | 47 |
| Binary | 10101111 | 10111 | 11100 | 0 | 1010111 | 1010100 | 11111 | 101100110 | 1001101 | 100111 |
Color Harmonies of #AF171C
Complementary color
Monochromatic Colors of #AF171C
Black with #AF171C
Text Example
Text Example
White with #AF171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF171C; }
p { color: rgb(175,23,28); }
H1.HeaderClassName
{
color: #AF171C;
}
.AnyTagClassName
{
color: #AF171C;
}
</style>
background-color css
<style>
a { background-color: #AF171C; }
a { background-color: rgb(175,23,28); }
div.DivClassName
{
background-color: #AF171C;
}
.BgClassName
{
background-color: #AF171C;
}
</style>
border-color css
<style>
span { border-color: #AF171C; }
span { border-color: rgb(175,23,28); }
td.TdClassName
{
border-color: #AF171C;
}
.TagClassName
{
border-color: #AF171C;
}
</style>