Color Hex Logo

#ad291d Color Hex

#AD291D
(173,41,29)
0 Favorites   0 Comments

Color spaces of #ad291d

RGB 1734129
HSL0.010.710.40
HSV83°68°
CMYK 0.000.760.83   0.32
XYZ18.248310.55882.2387
Yxy10.55880.58780.3401
Hunter Lab32.494343.377818.6612
CIE-Lab38.827252.121939.7388

#ad291d color RGB value is (173,41,29).

#ad291d hex color red value is 173, green value is 41 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ad291d hue: 0.01 , saturation: 0.71 and the lightness value of ad291d is 0.40.

The process color (four color CMYK) of #ad291d color hex is 0.00, 0.76, 0.83, 0.32. Web safe color of #ad291d is #993333. Color #ad291d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 00011101
Octal 255 51 35
Decimal 173 41 29
Hex AD 29 1D

RGB Percentages of Color #ad291d

%71.19
%16.87
%11.93

CMYK Percentages of Color #ad291d

%0
%76
%83
%32

Triadic Colors of #ad291d

#ad291d #1dad29 #291dad

Analogous Colors of #ad291d

#ad291d #ad711d #ad1d59

Monochromatic Colors of #ad291d

#ad291d

Complementary Color

#ad291d #1da1ad

#ad291d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad291d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad291d Color CSS Codes

.mybgcolor {background-color:#ad291d; } 
.myforecolor {color:#ad291d; }
.mybordercolor {border:3px solid #ad291d; }

#ad291d Text Font Color

<p style="color:#ad291d">Text here</p>

This sample text font color is #ad291d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ad291d Background Color

<div style="background-color:#ad291d">
Div content here</div>

This div background color is #ad291d


#ad291d Border Color

<div style="border:3px solid #ad291d">
Div here</div>

This div border color is #ad291d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,41,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad291d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad291d;
  -webkit-box-shadow: 1px 1px 3px 2px #ad291d;
  box-shadow:         1px 1px 3px 2px #ad291d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,41,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad291d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ad291d;
  -webkit-box-shadow: 1px 1px 3px 2px #ad291d;
  box-shadow:         1px 1px 3px 2px #ad291d;">
Div content here</div>

This div box has shadow with color #ad291d


Comments

No comments written yet.

Please login to write comment.