Shades of Venetian Red #AD090E
Tints of Venetian Red #AD090E
RGB
CMYK
RGB Variations
Color information
#AD090E (or 0xAD090E) is known color: Venetian Red. HEX triplet: AD, 09 and 0E. RGB value is (173,9,14). Sum of RGB (Red+Green+Blue) = 173+9+14=196 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.27% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 173 - color contains mainly: red. Hex color #AD090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD090E is #52F6F1. Grayscale: #3A3A3A. Windows color (decimal): -5437170 or 919981. OLE color: 919981.
HSL color Cylindrical-coordinate representation of color #AD090E: hue angle of 358.17º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD090E is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 14 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.32 |
| HSL | 358.17º | 0.9% | 0.36% | - |
| HSV(B) | 358.17º | 0.95% | 0.68% | - |
| XYZ | 17.41 | 9.11 | 1.26 | - |
| YUV | 58.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 14 | 0 | 0.95 | 0.92 | 0.32 | 358.17 | 0.9 | 0.36 |
| Hex | AD | 9 | E | 0 | 5F | 5C | 20 | 166 | 5A | 24 |
| Octal | 255 | 11 | 16 | 0 | 137 | 134 | 40 | 546 | 132 | 44 |
| Binary | 10101101 | 1001 | 1110 | 0 | 1011111 | 1011100 | 100000 | 101100110 | 1011010 | 100100 |
Color Harmonies of #AD090E
Complementary color
Monochromatic Colors of #AD090E
Black with #AD090E
Text Example
Text Example
White with #AD090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD090E; }
p { color: rgb(173,9,14); }
H1.HeaderClassName
{
color: #AD090E;
}
.AnyTagClassName
{
color: #AD090E;
}
</style>
background-color css
<style>
a { background-color: #AD090E; }
a { background-color: rgb(173,9,14); }
div.DivClassName
{
background-color: #AD090E;
}
.BgClassName
{
background-color: #AD090E;
}
</style>
border-color css
<style>
span { border-color: #AD090E; }
span { border-color: rgb(173,9,14); }
td.TdClassName
{
border-color: #AD090E;
}
.TagClassName
{
border-color: #AD090E;
}
</style>