COLOR #AE0000

HEX: #AE0000
RGB: (174,0,0)

Color info

#AE0000 contains only red color. Web safe color of #AE0000 is #990000 (or #900).

RGB color model

#AE0000 color RGB value is (174,0,0).

  • red value is 174;
  • green value is 0;
  • blue value is 0.
RGB:
(174,0,0)
(68%,0%,0%)

RGB channels and saturation

R 174 of 255 = 68%
G 0 of 255 = 0%
B 0 of 255 = 0%

174
0
0

R + G + B ~ 23%. #AE0000 is dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 0 + 0 = 174 (100%)
R 174 of 174 ~ 100%
G 0 of 174 ~ 0%
B 0 of 174 ~ 0%

%100

CMYK color model

#AE0000 color CMYK value is (0,100,100,32).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 31.76%
CMYK:
(0,100,100,32)
C0M100Y100K32 
(0%,100%,100%,32%)
(0.00/1.00/1.00/0.32)	

CMYK percentages

%0
%100
%100
%31.76

Codes

Color #AE0000 in popluar color models

AE0000
RGB17400
HSL100.00%34.12%
HSB/HSV100.00%68.24%
CMYK0.00%100.00%100.00%
31.76%

Color #AE0000 in popluar number systems.

HEXAE0000
Decimal17400
Binary1010111000
Octal25600

Shades and tints

Shades of #AE0000

#AE0000
(174,0,0)
#9F0000
(159,0,0)
#900000
(144,0,0)
#810000
(129,0,0)
#720000
(114,0,0)
#630000
(99,0,0)
#540000
(84,0,0)
#450000
(69,0,0)
#360000
(54,0,0)
#270000
(39,0,0)
#180000
(24,0,0)
#000000
(0,0,0)

Tints of #AE0000

#AE0000
(174,0,0)
#B51717
(181,23,23)
#BC2E2E
(188,46,46)
#C34545
(195,69,69)
#CA5C5C
(202,92,92)
#D17373
(209,115,115)
#D88A8A
(216,138,138)
#DFA1A1
(223,161,161)
#E6B8B8
(230,184,184)
#EDCFCF
(237,207,207)
#F4E6E6
(244,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE0000; }

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

This text font color is #AE0000.


Background Color

.myBgColor { background-color: #AE0000; }

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

This div background color is #AE0000.


Border color

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

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

This div border color is #AE0000.


Opacity

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

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

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

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

This text has shadow with #AE0000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE0000 on black background.


Color preview on white background

This text has color #AE0000 on white background.



Black color preview on #AE0000 background

This text has black color on #AE0000 background.


White color preview on #AE0000 background

This text has white color on #AE0000 background.