Html Css Color HEX #AD161F Venetian Red

📋 copy color: '#AD161F'

red 173 ◦ green 22 ◦ blue 31

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

Shades of Venetian Red #AD161F

Tints of Venetian Red #AD161F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.72%

R = 76.55%
G = 9.73%
B = 13.72%

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

#AD161F (or 0xAD161F) is known color: Venetian Red. HEX triplet: AD, 16 and 1F. RGB value is (173,22,31). Sum of RGB (Red+Green+Blue) = 173+22+31=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD161F is #52E9E0. Grayscale: #444444. Windows color (decimal): -5433825 or 2037421. OLE color: 2037421.

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

Color convert

RGB 173 22 31 -
CMYK 0 0.87 0.82 0.32
HSL 356.42º 0.77% 0.38% -
HSV(B) 356.42º 0.87% 0.68% -
XYZ 17.77 9.56 2.2 -
YUV 68.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 173 22 31 0 0.87 0.82 0.32 356.42 0.77 0.38
Hex AD 16 1F 0 57 52 20 164 4D 26
Octal 255 26 37 0 127 122 40 544 115 46
Binary 10101101 10110 11111 0 1010111 1010010 100000 101100100 1001101 100110

Color Harmonies of #AD161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD161F

Black with #AD161F

Text Example


Text Example

White with #AD161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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