Shades of Venetian Red #AD151D
Tints of Venetian Red #AD151D
RGB
CMYK
RGB Variations
Color information
#AD151D (or 0xAD151D) is known color: Venetian Red. HEX triplet: AD, 15 and 1D. RGB value is (173,21,29). Sum of RGB (Red+Green+Blue) = 173+21+29=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD151D is #52EAE2. Grayscale: #434343. Windows color (decimal): -5434083 or 1906093. OLE color: 1906093.
HSL color Cylindrical-coordinate representation of color #AD151D: hue angle of 356.84º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD151D is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 29 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.32 |
| HSL | 356.84º | 0.78% | 0.38% | - |
| HSV(B) | 356.84º | 0.88% | 0.68% | - |
| XYZ | 17.72 | 9.51 | 2.06 | - |
| YUV | 67.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 29 | 0 | 0.88 | 0.83 | 0.32 | 356.84 | 0.78 | 0.38 |
| Hex | AD | 15 | 1D | 0 | 58 | 53 | 20 | 165 | 4E | 26 |
| Octal | 255 | 25 | 35 | 0 | 130 | 123 | 40 | 545 | 116 | 46 |
| Binary | 10101101 | 10101 | 11101 | 0 | 1011000 | 1010011 | 100000 | 101100101 | 1001110 | 100110 |
Color Harmonies of #AD151D
Complementary color
Monochromatic Colors of #AD151D
Black with #AD151D
Text Example
Text Example
White with #AD151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD151D; }
p { color: rgb(173,21,29); }
H1.HeaderClassName
{
color: #AD151D;
}
.AnyTagClassName
{
color: #AD151D;
}
</style>
background-color css
<style>
a { background-color: #AD151D; }
a { background-color: rgb(173,21,29); }
div.DivClassName
{
background-color: #AD151D;
}
.BgClassName
{
background-color: #AD151D;
}
</style>
border-color css
<style>
span { border-color: #AD151D; }
span { border-color: rgb(173,21,29); }
td.TdClassName
{
border-color: #AD151D;
}
.TagClassName
{
border-color: #AD151D;
}
</style>