Shades of Venetian Red #AD090C
Tints of Venetian Red #AD090C
RGB
CMYK
RGB Variations
Color information
#AD090C (or 0xAD090C) is known color: Venetian Red. HEX triplet: AD, 09 and 0C. RGB value is (173,9,12). Sum of RGB (Red+Green+Blue) = 173+9+12=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD090C is #52F6F3. Grayscale: #3A3A3A. Windows color (decimal): -5437172 or 788909. OLE color: 788909.
HSL color Cylindrical-coordinate representation of color #AD090C: hue angle of 358.9º 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 #AD090C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 12 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.32 |
| HSL | 358.9º | 0.9% | 0.36% | - |
| HSV(B) | 358.9º | 0.95% | 0.68% | - |
| XYZ | 17.4 | 9.11 | 1.19 | - |
| YUV | 58.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 12 | 0 | 0.95 | 0.93 | 0.32 | 358.9 | 0.9 | 0.36 |
| Hex | AD | 9 | C | 0 | 5F | 5D | 20 | 167 | 5A | 24 |
| Octal | 255 | 11 | 14 | 0 | 137 | 135 | 40 | 547 | 132 | 44 |
| Binary | 10101101 | 1001 | 1100 | 0 | 1011111 | 1011101 | 100000 | 101100111 | 1011010 | 100100 |
Color Harmonies of #AD090C
Complementary color
Monochromatic Colors of #AD090C
Black with #AD090C
Text Example
Text Example
White with #AD090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD090C; }
p { color: rgb(173,9,12); }
H1.HeaderClassName
{
color: #AD090C;
}
.AnyTagClassName
{
color: #AD090C;
}
</style>
background-color css
<style>
a { background-color: #AD090C; }
a { background-color: rgb(173,9,12); }
div.DivClassName
{
background-color: #AD090C;
}
.BgClassName
{
background-color: #AD090C;
}
</style>
border-color css
<style>
span { border-color: #AD090C; }
span { border-color: rgb(173,9,12); }
td.TdClassName
{
border-color: #AD090C;
}
.TagClassName
{
border-color: #AD090C;
}
</style>