COLOR #AE1037

HEX: #AE1037
RGB: (174,16,55)

Color info

#AE1037 contains mainly red color. Web safe color of #AE1037 is #990033 (or #903).

RGB color model

#AE1037 color RGB value is (174,16,55).

  • red value is 174;
  • green value is 16;
  • blue value is 55.
RGB:
(174,16,55)
(68%,6%,22%)

RGB channels and saturation

R 174 of 255 = 68%
G 16 of 255 = 6%
B 55 of 255 = 22%

174
16
55

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

Portions of RGB colors in percentages

R + G + B =
174 + 16 + 55 = 245 (100%)
R 174 of 245 ~ 71.02%
G 16 of 245 ~ 6.53%
B 55 of 245 ~ 22.45%

%71.02
%22.45

CMYK color model

#AE1037 color CMYK value is (0,91,68,32).

  • cyan value is 0.00%
  • magenta value is 90.80%
  • yellow value is 68.39%
  • key color value is 31.76%
CMYK:
(0,91,68,32)
C0M91Y68K32 
(0%,91%,68%,32%)
(0.00/0.91/0.68/0.32)	

CMYK percentages

%0
%90.8
%68.39
%31.76

Codes

Color #AE1037 in popluar color models

AE1037
RGB1741655
HSL345°83.16%37.25%
HSB/HSV345°90.80%68.24%
CMYK0.00%90.80%68.39%
31.76%

Color #AE1037 in popluar number systems.

HEXAE1037
Decimal1741655
Binary1010111010000110111
Octal2562067

Shades and tints

Shades of #AE1037

#AE1037
(174,16,55)
#9F0F32
(159,15,50)
#900E2D
(144,14,45)
#810D28
(129,13,40)
#720C23
(114,12,35)
#630B1E
(99,11,30)
#540A19
(84,10,25)
#450914
(69,9,20)
#36080F
(54,8,15)
#27070A
(39,7,10)
#180605
(24,6,5)
#000000
(0,0,0)

Tints of #AE1037

#AE1037
(174,16,55)
#B52549
(181,37,73)
#BC3A5B
(188,58,91)
#C34F6D
(195,79,109)
#CA647F
(202,100,127)
#D17991
(209,121,145)
#D88EA3
(216,142,163)
#DFA3B5
(223,163,181)
#E6B8C7
(230,184,199)
#EDCDD9
(237,205,217)
#F4E2EB
(244,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE1037 color. Also use rgb(174,16,55) instead hex code.

Text Font Color

.myTextColor { color: #AE1037; }

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

This text font color is #AE1037.


Background Color

.myBgColor { background-color: #AE1037; }

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

This div background color is #AE1037.


Border color

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

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

This div border color is #AE1037.


Opacity

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

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

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

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

This text has shadow with #AE1037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE1037 on black background.


Color preview on white background

This text has color #AE1037 on white background.



Black color preview on #AE1037 background

This text has black color on #AE1037 background.


White color preview on #AE1037 background

This text has white color on #AE1037 background.