#AD1520

Color #AD1520 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #AD1520

Tints of Venetian Red #AD1520

Color information

#AD1520 (or 0xAD1520) is unknown color: approx Venetian Red. HEX triplet: AD, 15 and 20. RGB value is (173,21,32). Sum of RGB (Red+Green+Blue) = 173+21+32=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1520 is #52EADF. Grayscale: #434343. Windows color (decimal): -5434080 or 2102701. OLE color: 2102701.

HSL color Cylindrical-coordinate representation of color #AD1520: hue angle of 355.66º 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 #AD1520 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB1732132-
CMYK00.880.820.32
HSL355.66º78.35%38.04%-
HSV(B)355.66º87.86%67.84%-
XYZ17.769.522.27-
YUV67.7107.86203.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 76.55%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 32 (12.89% from 255) = 14.16%
R=76.55%
G=9.29%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173213200.880.820.32355.6678.3538.04
HexAD152005852201644e26
Octal255254001301224054411646
Binary10101101101011000000101100010100101000001011001001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1520; }

 p { color: rgb(173,21,32); }

 H1.HeaderClassName
 {
   color: #AD1520;
 }
 .AnyTagClassName
 {
   color: #AD1520;
 }
</style>
background-color css

<style>
 a { background-color: #AD1520; }

 a { background-color: rgb(173,21,32); }

 div.DivClassName
 {
   background-color: #AD1520;
 }
 .BgClassName
 {
   background-color: #AD1520;
 }
</style>
border-color css

<style>
 span { border-color: #AD1520; }

 span { border-color: rgb(173,21,32); }

 td.TdClassName
 {
   border-color: #AD1520;
 }
 .TagClassName
 {
   border-color: #AD1520;
 }
</style>