Shades of Venetian Red #AF0D1A
Tints of Venetian Red #AF0D1A
RGB
CMYK
RGB Variations
Color information
#AF0D1A (or 0xAF0D1A) is known color: Venetian Red. HEX triplet: AF, 0D and 1A. RGB value is (175,13,26). Sum of RGB (Red+Green+Blue) = 175+13+26=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D1A is #50F2E5. Grayscale: #3F3F3F. Windows color (decimal): -5305062 or 1707439. OLE color: 1707439.
HSL color Cylindrical-coordinate representation of color #AF0D1A: hue angle of 355.19º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D1A is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 26 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.31 |
| HSL | 355.19º | 0.86% | 0.37% | - |
| HSV(B) | 355.19º | 0.93% | 0.69% | - |
| XYZ | 18.01 | 9.48 | 1.86 | - |
| YUV | 62.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 26 | 0 | 0.93 | 0.85 | 0.31 | 355.19 | 0.86 | 0.37 |
| Hex | AF | D | 1A | 0 | 5D | 55 | 1F | 163 | 56 | 25 |
| Octal | 257 | 15 | 32 | 0 | 135 | 125 | 37 | 543 | 126 | 45 |
| Binary | 10101111 | 1101 | 11010 | 0 | 1011101 | 1010101 | 11111 | 101100011 | 1010110 | 100101 |
Color Harmonies of #AF0D1A
Complementary color
Monochromatic Colors of #AF0D1A
Black with #AF0D1A
Text Example
Text Example
White with #AF0D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D1A; }
p { color: rgb(175,13,26); }
H1.HeaderClassName
{
color: #AF0D1A;
}
.AnyTagClassName
{
color: #AF0D1A;
}
</style>
background-color css
<style>
a { background-color: #AF0D1A; }
a { background-color: rgb(175,13,26); }
div.DivClassName
{
background-color: #AF0D1A;
}
.BgClassName
{
background-color: #AF0D1A;
}
</style>
border-color css
<style>
span { border-color: #AF0D1A; }
span { border-color: rgb(175,13,26); }
td.TdClassName
{
border-color: #AF0D1A;
}
.TagClassName
{
border-color: #AF0D1A;
}
</style>