Shades of Venetian Red #AD090D
Tints of Venetian Red #AD090D
RGB
CMYK
RGB Variations
Color information
#AD090D (or 0xAD090D) is known color: Venetian Red. HEX triplet: AD, 09 and 0D. RGB value is (173,9,13). Sum of RGB (Red+Green+Blue) = 173+9+13=195 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.72% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 173 - color contains mainly: red. Hex color #AD090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD090D is #52F6F2. Grayscale: #3A3A3A. Windows color (decimal): -5437171 or 854445. OLE color: 854445.
HSL color Cylindrical-coordinate representation of color #AD090D: hue angle of 358.54º 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 #AD090D is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 13 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.32 |
| HSL | 358.54º | 0.9% | 0.36% | - |
| HSV(B) | 358.54º | 0.95% | 0.68% | - |
| XYZ | 17.4 | 9.11 | 1.22 | - |
| YUV | 58.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 13 | 0 | 0.95 | 0.92 | 0.32 | 358.54 | 0.9 | 0.36 |
| Hex | AD | 9 | D | 0 | 5F | 5C | 20 | 167 | 5A | 24 |
| Octal | 255 | 11 | 15 | 0 | 137 | 134 | 40 | 547 | 132 | 44 |
| Binary | 10101101 | 1001 | 1101 | 0 | 1011111 | 1011100 | 100000 | 101100111 | 1011010 | 100100 |
Color Harmonies of #AD090D
Complementary color
Monochromatic Colors of #AD090D
Black with #AD090D
Text Example
Text Example
White with #AD090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD090D; }
p { color: rgb(173,9,13); }
H1.HeaderClassName
{
color: #AD090D;
}
.AnyTagClassName
{
color: #AD090D;
}
</style>
background-color css
<style>
a { background-color: #AD090D; }
a { background-color: rgb(173,9,13); }
div.DivClassName
{
background-color: #AD090D;
}
.BgClassName
{
background-color: #AD090D;
}
</style>
border-color css
<style>
span { border-color: #AD090D; }
span { border-color: rgb(173,9,13); }
td.TdClassName
{
border-color: #AD090D;
}
.TagClassName
{
border-color: #AD090D;
}
</style>