COLOR #AA202D

HEX: #AA202D
RGB: (170,32,45)

Color info

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

RGB color model

#AA202D color RGB value is (170,32,45).

  • red value is 170;
  • green value is 32;
  • blue value is 45.
RGB:
(170,32,45)
(67%,13%,18%)

RGB channels and saturation

R 170 of 255 = 67%
G 32 of 255 = 13%
B 45 of 255 = 18%

170
32
45

R + G + B ~ 33%. #AA202D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 32 + 45 = 247 (100%)
R 170 of 247 ~ 68.83%
G 32 of 247 ~ 12.96%
B 45 of 247 ~ 18.22%

%68.83
%12.96
%18.22

CMYK color model

#AA202D color CMYK value is (0,81,74,33).

  • cyan value is 0.00%
  • magenta value is 81.18%
  • yellow value is 73.53%
  • key color value is 33.33%
CMYK:
(0,81,74,33)
C0M81Y74K33 
(0%,81%,74%,33%)
(0.00/0.81/0.74/0.33)	

CMYK percentages

%0
%81.18
%73.53
%33.33

Codes

Color #AA202D in popluar color models

AA202D
RGB1703245
HSL354°68.32%39.61%
HSB/HSV354°81.18%66.67%
CMYK0.00%81.18%73.53%
33.33%

Color #AA202D in popluar number systems.

HEXAA202D
Decimal1703245
Binary10101010100000101101
Octal2524055

Shades and tints

Shades of #AA202D

#AA202D
(170,32,45)
#9B1E29
(155,30,41)
#8C1C25
(140,28,37)
#7D1A21
(125,26,33)
#6E181D
(110,24,29)
#5F1619
(95,22,25)
#501415
(80,20,21)
#411211
(65,18,17)
#32100D
(50,16,13)
#230E09
(35,14,9)
#140C05
(20,12,5)
#000000
(0,0,0)

Tints of #AA202D

#AA202D
(170,32,45)
#B13440
(177,52,64)
#B84853
(184,72,83)
#BF5C66
(191,92,102)
#C67079
(198,112,121)
#CD848C
(205,132,140)
#D4989F
(212,152,159)
#DBACB2
(219,172,178)
#E2C0C5
(226,192,197)
#E9D4D8
(233,212,216)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA202D; }

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

This text font color is #AA202D.


Background Color

.myBgColor { background-color: #AA202D; }

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

This div background color is #AA202D.


Border color

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

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

This div border color is #AA202D.


Opacity

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

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

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

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

This text has shadow with #AA202D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA202D on black background.


Color preview on white background

This text has color #AA202D on white background.



Black color preview on #AA202D background

This text has black color on #AA202D background.


White color preview on #AA202D background

This text has white color on #AA202D background.