Shades of Venetian Red #AD191B
Tints of Venetian Red #AD191B
RGB
CMYK
RGB Variations
Color information
#AD191B (or 0xAD191B) is known color: Venetian Red. HEX triplet: AD, 19 and 1B. RGB value is (173,25,27). Sum of RGB (Red+Green+Blue) = 173+25+27=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD191B is #52E6E4. Grayscale: #454545. Windows color (decimal): -5433061 or 1776045. OLE color: 1776045.
HSL color Cylindrical-coordinate representation of color #AD191B: hue angle of 359.19º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD191B is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 27 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.32 |
| HSL | 359.19º | 0.75% | 0.39% | - |
| HSV(B) | 359.19º | 0.86% | 0.68% | - |
| XYZ | 17.78 | 9.66 | 1.96 | - |
| YUV | 69.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 27 | 0 | 0.86 | 0.84 | 0.32 | 359.19 | 0.75 | 0.39 |
| Hex | AD | 19 | 1B | 0 | 56 | 54 | 20 | 167 | 4B | 27 |
| Octal | 255 | 31 | 33 | 0 | 126 | 124 | 40 | 547 | 113 | 47 |
| Binary | 10101101 | 11001 | 11011 | 0 | 1010110 | 1010100 | 100000 | 101100111 | 1001011 | 100111 |
Color Harmonies of #AD191B
Complementary color
Monochromatic Colors of #AD191B
Black with #AD191B
Text Example
Text Example
White with #AD191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD191B; }
p { color: rgb(173,25,27); }
H1.HeaderClassName
{
color: #AD191B;
}
.AnyTagClassName
{
color: #AD191B;
}
</style>
background-color css
<style>
a { background-color: #AD191B; }
a { background-color: rgb(173,25,27); }
div.DivClassName
{
background-color: #AD191B;
}
.BgClassName
{
background-color: #AD191B;
}
</style>
border-color css
<style>
span { border-color: #AD191B; }
span { border-color: rgb(173,25,27); }
td.TdClassName
{
border-color: #AD191B;
}
.TagClassName
{
border-color: #AD191B;
}
</style>