COLOR #A2291D

HEX: #A2291D
RGB: (162,41,29)

Color info

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

RGB color model

#A2291D color RGB value is (162,41,29).

  • red value is 162;
  • green value is 41;
  • blue value is 29.
RGB:
(162,41,29)
(64%,16%,11%)

RGB channels and saturation

R 162 of 255 = 64%
G 41 of 255 = 16%
B 29 of 255 = 11%

162
41
29

R + G + B ~ 30%. #A2291D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
162 + 41 + 29 = 232 (100%)
R 162 of 232 ~ 69.83%
G 41 of 232 ~ 17.67%
B 29 of 232 ~ 12.5%

%69.83
%17.67
%12.5

CMYK color model

#A2291D color CMYK value is (0,75,82,36).

  • cyan value is 0.00%
  • magenta value is 74.69%
  • yellow value is 82.10%
  • key color value is 36.47%
CMYK:
(0,75,82,36)
C0M75Y82K36 
(0%,75%,82%,36%)
(0.00/0.75/0.82/0.36)	

CMYK percentages

%0
%74.69
%82.1
%36.47

Codes

Color #A2291D in popluar color models

A2291D
RGB1624129
HSL69.63%37.45%
HSB/HSV82.10%63.53%
CMYK0.00%74.69%82.10%
36.47%

Color #A2291D in popluar number systems.

HEXA2291D
Decimal1624129
Binary1010001010100111101
Octal2425135

Shades and tints

Shades of #A2291D

#A2291D
(162,41,29)
#94261B
(148,38,27)
#862319
(134,35,25)
#782017
(120,32,23)
#6A1D15
(106,29,21)
#5C1A13
(92,26,19)
#4E1711
(78,23,17)
#40140F
(64,20,15)
#32110D
(50,17,13)
#240E0B
(36,14,11)
#160B09
(22,11,9)
#000000
(0,0,0)

Tints of #A2291D

#A2291D
(162,41,29)
#AA3C31
(170,60,49)
#B24F45
(178,79,69)
#BA6259
(186,98,89)
#C2756D
(194,117,109)
#CA8881
(202,136,129)
#D29B95
(210,155,149)
#DAAEA9
(218,174,169)
#E2C1BD
(226,193,189)
#EAD4D1
(234,212,209)
#F2E7E5
(242,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2291D color. Also use rgb(162,41,29) instead hex code.

Text Font Color

.myTextColor { color: #A2291D; }

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

This text font color is #A2291D.


Background Color

.myBgColor { background-color: #A2291D; }

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

This div background color is #A2291D.


Border color

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

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

This div border color is #A2291D.


Opacity

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

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

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

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

This text has shadow with #A2291D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2291D on black background.


Color preview on white background

This text has color #A2291D on white background.



Black color preview on #A2291D background

This text has black color on #A2291D background.


White color preview on #A2291D background

This text has white color on #A2291D background.