Shades of Venetian Red #AF0C1D
Tints of Venetian Red #AF0C1D
RGB
CMYK
RGB Variations
Color information
#AF0C1D (or 0xAF0C1D) is known color: Venetian Red. HEX triplet: AF, 0C and 1D. RGB value is (175,12,29). Sum of RGB (Red+Green+Blue) = 175+12+29=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C1D is #50F3E2. Grayscale: #3E3E3E. Windows color (decimal): -5305315 or 1903791. OLE color: 1903791.
HSL color Cylindrical-coordinate representation of color #AF0C1D: hue angle of 353.74º degrees, saturation: 0.87, 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 #AF0C1D is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 29 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.31 |
| HSL | 353.74º | 0.87% | 0.37% | - |
| HSV(B) | 353.74º | 0.93% | 0.69% | - |
| XYZ | 18.03 | 9.47 | 2.04 | - |
| YUV | 62.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 29 | 0 | 0.93 | 0.83 | 0.31 | 353.74 | 0.87 | 0.37 |
| Hex | AF | C | 1D | 0 | 5D | 53 | 1F | 162 | 57 | 25 |
| Octal | 257 | 14 | 35 | 0 | 135 | 123 | 37 | 542 | 127 | 45 |
| Binary | 10101111 | 1100 | 11101 | 0 | 1011101 | 1010011 | 11111 | 101100010 | 1010111 | 100101 |
Color Harmonies of #AF0C1D
Complementary color
Monochromatic Colors of #AF0C1D
Black with #AF0C1D
Text Example
Text Example
White with #AF0C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C1D; }
p { color: rgb(175,12,29); }
H1.HeaderClassName
{
color: #AF0C1D;
}
.AnyTagClassName
{
color: #AF0C1D;
}
</style>
background-color css
<style>
a { background-color: #AF0C1D; }
a { background-color: rgb(175,12,29); }
div.DivClassName
{
background-color: #AF0C1D;
}
.BgClassName
{
background-color: #AF0C1D;
}
</style>
border-color css
<style>
span { border-color: #AF0C1D; }
span { border-color: rgb(175,12,29); }
td.TdClassName
{
border-color: #AF0C1D;
}
.TagClassName
{
border-color: #AF0C1D;
}
</style>