COLOR #AE263A

HEX: #AE263A
RGB: (174,38,58)

Color info

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

RGB color model

#AE263A color RGB value is (174,38,58).

  • red value is 174;
  • green value is 38;
  • blue value is 58.
RGB:
(174,38,58)
(68%,15%,23%)

RGB channels and saturation

R 174 of 255 = 68%
G 38 of 255 = 15%
B 58 of 255 = 23%

174
38
58

R + G + B ~ 35%. #AE263A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 38 + 58 = 270 (100%)
R 174 of 270 ~ 64.44%
G 38 of 270 ~ 14.07%
B 58 of 270 ~ 21.48%

%64.44
%14.07
%21.48

CMYK color model

#AE263A color CMYK value is (0,78,67,32).

  • cyan value is 0.00%
  • magenta value is 78.16%
  • yellow value is 66.67%
  • key color value is 31.76%
CMYK:
(0,78,67,32)
C0M78Y67K32 
(0%,78%,67%,32%)
(0.00/0.78/0.67/0.32)	

CMYK percentages

%0
%78.16
%66.67
%31.76

Codes

Color #AE263A in popluar color models

AE263A
RGB1743858
HSL351°64.15%41.57%
HSB/HSV351°78.16%68.24%
CMYK0.00%78.16%66.67%
31.76%

Color #AE263A in popluar number systems.

HEXAE263A
Decimal1743858
Binary10101110100110111010
Octal2564672

Shades and tints

Shades of #AE263A

#AE263A
(174,38,58)
#9F2335
(159,35,53)
#902030
(144,32,48)
#811D2B
(129,29,43)
#721A26
(114,26,38)
#631721
(99,23,33)
#54141C
(84,20,28)
#451117
(69,17,23)
#360E12
(54,14,18)
#270B0D
(39,11,13)
#180808
(24,8,8)
#000000
(0,0,0)

Tints of #AE263A

#AE263A
(174,38,58)
#B5394B
(181,57,75)
#BC4C5C
(188,76,92)
#C35F6D
(195,95,109)
#CA727E
(202,114,126)
#D1858F
(209,133,143)
#D898A0
(216,152,160)
#DFABB1
(223,171,177)
#E6BEC2
(230,190,194)
#EDD1D3
(237,209,211)
#F4E4E4
(244,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE263A color. Also use rgb(174,38,58) instead hex code.

Text Font Color

.myTextColor { color: #AE263A; }

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

This text font color is #AE263A.


Background Color

.myBgColor { background-color: #AE263A; }

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

This div background color is #AE263A.


Border color

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

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

This div border color is #AE263A.


Opacity

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

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

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

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

This text has shadow with #AE263A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE263A on black background.


Color preview on white background

This text has color #AE263A on white background.



Black color preview on #AE263A background

This text has black color on #AE263A background.


White color preview on #AE263A background

This text has white color on #AE263A background.