COLOR #AA1B15

HEX: #AA1B15
RGB: (170,27,21)

Color info

#AA1B15 contains mainly red color. Web safe color of #AA1B15 is #993300 (or #930).

RGB color model

#AA1B15 color RGB value is (170,27,21).

  • red value is 170;
  • green value is 27;
  • blue value is 21.
RGB:
(170,27,21)
(67%,11%,8%)

RGB channels and saturation

R 170 of 255 = 67%
G 27 of 255 = 11%
B 21 of 255 = 8%

170
27
21

R + G + B ~ 29%. #AA1B15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 27 + 21 = 218 (100%)
R 170 of 218 ~ 77.98%
G 27 of 218 ~ 12.39%
B 21 of 218 ~ 9.63%

%77.98
%12.39
%9.63

CMYK color model

#AA1B15 color CMYK value is (0,84,88,33).

  • cyan value is 0.00%
  • magenta value is 84.12%
  • yellow value is 87.65%
  • key color value is 33.33%
CMYK:
(0,84,88,33)
C0M84Y88K33 
(0%,84%,88%,33%)
(0.00/0.84/0.88/0.33)	

CMYK percentages

%0
%84.12
%87.65
%33.33

Codes

Color #AA1B15 in popluar color models

AA1B15
RGB1702721
HSL78.01%37.45%
HSB/HSV87.65%66.67%
CMYK0.00%84.12%87.65%
33.33%

Color #AA1B15 in popluar number systems.

HEXAA1B15
Decimal1702721
Binary101010101101110101
Octal2523325

Shades and tints

Shades of #AA1B15

#AA1B15
(170,27,21)
#9B1914
(155,25,20)
#8C1713
(140,23,19)
#7D1512
(125,21,18)
#6E1311
(110,19,17)
#5F1110
(95,17,16)
#500F0F
(80,15,15)
#410D0E
(65,13,14)
#320B0D
(50,11,13)
#23090C
(35,9,12)
#14070B
(20,7,11)
#000000
(0,0,0)

Tints of #AA1B15

#AA1B15
(170,27,21)
#B12F2A
(177,47,42)
#B8433F
(184,67,63)
#BF5754
(191,87,84)
#C66B69
(198,107,105)
#CD7F7E
(205,127,126)
#D49393
(212,147,147)
#DBA7A8
(219,167,168)
#E2BBBD
(226,187,189)
#E9CFD2
(233,207,210)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA1B15; }

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

This text font color is #AA1B15.


Background Color

.myBgColor { background-color: #AA1B15; }

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

This div background color is #AA1B15.


Border color

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

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

This div border color is #AA1B15.


Opacity

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

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

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

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

This text has shadow with #AA1B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA1B15 on black background.


Color preview on white background

This text has color #AA1B15 on white background.



Black color preview on #AA1B15 background

This text has black color on #AA1B15 background.


White color preview on #AA1B15 background

This text has white color on #AA1B15 background.