COLOR #A41020

HEX: #A41020
RGB: (164,16,32)

Color info

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

RGB color model

#A41020 color RGB value is (164,16,32).

  • red value is 164;
  • green value is 16;
  • blue value is 32.
RGB:
(164,16,32)
(64%,6%,13%)

RGB channels and saturation

R 164 of 255 = 64%
G 16 of 255 = 6%
B 32 of 255 = 13%

164
16
32

R + G + B ~ 28%. #A41020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 16 + 32 = 212 (100%)
R 164 of 212 ~ 77.36%
G 16 of 212 ~ 7.55%
B 32 of 212 ~ 15.09%

%77.36
%15.09

CMYK color model

#A41020 color CMYK value is (0,90,80,36).

  • cyan value is 0.00%
  • magenta value is 90.24%
  • yellow value is 80.49%
  • key color value is 35.69%
CMYK:
(0,90,80,36)
C0M90Y80K36 
(0%,90%,80%,36%)
(0.00/0.90/0.80/0.36)	

CMYK percentages

%0
%90.24
%80.49
%35.69

Codes

Color #A41020 in popluar color models

A41020
RGB1641632
HSL354°82.22%35.29%
HSB/HSV354°90.24%64.31%
CMYK0.00%90.24%80.49%
35.69%

Color #A41020 in popluar number systems.

HEXA41020
Decimal1641632
Binary1010010010000100000
Octal2442040

Shades and tints

Shades of #A41020

#A41020
(164,16,32)
#960F1E
(150,15,30)
#880E1C
(136,14,28)
#7A0D1A
(122,13,26)
#6C0C18
(108,12,24)
#5E0B16
(94,11,22)
#500A14
(80,10,20)
#420912
(66,9,18)
#340810
(52,8,16)
#26070E
(38,7,14)
#18060C
(24,6,12)
#000000
(0,0,0)

Tints of #A41020

#A41020
(164,16,32)
#AC2534
(172,37,52)
#B43A48
(180,58,72)
#BC4F5C
(188,79,92)
#C46470
(196,100,112)
#CC7984
(204,121,132)
#D48E98
(212,142,152)
#DCA3AC
(220,163,172)
#E4B8C0
(228,184,192)
#ECCDD4
(236,205,212)
#F4E2E8
(244,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A41020 color. Also use rgb(164,16,32) instead hex code.

Text Font Color

.myTextColor { color: #A41020; }

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

This text font color is #A41020.


Background Color

.myBgColor { background-color: #A41020; }

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

This div background color is #A41020.


Border color

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

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

This div border color is #A41020.


Opacity

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

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

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

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

This text has shadow with #A41020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A41020 on black background.


Color preview on white background

This text has color #A41020 on white background.



Black color preview on #A41020 background

This text has black color on #A41020 background.


White color preview on #A41020 background

This text has white color on #A41020 background.