COLOR #AE2A31

HEX: #AE2A31
RGB: (174,42,49)

Color info

#AE2A31 contains mainly red color. Web safe color of #AE2A31 is #993333 (or #933).

RGB color model

#AE2A31 color RGB value is (174,42,49).

  • red value is 174;
  • green value is 42;
  • blue value is 49.
RGB:
(174,42,49)
(68%,16%,19%)

RGB channels and saturation

R 174 of 255 = 68%
G 42 of 255 = 16%
B 49 of 255 = 19%

174
42
49

R + G + B ~ 34%. #AE2A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 42 + 49 = 265 (100%)
R 174 of 265 ~ 65.66%
G 42 of 265 ~ 15.85%
B 49 of 265 ~ 18.49%

%65.66
%15.85
%18.49

CMYK color model

#AE2A31 color CMYK value is (0,76,72,32).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 71.84%
  • key color value is 31.76%
CMYK:
(0,76,72,32)
C0M76Y72K32 
(0%,76%,72%,32%)
(0.00/0.76/0.72/0.32)	

CMYK percentages

%0
%75.86
%71.84
%31.76

Codes

Color #AE2A31 in popluar color models

AE2A31
RGB1744249
HSL357°61.11%42.35%
HSB/HSV357°75.86%68.24%
CMYK0.00%75.86%71.84%
31.76%

Color #AE2A31 in popluar number systems.

HEXAE2A31
Decimal1744249
Binary10101110101010110001
Octal2565261

Shades and tints

Shades of #AE2A31

#AE2A31
(174,42,49)
#9F272D
(159,39,45)
#902429
(144,36,41)
#812125
(129,33,37)
#721E21
(114,30,33)
#631B1D
(99,27,29)
#541819
(84,24,25)
#451515
(69,21,21)
#361211
(54,18,17)
#270F0D
(39,15,13)
#180C09
(24,12,9)
#000000
(0,0,0)

Tints of #AE2A31

#AE2A31
(174,42,49)
#B53D43
(181,61,67)
#BC5055
(188,80,85)
#C36367
(195,99,103)
#CA7679
(202,118,121)
#D1898B
(209,137,139)
#D89C9D
(216,156,157)
#DFAFAF
(223,175,175)
#E6C2C1
(230,194,193)
#EDD5D3
(237,213,211)
#F4E8E5
(244,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2A31 color. Also use rgb(174,42,49) instead hex code.

Text Font Color

.myTextColor { color: #AE2A31; }

<p style="color:#AE2A31">This sample text font color is #AE2A31.</p>

This text font color is #AE2A31.


Background Color

.myBgColor { background-color: #AE2A31; }

<div style="background-color:#AE2A31">Inner text</div>

This div background color is #AE2A31.


Border color

.myBorderColor { border: 1px solid #AE2A31; }

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

This div border color is #AE2A31.


Opacity

.myOpacity80 { color: #AE2A31; opacity: 0.8; }

<p style="color:#AE2A31;opacity:0.8;">80%</p>

Text with #AE2A31 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AE2A31;}

<p style="text-shadow: 3px 3px 1px #AE2A31">Text here.</p>

This text has shadow with #AE2A31 color.

.textShadow {text-shadow: 3px 3px 1px #AE2A31, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AE2A31, 5px 5px 20px red">Text here.</p>

This text has shadow with #AE2A31 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE2A31, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AE2A31, Direction=45, Strength=4)">Text</p>

This text has shadow with #AE2A31 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AE2A31;
  -webkit-box-shadow:	1px 1px 3px 2px #AE2A31;
  box-shadow:		1px 1px 3px 2px #AE2A31;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE2A31;
-webkit-box-shadow: 1px 1px 3px 2px #AE2A31;
box-shadow:1px 1px 3px 2px #AE2A31;">
Div content here</div>
This div box has shadow with color #AE2A31.

Preview

Color preview on black background

This text has color #AE2A31 on black background.


Color preview on white background

This text has color #AE2A31 on white background.



Black color preview on #AE2A31 background

This text has black color on #AE2A31 background.


White color preview on #AE2A31 background

This text has white color on #AE2A31 background.