Html Css Color HEX #AD1720 Venetian Red

📋 copy color: '#AD1720'

red 173 ◦ green 23 ◦ blue 32

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

Shades of Venetian Red #AD1720

Tints of Venetian Red #AD1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

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

R = 75.88%
G = 10.09%
B = 14.04%

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

#AD1720 (or 0xAD1720) is known color: Venetian Red. HEX triplet: AD, 17 and 20. RGB value is (173,23,32). Sum of RGB (Red+Green+Blue) = 173+23+32=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1720 is #52E8DF. Grayscale: #444444. Windows color (decimal): -5433568 or 2103213. OLE color: 2103213.

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

Color convert

RGB 173 23 32 -
CMYK 0 0.87 0.82 0.32
HSL 356.4º 0.77% 0.38% -
HSV(B) 356.4º 0.87% 0.68% -
XYZ 17.8 9.6 2.28 -
YUV 68.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 173 23 32 0 0.87 0.82 0.32 356.4 0.77 0.38
Hex AD 17 20 0 57 52 20 164 4D 26
Octal 255 27 40 0 127 122 40 544 115 46
Binary 10101101 10111 100000 0 1010111 1010010 100000 101100100 1001101 100110

Color Harmonies of #AD1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1720

Black with #AD1720

Text Example


Text Example

White with #AD1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1720; }

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

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

background-color css

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

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

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

border-color css

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

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

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