Shades of Venetian Red #AF091A
Tints of Venetian Red #AF091A
RGB
CMYK
RGB Variations
Color information
#AF091A (or 0xAF091A) is known color: Venetian Red. HEX triplet: AF, 09 and 1A. RGB value is (175,9,26). Sum of RGB (Red+Green+Blue) = 175+9+26=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF091A is #50F6E5. Grayscale: #3C3C3C. Windows color (decimal): -5306086 or 1706415. OLE color: 1706415.
HSL color Cylindrical-coordinate representation of color #AF091A: hue angle of 353.86º 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 #AF091A is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 26 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.31 |
| HSL | 353.86º | 0.9% | 0.36% | - |
| HSV(B) | 353.86º | 0.95% | 0.69% | - |
| XYZ | 17.96 | 9.38 | 1.84 | - |
| YUV | 60.57 | 108.5 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 26 | 0 | 0.95 | 0.85 | 0.31 | 353.86 | 0.9 | 0.36 |
| Hex | AF | 9 | 1A | 0 | 5F | 55 | 1F | 162 | 5A | 24 |
| Octal | 257 | 11 | 32 | 0 | 137 | 125 | 37 | 542 | 132 | 44 |
| Binary | 10101111 | 1001 | 11010 | 0 | 1011111 | 1010101 | 11111 | 101100010 | 1011010 | 100100 |
Color Harmonies of #AF091A
Complementary color
Monochromatic Colors of #AF091A
Black with #AF091A
Text Example
Text Example
White with #AF091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF091A; }
p { color: rgb(175,9,26); }
H1.HeaderClassName
{
color: #AF091A;
}
.AnyTagClassName
{
color: #AF091A;
}
</style>
background-color css
<style>
a { background-color: #AF091A; }
a { background-color: rgb(175,9,26); }
div.DivClassName
{
background-color: #AF091A;
}
.BgClassName
{
background-color: #AF091A;
}
</style>
border-color css
<style>
span { border-color: #AF091A; }
span { border-color: rgb(175,9,26); }
td.TdClassName
{
border-color: #AF091A;
}
.TagClassName
{
border-color: #AF091A;
}
</style>