Html Css Color HEX #AD1320 Venetian Red

📋 copy color: '#AD1320'

red 173 ◦ green 19 ◦ blue 32

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

Shades of Venetian Red #AD1320

Tints of Venetian Red #AD1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

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

R = 77.23%
G = 8.48%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD1320 (or 0xAD1320) is known color: Venetian Red. HEX triplet: AD, 13 and 20. RGB value is (173,19,32). Sum of RGB (Red+Green+Blue) = 173+19+32=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1320 is #52ECDF. Grayscale: #424242. Windows color (decimal): -5434592 or 2102189. OLE color: 2102189.

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

Color convert

RGB 173 19 32 -
CMYK 0 0.89 0.82 0.32
HSL 354.94º 0.8% 0.38% -
HSV(B) 354.94º 0.89% 0.68% -
XYZ 17.73 9.45 2.26 -
YUV 66.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 173 19 32 0 0.89 0.82 0.32 354.94 0.8 0.38
Hex AD 13 20 0 59 52 20 163 50 26
Octal 255 23 40 0 131 122 40 543 120 46
Binary 10101101 10011 100000 0 1011001 1010010 100000 101100011 1010000 100110

Color Harmonies of #AD1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1320

Black with #AD1320

Text Example


Text Example

White with #AD1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1320; }

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

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

background-color css

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

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

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

border-color css

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

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

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