COLOR #AE2029

HEX: #AE2029
RGB: (174,32,41)

Color info

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

RGB color model

#AE2029 color RGB value is (174,32,41).

  • red value is 174;
  • green value is 32;
  • blue value is 41.
RGB:
(174,32,41)
(68%,13%,16%)

RGB channels and saturation

R 174 of 255 = 68%
G 32 of 255 = 13%
B 41 of 255 = 16%

174
32
41

R + G + B ~ 32%. #AE2029 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 32 + 41 = 247 (100%)
R 174 of 247 ~ 70.45%
G 32 of 247 ~ 12.96%
B 41 of 247 ~ 16.6%

%70.45
%12.96
%16.6

CMYK color model

#AE2029 color CMYK value is (0,82,76,32).

  • cyan value is 0.00%
  • magenta value is 81.61%
  • yellow value is 76.44%
  • key color value is 31.76%
CMYK:
(0,82,76,32)
C0M82Y76K32 
(0%,82%,76%,32%)
(0.00/0.82/0.76/0.32)	

CMYK percentages

%0
%81.61
%76.44
%31.76

Codes

Color #AE2029 in popluar color models

AE2029
RGB1743241
HSL356°68.93%40.39%
HSB/HSV356°81.61%68.24%
CMYK0.00%81.61%76.44%
31.76%

Color #AE2029 in popluar number systems.

HEXAE2029
Decimal1743241
Binary10101110100000101001
Octal2564051

Shades and tints

Shades of #AE2029

#AE2029
(174,32,41)
#9F1E26
(159,30,38)
#901C23
(144,28,35)
#811A20
(129,26,32)
#72181D
(114,24,29)
#63161A
(99,22,26)
#541417
(84,20,23)
#451214
(69,18,20)
#361011
(54,16,17)
#270E0E
(39,14,14)
#180C0B
(24,12,11)
#000000
(0,0,0)

Tints of #AE2029

#AE2029
(174,32,41)
#B5343C
(181,52,60)
#BC484F
(188,72,79)
#C35C62
(195,92,98)
#CA7075
(202,112,117)
#D18488
(209,132,136)
#D8989B
(216,152,155)
#DFACAE
(223,172,174)
#E6C0C1
(230,192,193)
#EDD4D4
(237,212,212)
#F4E8E7
(244,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2029 color. Also use rgb(174,32,41) instead hex code.

Text Font Color

.myTextColor { color: #AE2029; }

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

This text font color is #AE2029.


Background Color

.myBgColor { background-color: #AE2029; }

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

This div background color is #AE2029.


Border color

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

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

This div border color is #AE2029.


Opacity

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

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

Text with #AE2029 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 #AE2029;}

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

This text has shadow with #AE2029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE2029 on black background.


Color preview on white background

This text has color #AE2029 on white background.



Black color preview on #AE2029 background

This text has black color on #AE2029 background.


White color preview on #AE2029 background

This text has white color on #AE2029 background.