Shades of Venetian Red #AD080E
Tints of Venetian Red #AD080E
RGB
CMYK
RGB Variations
Color information
#AD080E (or 0xAD080E) is known color: Venetian Red. HEX triplet: AD, 08 and 0E. RGB value is (173,8,14). Sum of RGB (Red+Green+Blue) = 173+8+14=195 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.72% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 173 - color contains mainly: red. Hex color #AD080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD080E is #52F7F1. Grayscale: #3A3A3A. Windows color (decimal): -5437426 or 919725. OLE color: 919725.
HSL color Cylindrical-coordinate representation of color #AD080E: hue angle of 357.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD080E is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 14 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.32 |
| HSL | 357.82º | 0.91% | 0.35% | - |
| HSV(B) | 357.82º | 0.95% | 0.68% | - |
| XYZ | 17.4 | 9.09 | 1.25 | - |
| YUV | 58.02 | 103.16 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 14 | 0 | 0.95 | 0.92 | 0.32 | 357.82 | 0.91 | 0.35 |
| Hex | AD | 8 | E | 0 | 5F | 5C | 20 | 166 | 5B | 23 |
| Octal | 255 | 10 | 16 | 0 | 137 | 134 | 40 | 546 | 133 | 43 |
| Binary | 10101101 | 1000 | 1110 | 0 | 1011111 | 1011100 | 100000 | 101100110 | 1011011 | 100011 |
Color Harmonies of #AD080E
Complementary color
Monochromatic Colors of #AD080E
Black with #AD080E
Text Example
Text Example
White with #AD080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD080E; }
p { color: rgb(173,8,14); }
H1.HeaderClassName
{
color: #AD080E;
}
.AnyTagClassName
{
color: #AD080E;
}
</style>
background-color css
<style>
a { background-color: #AD080E; }
a { background-color: rgb(173,8,14); }
div.DivClassName
{
background-color: #AD080E;
}
.BgClassName
{
background-color: #AD080E;
}
</style>
border-color css
<style>
span { border-color: #AD080E; }
span { border-color: rgb(173,8,14); }
td.TdClassName
{
border-color: #AD080E;
}
.TagClassName
{
border-color: #AD080E;
}
</style>