COLOR #A2120B

HEX: #A2120B
RGB: (162,18,11)

Color info

#A2120B contains mainly red color. Web safe color of #A2120B is #990000 (or #900).

RGB color model

#A2120B color RGB value is (162,18,11).

  • red value is 162;
  • green value is 18;
  • blue value is 11.
RGB:
(162,18,11)
(64%,7%,4%)

RGB channels and saturation

R 162 of 255 = 64%
G 18 of 255 = 7%
B 11 of 255 = 4%

162
18
11

R + G + B ~ 25%. #A2120B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
162 + 18 + 11 = 191 (100%)
R 162 of 191 ~ 84.82%
G 18 of 191 ~ 9.42%
B 11 of 191 ~ 5.76%

%84.82

CMYK color model

#A2120B color CMYK value is (0,89,93,36).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 93.21%
  • key color value is 36.47%
CMYK:
(0,89,93,36)
C0M89Y93K36 
(0%,89%,93%,36%)
(0.00/0.89/0.93/0.36)	

CMYK percentages

%0
%88.89
%93.21
%36.47

Codes

Color #A2120B in popluar color models

A2120B
RGB1621811
HSL87.28%33.92%
HSB/HSV93.21%63.53%
CMYK0.00%88.89%93.21%
36.47%

Color #A2120B in popluar number systems.

HEXA2120B
Decimal1621811
Binary10100010100101011
Octal2422213

Shades and tints

Shades of #A2120B

#A2120B
(162,18,11)
#94110A
(148,17,10)
#861009
(134,16,9)
#780F08
(120,15,8)
#6A0E07
(106,14,7)
#5C0D06
(92,13,6)
#4E0C05
(78,12,5)
#400B04
(64,11,4)
#320A03
(50,10,3)
#240902
(36,9,2)
#160801
(22,8,1)
#000000
(0,0,0)

Tints of #A2120B

#A2120B
(162,18,11)
#AA2721
(170,39,33)
#B23C37
(178,60,55)
#BA514D
(186,81,77)
#C26663
(194,102,99)
#CA7B79
(202,123,121)
#D2908F
(210,144,143)
#DAA5A5
(218,165,165)
#E2BABB
(226,186,187)
#EACFD1
(234,207,209)
#F2E4E7
(242,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2120B color. Also use rgb(162,18,11) instead hex code.

Text Font Color

.myTextColor { color: #A2120B; }

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

This text font color is #A2120B.


Background Color

.myBgColor { background-color: #A2120B; }

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

This div background color is #A2120B.


Border color

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

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

This div border color is #A2120B.


Opacity

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

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

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

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

This text has shadow with #A2120B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2120B on black background.


Color preview on white background

This text has color #A2120B on white background.



Black color preview on #A2120B background

This text has black color on #A2120B background.


White color preview on #A2120B background

This text has white color on #A2120B background.