COLOR #A41636

HEX: #A41636
RGB: (164,22,54)

Color info

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

RGB color model

#A41636 color RGB value is (164,22,54).

  • red value is 164;
  • green value is 22;
  • blue value is 54.
RGB:
(164,22,54)
(64%,9%,21%)

RGB channels and saturation

R 164 of 255 = 64%
G 22 of 255 = 9%
B 54 of 255 = 21%

164
22
54

R + G + B ~ 31%. #A41636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 22 + 54 = 240 (100%)
R 164 of 240 ~ 68.33%
G 22 of 240 ~ 9.17%
B 54 of 240 ~ 22.5%

%68.33
%22.5

CMYK color model

#A41636 color CMYK value is (0,87,67,36).

  • cyan value is 0.00%
  • magenta value is 86.59%
  • yellow value is 67.07%
  • key color value is 35.69%
CMYK:
(0,87,67,36)
C0M87Y67K36 
(0%,87%,67%,36%)
(0.00/0.87/0.67/0.36)	

CMYK percentages

%0
%86.59
%67.07
%35.69

Codes

Color #A41636 in popluar color models

A41636
RGB1642254
HSL346°76.34%36.47%
HSB/HSV346°86.59%64.31%
CMYK0.00%86.59%67.07%
35.69%

Color #A41636 in popluar number systems.

HEXA41636
Decimal1642254
Binary1010010010110110110
Octal2442666

Shades and tints

Shades of #A41636

#A41636
(164,22,54)
#961432
(150,20,50)
#88122E
(136,18,46)
#7A102A
(122,16,42)
#6C0E26
(108,14,38)
#5E0C22
(94,12,34)
#500A1E
(80,10,30)
#42081A
(66,8,26)
#340616
(52,6,22)
#260412
(38,4,18)
#18020E
(24,2,14)
#000000
(0,0,0)

Tints of #A41636

#A41636
(164,22,54)
#AC2B48
(172,43,72)
#B4405A
(180,64,90)
#BC556C
(188,85,108)
#C46A7E
(196,106,126)
#CC7F90
(204,127,144)
#D494A2
(212,148,162)
#DCA9B4
(220,169,180)
#E4BEC6
(228,190,198)
#ECD3D8
(236,211,216)
#F4E8EA
(244,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A41636 color. Also use rgb(164,22,54) instead hex code.

Text Font Color

.myTextColor { color: #A41636; }

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

This text font color is #A41636.


Background Color

.myBgColor { background-color: #A41636; }

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

This div background color is #A41636.


Border color

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

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

This div border color is #A41636.


Opacity

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

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

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

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

This text has shadow with #A41636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A41636 on black background.


Color preview on white background

This text has color #A41636 on white background.



Black color preview on #A41636 background

This text has black color on #A41636 background.


White color preview on #A41636 background

This text has white color on #A41636 background.