Shades of Venetian Red #AF060B
Tints of Venetian Red #AF060B
RGB
CMYK
RGB Variations
Color information
#AF060B (or 0xAF060B) is known color: Venetian Red. HEX triplet: AF, 06 and 0B. RGB value is (175,6,11). Sum of RGB (Red+Green+Blue) = 175+6+11=192 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.15% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 175 - color contains mainly: red. Hex color #AF060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF060B is #50F9F4. Grayscale: #393939. Windows color (decimal): -5306869 or 722607. OLE color: 722607.
HSL color Cylindrical-coordinate representation of color #AF060B: hue angle of 358.22º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF060B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.31 |
| HSL | 358.22º | 0.93% | 0.35% | - |
| HSV(B) | 358.22º | 0.97% | 0.69% | - |
| XYZ | 17.8 | 9.27 | 1.17 | - |
| YUV | 57.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 11 | 0 | 0.97 | 0.94 | 0.31 | 358.22 | 0.93 | 0.35 |
| Hex | AF | 6 | B | 0 | 61 | 5E | 1F | 166 | 5D | 23 |
| Octal | 257 | 6 | 13 | 0 | 141 | 136 | 37 | 546 | 135 | 43 |
| Binary | 10101111 | 110 | 1011 | 0 | 1100001 | 1011110 | 11111 | 101100110 | 1011101 | 100011 |
Color Harmonies of #AF060B
Complementary color
Monochromatic Colors of #AF060B
Black with #AF060B
Text Example
Text Example
White with #AF060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF060B; }
p { color: rgb(175,6,11); }
H1.HeaderClassName
{
color: #AF060B;
}
.AnyTagClassName
{
color: #AF060B;
}
</style>
background-color css
<style>
a { background-color: #AF060B; }
a { background-color: rgb(175,6,11); }
div.DivClassName
{
background-color: #AF060B;
}
.BgClassName
{
background-color: #AF060B;
}
</style>
border-color css
<style>
span { border-color: #AF060B; }
span { border-color: rgb(175,6,11); }
td.TdClassName
{
border-color: #AF060B;
}
.TagClassName
{
border-color: #AF060B;
}
</style>