Shades of Venetian Red #AF000B
Tints of Venetian Red #AF000B
RGB
CMYK
RGB Variations
Color information
#AF000B (or 0xAF000B) is known color: Venetian Red. HEX triplet: AF, 00 and 0B. RGB value is (175,0,11). Sum of RGB (Red+Green+Blue) = 175+0+11=186 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.09% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 175 - color contains mainly: red. Hex color #AF000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF000B is #50FFF4. Grayscale: #353535. Windows color (decimal): -5308405 or 721071. OLE color: 721071.
HSL color Cylindrical-coordinate representation of color #AF000B: hue angle of 356.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.31 |
| HSL | 356.23º | 1% | 0.34% | - |
| HSV(B) | 356.23º | 1% | 0.69% | - |
| XYZ | 17.74 | 9.14 | 1.15 | - |
| YUV | 53.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 11 | 0 | 1 | 0.94 | 0.31 | 356.23 | 1 | 0.34 |
| Hex | AF | 0 | B | 0 | 64 | 5E | 1F | 164 | 64 | 22 |
| Octal | 257 | 0 | 13 | 0 | 144 | 136 | 37 | 544 | 144 | 42 |
| Binary | 10101111 | 0 | 1011 | 0 | 1100100 | 1011110 | 11111 | 101100100 | 1100100 | 100010 |
Color Harmonies of #AF000B
Complementary color
Monochromatic Colors of #AF000B
Black with #AF000B
Text Example
Text Example
White with #AF000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF000B; }
p { color: rgb(175,0,11); }
H1.HeaderClassName
{
color: #AF000B;
}
.AnyTagClassName
{
color: #AF000B;
}
</style>
background-color css
<style>
a { background-color: #AF000B; }
a { background-color: rgb(175,0,11); }
div.DivClassName
{
background-color: #AF000B;
}
.BgClassName
{
background-color: #AF000B;
}
</style>
border-color css
<style>
span { border-color: #AF000B; }
span { border-color: rgb(175,0,11); }
td.TdClassName
{
border-color: #AF000B;
}
.TagClassName
{
border-color: #AF000B;
}
</style>