Shades of Venetian Red #AF091C
Tints of Venetian Red #AF091C
RGB
CMYK
RGB Variations
Color information
#AF091C (or 0xAF091C) is known color: Venetian Red. HEX triplet: AF, 09 and 1C. RGB value is (175,9,28). Sum of RGB (Red+Green+Blue) = 175+9+28=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF091C is #50F6E3. Grayscale: #3C3C3C. Windows color (decimal): -5306084 or 1837487. OLE color: 1837487.
HSL color Cylindrical-coordinate representation of color #AF091C: hue angle of 353.13º 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 #AF091C is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 28 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.31 |
| HSL | 353.13º | 0.9% | 0.36% | - |
| HSV(B) | 353.13º | 0.95% | 0.69% | - |
| XYZ | 17.99 | 9.39 | 1.96 | - |
| YUV | 60.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 28 | 0 | 0.95 | 0.84 | 0.31 | 353.13 | 0.9 | 0.36 |
| Hex | AF | 9 | 1C | 0 | 5F | 54 | 1F | 161 | 5A | 24 |
| Octal | 257 | 11 | 34 | 0 | 137 | 124 | 37 | 541 | 132 | 44 |
| Binary | 10101111 | 1001 | 11100 | 0 | 1011111 | 1010100 | 11111 | 101100001 | 1011010 | 100100 |
Color Harmonies of #AF091C
Complementary color
Monochromatic Colors of #AF091C
Black with #AF091C
Text Example
Text Example
White with #AF091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF091C; }
p { color: rgb(175,9,28); }
H1.HeaderClassName
{
color: #AF091C;
}
.AnyTagClassName
{
color: #AF091C;
}
</style>
background-color css
<style>
a { background-color: #AF091C; }
a { background-color: rgb(175,9,28); }
div.DivClassName
{
background-color: #AF091C;
}
.BgClassName
{
background-color: #AF091C;
}
</style>
border-color css
<style>
span { border-color: #AF091C; }
span { border-color: rgb(175,9,28); }
td.TdClassName
{
border-color: #AF091C;
}
.TagClassName
{
border-color: #AF091C;
}
</style>