COLOR #AA2930

HEX: #AA2930
RGB: (170,41,48)

Color info

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

RGB color model

#AA2930 color RGB value is (170,41,48).

  • red value is 170;
  • green value is 41;
  • blue value is 48.
RGB:
(170,41,48)
(67%,16%,19%)

RGB channels and saturation

R 170 of 255 = 67%
G 41 of 255 = 16%
B 48 of 255 = 19%

170
41
48

R + G + B ~ 34%. #AA2930 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 41 + 48 = 259 (100%)
R 170 of 259 ~ 65.64%
G 41 of 259 ~ 15.83%
B 48 of 259 ~ 18.53%

%65.64
%15.83
%18.53

CMYK color model

#AA2930 color CMYK value is (0,76,72,33).

  • cyan value is 0.00%
  • magenta value is 75.88%
  • yellow value is 71.76%
  • key color value is 33.33%
CMYK:
(0,76,72,33)
C0M76Y72K33 
(0%,76%,72%,33%)
(0.00/0.76/0.72/0.33)	

CMYK percentages

%0
%75.88
%71.76
%33.33

Codes

Color #AA2930 in popluar color models

AA2930
RGB1704148
HSL357°61.14%41.37%
HSB/HSV357°75.88%66.67%
CMYK0.00%75.88%71.76%
33.33%

Color #AA2930 in popluar number systems.

HEXAA2930
Decimal1704148
Binary10101010101001110000
Octal2525160

Shades and tints

Shades of #AA2930

#AA2930
(170,41,48)
#9B262C
(155,38,44)
#8C2328
(140,35,40)
#7D2024
(125,32,36)
#6E1D20
(110,29,32)
#5F1A1C
(95,26,28)
#501718
(80,23,24)
#411414
(65,20,20)
#321110
(50,17,16)
#230E0C
(35,14,12)
#140B08
(20,11,8)
#000000
(0,0,0)

Tints of #AA2930

#AA2930
(170,41,48)
#B13C42
(177,60,66)
#B84F54
(184,79,84)
#BF6266
(191,98,102)
#C67578
(198,117,120)
#CD888A
(205,136,138)
#D49B9C
(212,155,156)
#DBAEAE
(219,174,174)
#E2C1C0
(226,193,192)
#E9D4D2
(233,212,210)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA2930; }

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

This text font color is #AA2930.


Background Color

.myBgColor { background-color: #AA2930; }

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

This div background color is #AA2930.


Border color

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

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

This div border color is #AA2930.


Opacity

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

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

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

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

This text has shadow with #AA2930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA2930 on black background.


Color preview on white background

This text has color #AA2930 on white background.



Black color preview on #AA2930 background

This text has black color on #AA2930 background.


White color preview on #AA2930 background

This text has white color on #AA2930 background.