Shades of Venetian Red #AD0F12
Tints of Venetian Red #AD0F12
RGB
CMYK
RGB Variations
Color information
#AD0F12 (or 0xAD0F12) is known color: Venetian Red. HEX triplet: AD, 0F and 12. RGB value is (173,15,18). Sum of RGB (Red+Green+Blue) = 173+15+18=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0F12 is #52F0ED. Grayscale: #3E3E3E. Windows color (decimal): -5435630 or 1183661. OLE color: 1183661.
HSL color Cylindrical-coordinate representation of color #AD0F12: hue angle of 358.86º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F12 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 18 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.32 |
| HSL | 358.86º | 0.84% | 0.37% | - |
| HSV(B) | 358.86º | 0.91% | 0.68% | - |
| XYZ | 17.51 | 9.27 | 1.44 | - |
| YUV | 62.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 18 | 0 | 0.91 | 0.90 | 0.32 | 358.86 | 0.84 | 0.37 |
| Hex | AD | F | 12 | 0 | 5B | 5A | 20 | 167 | 54 | 25 |
| Octal | 255 | 17 | 22 | 0 | 133 | 132 | 40 | 547 | 124 | 45 |
| Binary | 10101101 | 1111 | 10010 | 0 | 1011011 | 1011010 | 100000 | 101100111 | 1010100 | 100101 |
Color Harmonies of #AD0F12
Complementary color
Monochromatic Colors of #AD0F12
Black with #AD0F12
Text Example
Text Example
White with #AD0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F12; }
p { color: rgb(173,15,18); }
H1.HeaderClassName
{
color: #AD0F12;
}
.AnyTagClassName
{
color: #AD0F12;
}
</style>
background-color css
<style>
a { background-color: #AD0F12; }
a { background-color: rgb(173,15,18); }
div.DivClassName
{
background-color: #AD0F12;
}
.BgClassName
{
background-color: #AD0F12;
}
</style>
border-color css
<style>
span { border-color: #AD0F12; }
span { border-color: rgb(173,15,18); }
td.TdClassName
{
border-color: #AD0F12;
}
.TagClassName
{
border-color: #AD0F12;
}
</style>