COLOR #A21126

HEX: #A21126
RGB: (162,17,38)

Color info

#A21126 contains mainly red color. Web safe color of #A21126 is #990033 (or #903).

RGB color model

#A21126 color RGB value is (162,17,38).

  • red value is 162;
  • green value is 17;
  • blue value is 38.
RGB:
(162,17,38)
(64%,7%,15%)

RGB channels and saturation

R 162 of 255 = 64%
G 17 of 255 = 7%
B 38 of 255 = 15%

162
17
38

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

Portions of RGB colors in percentages

R + G + B =
162 + 17 + 38 = 217 (100%)
R 162 of 217 ~ 74.65%
G 17 of 217 ~ 7.83%
B 38 of 217 ~ 17.51%

%74.65
%17.51

CMYK color model

#A21126 color CMYK value is (0,90,77,36).

  • cyan value is 0.00%
  • magenta value is 89.51%
  • yellow value is 76.54%
  • key color value is 36.47%
CMYK:
(0,90,77,36)
C0M90Y77K36 
(0%,90%,77%,36%)
(0.00/0.90/0.77/0.36)	

CMYK percentages

%0
%89.51
%76.54
%36.47

Codes

Color #A21126 in popluar color models

A21126
RGB1621738
HSL351°81.01%35.10%
HSB/HSV351°89.51%63.53%
CMYK0.00%89.51%76.54%
36.47%

Color #A21126 in popluar number systems.

HEXA21126
Decimal1621738
Binary1010001010001100110
Octal2422146

Shades and tints

Shades of #A21126

#A21126
(162,17,38)
#941023
(148,16,35)
#860F20
(134,15,32)
#780E1D
(120,14,29)
#6A0D1A
(106,13,26)
#5C0C17
(92,12,23)
#4E0B14
(78,11,20)
#400A11
(64,10,17)
#32090E
(50,9,14)
#24080B
(36,8,11)
#160708
(22,7,8)
#000000
(0,0,0)

Tints of #A21126

#A21126
(162,17,38)
#AA2639
(170,38,57)
#B23B4C
(178,59,76)
#BA505F
(186,80,95)
#C26572
(194,101,114)
#CA7A85
(202,122,133)
#D28F98
(210,143,152)
#DAA4AB
(218,164,171)
#E2B9BE
(226,185,190)
#EACED1
(234,206,209)
#F2E3E4
(242,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A21126 color. Also use rgb(162,17,38) instead hex code.

Text Font Color

.myTextColor { color: #A21126; }

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

This text font color is #A21126.


Background Color

.myBgColor { background-color: #A21126; }

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

This div background color is #A21126.


Border color

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

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

This div border color is #A21126.


Opacity

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

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

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

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

This text has shadow with #A21126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A21126 on black background.


Color preview on white background

This text has color #A21126 on white background.



Black color preview on #A21126 background

This text has black color on #A21126 background.


White color preview on #A21126 background

This text has white color on #A21126 background.