Html Css Color HEX #AD1620 Venetian Red

📋 copy color: '#AD1620'

red 173 ◦ green 22 ◦ blue 32

#AD1620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #AD1620

Tints of Venetian Red #AD1620

RGB

 RED value IS 173 (67.97% from 255) = 76.21%

 GREEN value IS 22 (8.98% from 255) = 9.69%

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 76.21%
G = 9.69%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD1620 (or 0xAD1620) is known color: Venetian Red. HEX triplet: AD, 16 and 20. RGB value is (173,22,32). Sum of RGB (Red+Green+Blue) = 173+22+32=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1620 is #52E9DF. Grayscale: #444444. Windows color (decimal): -5433824 or 2102957. OLE color: 2102957.

HSL color Cylindrical-coordinate representation of color #AD1620: hue angle of 356.03º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1620 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 22 32 -
CMYK 0 0.87 0.82 0.32
HSL 356.03º 0.77% 0.38% -
HSV(B) 356.03º 0.87% 0.68% -
XYZ 17.78 9.56 2.28 -
YUV 68.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 173 22 32 0 0.87 0.82 0.32 356.03 0.77 0.38
Hex AD 16 20 0 57 52 20 164 4D 26
Octal 255 26 40 0 127 122 40 544 115 46
Binary 10101101 10110 100000 0 1010111 1010010 100000 101100100 1001101 100110

Color Harmonies of #AD1620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1620

Black with #AD1620

Text Example


Text Example

White with #AD1620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1620; }

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

 H1.HeaderClassName
 {
   color: #AD1620;
 }
 .AnyTagClassName
 {
   color: #AD1620;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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