Html Css Color HEX #AD161D Venetian Red

📋 copy color: '#AD161D'

red 173 ◦ green 22 ◦ blue 29

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

Shades of Venetian Red #AD161D

Tints of Venetian Red #AD161D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 77.23%
G = 9.82%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD161D (or 0xAD161D) is known color: Venetian Red. HEX triplet: AD, 16 and 1D. RGB value is (173,22,29). Sum of RGB (Red+Green+Blue) = 173+22+29=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD161D is #52E9E2. Grayscale: #444444. Windows color (decimal): -5433827 or 1906349. OLE color: 1906349.

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

Color convert

RGB 173 22 29 -
CMYK 0 0.87 0.83 0.32
HSL 357.22º 0.77% 0.38% -
HSV(B) 357.22º 0.87% 0.68% -
XYZ 17.74 9.55 2.07 -
YUV 67.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 173 22 29 0 0.87 0.83 0.32 357.22 0.77 0.38
Hex AD 16 1D 0 57 53 20 165 4D 26
Octal 255 26 35 0 127 123 40 545 115 46
Binary 10101101 10110 11101 0 1010111 1010011 100000 101100101 1001101 100110

Color Harmonies of #AD161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD161D

Black with #AD161D

Text Example


Text Example

White with #AD161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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