Shades of Venetian Red #AD141B
Tints of Venetian Red #AD141B
RGB
CMYK
RGB Variations
Color information
#AD141B (or 0xAD141B) is known color: Venetian Red. HEX triplet: AD, 14 and 1B. RGB value is (173,20,27). Sum of RGB (Red+Green+Blue) = 173+20+27=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD141B is #52EBE4. Grayscale: #424242. Windows color (decimal): -5434341 or 1774765. OLE color: 1774765.
HSL color Cylindrical-coordinate representation of color #AD141B: hue angle of 357.25º degrees, saturation: 0.79, 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 #AD141B is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 27 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.32 |
| HSL | 357.25º | 0.79% | 0.38% | - |
| HSV(B) | 357.25º | 0.88% | 0.68% | - |
| XYZ | 17.68 | 9.46 | 1.93 | - |
| YUV | 66.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 27 | 0 | 0.88 | 0.84 | 0.32 | 357.25 | 0.79 | 0.38 |
| Hex | AD | 14 | 1B | 0 | 58 | 54 | 20 | 165 | 4F | 26 |
| Octal | 255 | 24 | 33 | 0 | 130 | 124 | 40 | 545 | 117 | 46 |
| Binary | 10101101 | 10100 | 11011 | 0 | 1011000 | 1010100 | 100000 | 101100101 | 1001111 | 100110 |
Color Harmonies of #AD141B
Complementary color
Monochromatic Colors of #AD141B
Black with #AD141B
Text Example
Text Example
White with #AD141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD141B; }
p { color: rgb(173,20,27); }
H1.HeaderClassName
{
color: #AD141B;
}
.AnyTagClassName
{
color: #AD141B;
}
</style>
background-color css
<style>
a { background-color: #AD141B; }
a { background-color: rgb(173,20,27); }
div.DivClassName
{
background-color: #AD141B;
}
.BgClassName
{
background-color: #AD141B;
}
</style>
border-color css
<style>
span { border-color: #AD141B; }
span { border-color: rgb(173,20,27); }
td.TdClassName
{
border-color: #AD141B;
}
.TagClassName
{
border-color: #AD141B;
}
</style>