Shades of Venetian Red #AF081B
Tints of Venetian Red #AF081B
RGB
CMYK
RGB Variations
Color information
#AF081B (or 0xAF081B) is known color: Venetian Red. HEX triplet: AF, 08 and 1B. RGB value is (175,8,27). Sum of RGB (Red+Green+Blue) = 175+8+27=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF081B is #50F7E4. Grayscale: #3C3C3C. Windows color (decimal): -5306341 or 1771695. OLE color: 1771695.
HSL color Cylindrical-coordinate representation of color #AF081B: hue angle of 353.17º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF081B is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 27 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.31 |
| HSL | 353.17º | 0.91% | 0.36% | - |
| HSV(B) | 353.17º | 0.95% | 0.69% | - |
| XYZ | 17.96 | 9.37 | 1.9 | - |
| YUV | 60.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 27 | 0 | 0.95 | 0.85 | 0.31 | 353.17 | 0.91 | 0.36 |
| Hex | AF | 8 | 1B | 0 | 5F | 55 | 1F | 161 | 5B | 24 |
| Octal | 257 | 10 | 33 | 0 | 137 | 125 | 37 | 541 | 133 | 44 |
| Binary | 10101111 | 1000 | 11011 | 0 | 1011111 | 1010101 | 11111 | 101100001 | 1011011 | 100100 |
Color Harmonies of #AF081B
Complementary color
Monochromatic Colors of #AF081B
Black with #AF081B
Text Example
Text Example
White with #AF081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF081B; }
p { color: rgb(175,8,27); }
H1.HeaderClassName
{
color: #AF081B;
}
.AnyTagClassName
{
color: #AF081B;
}
</style>
background-color css
<style>
a { background-color: #AF081B; }
a { background-color: rgb(175,8,27); }
div.DivClassName
{
background-color: #AF081B;
}
.BgClassName
{
background-color: #AF081B;
}
</style>
border-color css
<style>
span { border-color: #AF081B; }
span { border-color: rgb(175,8,27); }
td.TdClassName
{
border-color: #AF081B;
}
.TagClassName
{
border-color: #AF081B;
}
</style>