COLOR #AA0000

HEX: #AA0000
RGB: (170,0,0)

Color info

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

RGB color model

#AA0000 color RGB value is (170,0,0).

  • red value is 170;
  • green value is 0;
  • blue value is 0.
RGB:
(170,0,0)
(67%,0%,0%)

RGB channels and saturation

R 170 of 255 = 67%
G 0 of 255 = 0%
B 0 of 255 = 0%

170
0
0

R + G + B ~ 22%. #AA0000 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#AA0000 color CMYK value is (0,100,100,33).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 33.33%
CMYK:
(0,100,100,33)
C0M100Y100K33 
(0%,100%,100%,33%)
(0.00/1.00/1.00/0.33)	

CMYK percentages

%0
%100
%100
%33.33

Codes

Color #AA0000 in popluar color models

AA0000
RGB17000
HSL100.00%33.33%
HSB/HSV100.00%66.67%
CMYK0.00%100.00%100.00%
33.33%

Color #AA0000 in popluar number systems.

HEXAA0000
Decimal17000
Binary1010101000
Octal25200

Shades and tints

Shades of #AA0000

#AA0000
(170,0,0)
#9B0000
(155,0,0)
#8C0000
(140,0,0)
#7D0000
(125,0,0)
#6E0000
(110,0,0)
#5F0000
(95,0,0)
#500000
(80,0,0)
#410000
(65,0,0)
#320000
(50,0,0)
#230000
(35,0,0)
#140000
(20,0,0)
#000000
(0,0,0)

Tints of #AA0000

#AA0000
(170,0,0)
#B11717
(177,23,23)
#B82E2E
(184,46,46)
#BF4545
(191,69,69)
#C65C5C
(198,92,92)
#CD7373
(205,115,115)
#D48A8A
(212,138,138)
#DBA1A1
(219,161,161)
#E2B8B8
(226,184,184)
#E9CFCF
(233,207,207)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA0000; }

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

This text font color is #AA0000.


Background Color

.myBgColor { background-color: #AA0000; }

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

This div background color is #AA0000.


Border color

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

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

This div border color is #AA0000.


Opacity

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

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

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

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

This text has shadow with #AA0000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA0000 on black background.


Color preview on white background

This text has color #AA0000 on white background.



Black color preview on #AA0000 background

This text has black color on #AA0000 background.


White color preview on #AA0000 background

This text has white color on #AA0000 background.