Shades of Venetian Red #AF0A1B
Tints of Venetian Red #AF0A1B
RGB
CMYK
RGB Variations
Color information
#AF0A1B (or 0xAF0A1B) is known color: Venetian Red. HEX triplet: AF, 0A and 1B. RGB value is (175,10,27). Sum of RGB (Red+Green+Blue) = 175+10+27=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A1B is #50F5E4. Grayscale: #3D3D3D. Windows color (decimal): -5305829 or 1772207. OLE color: 1772207.
HSL color Cylindrical-coordinate representation of color #AF0A1B: hue angle of 353.82º degrees, saturation: 0.89, 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 #AF0A1B is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 27 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.31 |
| HSL | 353.82º | 0.89% | 0.36% | - |
| HSV(B) | 353.82º | 0.94% | 0.69% | - |
| XYZ | 17.99 | 9.41 | 1.91 | - |
| YUV | 61.27 | 108.66 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 27 | 0 | 0.94 | 0.85 | 0.31 | 353.82 | 0.89 | 0.36 |
| Hex | AF | A | 1B | 0 | 5E | 55 | 1F | 162 | 59 | 24 |
| Octal | 257 | 12 | 33 | 0 | 136 | 125 | 37 | 542 | 131 | 44 |
| Binary | 10101111 | 1010 | 11011 | 0 | 1011110 | 1010101 | 11111 | 101100010 | 1011001 | 100100 |
Color Harmonies of #AF0A1B
Complementary color
Monochromatic Colors of #AF0A1B
Black with #AF0A1B
Text Example
Text Example
White with #AF0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A1B; }
p { color: rgb(175,10,27); }
H1.HeaderClassName
{
color: #AF0A1B;
}
.AnyTagClassName
{
color: #AF0A1B;
}
</style>
background-color css
<style>
a { background-color: #AF0A1B; }
a { background-color: rgb(175,10,27); }
div.DivClassName
{
background-color: #AF0A1B;
}
.BgClassName
{
background-color: #AF0A1B;
}
</style>
border-color css
<style>
span { border-color: #AF0A1B; }
span { border-color: rgb(175,10,27); }
td.TdClassName
{
border-color: #AF0A1B;
}
.TagClassName
{
border-color: #AF0A1B;
}
</style>