Shades of Venetian Red #AD1522
Tints of Venetian Red #AD1522
RGB
CMYK
RGB Variations
Color information
#AD1522 (or 0xAD1522) is known color: Venetian Red. HEX triplet: AD, 15 and 22. RGB value is (173,21,34). Sum of RGB (Red+Green+Blue) = 173+21+34=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1522 is #52EADD. Grayscale: #444444. Windows color (decimal): -5434078 or 2233773. OLE color: 2233773.
HSL color Cylindrical-coordinate representation of color #AD1522: hue angle of 354.87º 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 #AD1522 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 34 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.32 |
| HSL | 354.87º | 0.78% | 0.38% | - |
| HSV(B) | 354.87º | 0.88% | 0.68% | - |
| XYZ | 17.79 | 9.54 | 2.42 | - |
| YUV | 67.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 34 | 0 | 0.88 | 0.80 | 0.32 | 354.87 | 0.78 | 0.38 |
| Hex | AD | 15 | 22 | 0 | 58 | 50 | 20 | 163 | 4E | 26 |
| Octal | 255 | 25 | 42 | 0 | 130 | 120 | 40 | 543 | 116 | 46 |
| Binary | 10101101 | 10101 | 100010 | 0 | 1011000 | 1010000 | 100000 | 101100011 | 1001110 | 100110 |
Color Harmonies of #AD1522
Complementary color
Monochromatic Colors of #AD1522
Black with #AD1522
Text Example
Text Example
White with #AD1522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1522; }
p { color: rgb(173,21,34); }
H1.HeaderClassName
{
color: #AD1522;
}
.AnyTagClassName
{
color: #AD1522;
}
</style>
background-color css
<style>
a { background-color: #AD1522; }
a { background-color: rgb(173,21,34); }
div.DivClassName
{
background-color: #AD1522;
}
.BgClassName
{
background-color: #AD1522;
}
</style>
border-color css
<style>
span { border-color: #AD1522; }
span { border-color: rgb(173,21,34); }
td.TdClassName
{
border-color: #AD1522;
}
.TagClassName
{
border-color: #AD1522;
}
</style>