COLOR #AE1410

HEX: #AE1410
RGB: (174,20,16)

Color info

#AE1410 contains mainly red color. Web safe color of #AE1410 is #990000 (or #900).

RGB color model

#AE1410 color RGB value is (174,20,16).

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

RGB channels and saturation

R 174 of 255 = 68%
G 20 of 255 = 8%
B 16 of 255 = 6%

174
20
16

R + G + B ~ 27%. #AE1410 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 20 + 16 = 210 (100%)
R 174 of 210 ~ 82.86%
G 20 of 210 ~ 9.52%
B 16 of 210 ~ 7.62%

%82.86
%9.52

CMYK color model

#AE1410 color CMYK value is (0,89,91,32).

  • cyan value is 0.00%
  • magenta value is 88.51%
  • yellow value is 90.80%
  • key color value is 31.76%
CMYK:
(0,89,91,32)
C0M89Y91K32 
(0%,89%,91%,32%)
(0.00/0.89/0.91/0.32)	

CMYK percentages

%0
%88.51
%90.8
%31.76

Codes

Color #AE1410 in popluar color models

AE1410
RGB1742016
HSL83.16%37.25%
HSB/HSV90.80%68.24%
CMYK0.00%88.51%90.80%
31.76%

Color #AE1410 in popluar number systems.

HEXAE1410
Decimal1742016
Binary101011101010010000
Octal2562420

Shades and tints

Shades of #AE1410

#AE1410
(174,20,16)
#9F130F
(159,19,15)
#90120E
(144,18,14)
#81110D
(129,17,13)
#72100C
(114,16,12)
#630F0B
(99,15,11)
#540E0A
(84,14,10)
#450D09
(69,13,9)
#360C08
(54,12,8)
#270B07
(39,11,7)
#180A06
(24,10,6)
#000000
(0,0,0)

Tints of #AE1410

#AE1410
(174,20,16)
#B52925
(181,41,37)
#BC3E3A
(188,62,58)
#C3534F
(195,83,79)
#CA6864
(202,104,100)
#D17D79
(209,125,121)
#D8928E
(216,146,142)
#DFA7A3
(223,167,163)
#E6BCB8
(230,188,184)
#EDD1CD
(237,209,205)
#F4E6E2
(244,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE1410; }

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

This text font color is #AE1410.


Background Color

.myBgColor { background-color: #AE1410; }

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

This div background color is #AE1410.


Border color

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

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

This div border color is #AE1410.


Opacity

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

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

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

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

This text has shadow with #AE1410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE1410 on black background.


Color preview on white background

This text has color #AE1410 on white background.



Black color preview on #AE1410 background

This text has black color on #AE1410 background.


White color preview on #AE1410 background

This text has white color on #AE1410 background.