Shades of Venetian Red #AF091B
Tints of Venetian Red #AF091B
RGB
CMYK
RGB Variations
Color information
#AF091B (or 0xAF091B) is known color: Venetian Red. HEX triplet: AF, 09 and 1B. RGB value is (175,9,27). Sum of RGB (Red+Green+Blue) = 175+9+27=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF091B is #50F6E4. Grayscale: #3C3C3C. Windows color (decimal): -5306085 or 1771951. OLE color: 1771951.
HSL color Cylindrical-coordinate representation of color #AF091B: hue angle of 353.49º degrees, saturation: 0.9, 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 #AF091B is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 27 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.31 |
| HSL | 353.49º | 0.9% | 0.36% | - |
| HSV(B) | 353.49º | 0.95% | 0.69% | - |
| XYZ | 17.97 | 9.39 | 1.9 | - |
| YUV | 60.69 | 109 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 27 | 0 | 0.95 | 0.85 | 0.31 | 353.49 | 0.9 | 0.36 |
| Hex | AF | 9 | 1B | 0 | 5F | 55 | 1F | 161 | 5A | 24 |
| Octal | 257 | 11 | 33 | 0 | 137 | 125 | 37 | 541 | 132 | 44 |
| Binary | 10101111 | 1001 | 11011 | 0 | 1011111 | 1010101 | 11111 | 101100001 | 1011010 | 100100 |
Color Harmonies of #AF091B
Complementary color
Monochromatic Colors of #AF091B
Black with #AF091B
Text Example
Text Example
White with #AF091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF091B; }
p { color: rgb(175,9,27); }
H1.HeaderClassName
{
color: #AF091B;
}
.AnyTagClassName
{
color: #AF091B;
}
</style>
background-color css
<style>
a { background-color: #AF091B; }
a { background-color: rgb(175,9,27); }
div.DivClassName
{
background-color: #AF091B;
}
.BgClassName
{
background-color: #AF091B;
}
</style>
border-color css
<style>
span { border-color: #AF091B; }
span { border-color: rgb(175,9,27); }
td.TdClassName
{
border-color: #AF091B;
}
.TagClassName
{
border-color: #AF091B;
}
</style>