Color Hex Logo

#ae222b Color Hex

#AE222B
(174,34,43)
0 Favorites   0 Comments

Color spaces of #ae222b

RGB 1743443
HSL0.990.670.41
HSV356°80°68°
CMYK 0.000.800.75   0.32
XYZ18.463610.31713.3038
Yxy10.31710.57550.3216
Hunter Lab32.120246.396316.3858
CIE-Lab38.405655.069031.4225

#ae222b color RGB value is (174,34,43).

#ae222b hex color red value is 174, green value is 34 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ae222b hue: 0.99 , saturation: 0.67 and the lightness value of ae222b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 00101011
Octal 256 42 53
Decimal 174 34 43
Hex AE 22 2B

RGB Percentages of Color #ae222b

%69.32
%13.55
%17.13

CMYK Percentages of Color #ae222b

%0
%80
%75
%32

Triadic Colors of #ae222b

#ae222b #2bae22 #222bae

Analogous Colors of #ae222b

#ae222b #ae5f22 #ae2271

Monochromatic Colors of #ae222b

#ae222b

Complementary Color

#ae222b #22aea5

#ae222b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae222b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae222b Color CSS Codes

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

#ae222b Text Font Color

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

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


#ae222b Background Color

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

This div background color is #ae222b


#ae222b Border Color

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

This div border color is #ae222b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae222b


Comments

No comments written yet.

Please login to write comment.