COLOR #AE222B

HEX: #AE222B RGB: (174,34,43)

Color info

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

RGB color model

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

RGB: (174,34,43) (68%, 13%, 17%)

RGB channels and saturation

R 174 of 255 = 68%
G 34 of 255 = 13%
B 43 of 255 = 17%

174
34
43

R + G + B ~ 33%. #AE222B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 174 + 34 + 43 = 251 (100%)
R 174 of 251 ~ 69.32%
G 34 of 251 ~ 13.55%
B 43 of 251 ~ 17.13'%

%69.32
%13.55
%17.13

CMYK color model

#AE222B color CMYK value is (0,80,75,32).

  • cyan value is 0.00%
  • magenta value is 80.46%
  • yellow value is 75.29%
  • key color value is 31.76%
CMYK: (0,80,75,32) C0M80Y75K32 (0%,80%,75%,32%) (0.00/0.80/0.75/0.32) 

CMYK percentages

%0
%80.46
%75.29
%31.76

Codes

Color #AE222B in popluar color models

AE 22 2B
RGB 174 34 43
HSL 356° 67.31% 40.78%
HSB/HSV 356° 80.46% 68.24%
CMYK 0.00% 80.46% 75.29%
31.76%

Color #AE222B in popluar number systems.

HEX AE 22 2B
Decimal 174 34 43
Binary 10101110 100010 101011
Octal 256 42 53

Shades and tints

Shades of #AE222B

#AE222B
(174,34,43)
#9F1F28
(159,31,40)
#901C25
(144,28,37)
#811922
(129,25,34)
#72161F
(114,22,31)
#63131C
(99,19,28)
#541019
(84,16,25)
#450D16
(69,13,22)
#360A13
(54,10,19)
#270710
(39,7,16)
#18040D
(24,4,13)
#000000
(0,0,0)

Tints of #AE222B

#AE222B
(174,34,43)
#B5363E
(181,54,62)
#BC4A51
(188,74,81)
#C35E64
(195,94,100)
#CA7277
(202,114,119)
#D1868A
(209,134,138)
#D89A9D
(216,154,157)
#DFAEB0
(223,174,176)
#E6C2C3
(230,194,195)
#EDD6D6
(237,214,214)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE222B color. Also use rgb(174,34,43) instead hex code.

Text Font Color

.myTextColor { color: #AE222B; }

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

This text font color is #AE222B.

Background Color

.myBgColor { background-color: #AE222B; }

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

This div background color is #AE222B.

Border color

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

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

This div border color is #AE222B.

Opacity

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

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

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

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

This text has shadow with #AE222B color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #AE222B on black background.


Color preview on white background

This text has color #AE222B on white background.


Black color preview on #AE222B background

This text has black color on #AE222B background.


White color preview on #AE222B background

This text has white color on #AE222B background.


Related colors

Complementary color

Complementary color for #hex is #51DDD4.


I love getcolorcode.com

Triadic colors

1 #2BAE22 and #222BAE with #AE222B are triadic colors.

2 #2B22AE and #22AE2B with #AE222B are triadic colors.