Color Hex Logo

#ae292c Color Hex

#AE292C
(174,41,44)
0 Favorites   0 Comments

Color spaces of #ae292c

RGB 1744144
HSL1.000.620.42
HSV359°76°68°
CMYK 0.000.760.75   0.32
XYZ18.703110.76643.4752
Yxy10.76640.56770.3268
Hunter Lab32.812244.324516.6890
CIE-Lab39.184252.959831.7042

#ae292c color RGB value is (174,41,44).

#ae292c hex color red value is 174, green value is 41 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae292c hue: 1.00 , saturation: 0.62 and the lightness value of ae292c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 00101100
Octal 256 51 54
Decimal 174 41 44
Hex AE 29 2C

RGB Percentages of Color #ae292c

%67.18
%15.83
%16.99

CMYK Percentages of Color #ae292c

%0
%76
%75
%32

Triadic Colors of #ae292c

#ae292c #2cae29 #292cae

Analogous Colors of #ae292c

#ae292c #ae6929 #ae296f

Monochromatic Colors of #ae292c

#ae292c

Complementary Color

#ae292c #29aeab

#ae292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae292c Color CSS Codes

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

#ae292c Text Font Color

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

This sample text font color is #ae292c
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.


#ae292c Background Color

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

This div background color is #ae292c


#ae292c Border Color

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

This div border color is #ae292c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae292c


Comments

No comments written yet.

Please login to write comment.