Shades of Venetian Red #AF0B0C
Tints of Venetian Red #AF0B0C
RGB
CMYK
RGB Variations
Color information
#AF0B0C (or 0xAF0B0C) is known color: Venetian Red. HEX triplet: AF, 0B and 0C. RGB value is (175,11,12). Sum of RGB (Red+Green+Blue) = 175+11+12=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0B0C is #50F4F3. Grayscale: #3C3C3C. Windows color (decimal): -5305588 or 789423. OLE color: 789423.
HSL color Cylindrical-coordinate representation of color #AF0B0C: hue angle of 359.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B0C is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 12 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.31 |
| HSL | 359.63º | 0.88% | 0.36% | - |
| HSV(B) | 359.63º | 0.94% | 0.69% | - |
| XYZ | 17.87 | 9.38 | 1.22 | - |
| YUV | 60.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 12 | 0 | 0.94 | 0.93 | 0.31 | 359.63 | 0.88 | 0.36 |
| Hex | AF | B | C | 0 | 5E | 5D | 1F | 168 | 58 | 24 |
| Octal | 257 | 13 | 14 | 0 | 136 | 135 | 37 | 550 | 130 | 44 |
| Binary | 10101111 | 1011 | 1100 | 0 | 1011110 | 1011101 | 11111 | 101101000 | 1011000 | 100100 |
Color Harmonies of #AF0B0C
Complementary color
Monochromatic Colors of #AF0B0C
Black with #AF0B0C
Text Example
Text Example
White with #AF0B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B0C; }
p { color: rgb(175,11,12); }
H1.HeaderClassName
{
color: #AF0B0C;
}
.AnyTagClassName
{
color: #AF0B0C;
}
</style>
background-color css
<style>
a { background-color: #AF0B0C; }
a { background-color: rgb(175,11,12); }
div.DivClassName
{
background-color: #AF0B0C;
}
.BgClassName
{
background-color: #AF0B0C;
}
</style>
border-color css
<style>
span { border-color: #AF0B0C; }
span { border-color: rgb(175,11,12); }
td.TdClassName
{
border-color: #AF0B0C;
}
.TagClassName
{
border-color: #AF0B0C;
}
</style>