Shades of Venetian Red #AF010B
Tints of Venetian Red #AF010B
RGB
CMYK
RGB Variations
Color information
#AF010B (or 0xAF010B) is known color: Venetian Red. HEX triplet: AF, 01 and 0B. RGB value is (175,1,11). Sum of RGB (Red+Green+Blue) = 175+1+11=187 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.58% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 175 - color contains mainly: red. Hex color #AF010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF010B is #50FEF4. Grayscale: #363636. Windows color (decimal): -5308149 or 721327. OLE color: 721327.
HSL color Cylindrical-coordinate representation of color #AF010B: hue angle of 356.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.31 |
| HSL | 356.55º | 0.99% | 0.35% | - |
| HSV(B) | 356.55º | 0.99% | 0.69% | - |
| XYZ | 17.75 | 9.16 | 1.15 | - |
| YUV | 54.17 | 103.65 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 11 | 0 | 0.99 | 0.94 | 0.31 | 356.55 | 0.99 | 0.35 |
| Hex | AF | 1 | B | 0 | 63 | 5E | 1F | 165 | 63 | 23 |
| Octal | 257 | 1 | 13 | 0 | 143 | 136 | 37 | 545 | 143 | 43 |
| Binary | 10101111 | 1 | 1011 | 0 | 1100011 | 1011110 | 11111 | 101100101 | 1100011 | 100011 |
Color Harmonies of #AF010B
Complementary color
Monochromatic Colors of #AF010B
Black with #AF010B
Text Example
Text Example
White with #AF010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF010B; }
p { color: rgb(175,1,11); }
H1.HeaderClassName
{
color: #AF010B;
}
.AnyTagClassName
{
color: #AF010B;
}
</style>
background-color css
<style>
a { background-color: #AF010B; }
a { background-color: rgb(175,1,11); }
div.DivClassName
{
background-color: #AF010B;
}
.BgClassName
{
background-color: #AF010B;
}
</style>
border-color css
<style>
span { border-color: #AF010B; }
span { border-color: rgb(175,1,11); }
td.TdClassName
{
border-color: #AF010B;
}
.TagClassName
{
border-color: #AF010B;
}
</style>