COLOR #A41E32

HEX: #A41E32 RGB: (164,30,50)

Color info

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

RGB color model

#A41E32 color RGB value is (164,30,50).

RGB: (164,30,50) (64%, 12%, 20%)

RGB channels and saturation

R 164 of 255 = 64%
G 30 of 255 = 12%
B 50 of 255 = 20%

164
30
50

R + G + B ~ 32%. #A41E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 164 + 30 + 50 = 244 (100%)
R 164 of 244 ~ 67.21%
G 30 of 244 ~ 12.3%
B 50 of 244 ~ 20.49'%

%67.21
%12.3
%20.49

CMYK color model

#A41E32 color CMYK value is (0,82,70,36).

  • cyan value is 0.00%
  • magenta value is 81.71%
  • yellow value is 69.51%
  • key color value is 35.69%

CMYK: (0,82,70,36)
C0M82Y70K36 (0%, 82%, 70%, 36%)
(0.00 / 0.82 / 0.70 / 0.36)

CMYK percentages

%0
%81.71
%69.51
%35.69

Codes

Color #A41E32 in popluar color models

A4 1E 32
RGB 164 30 50
HSL 351° 69.07% 38.04%
HSB/HSV 351° 81.71% 64.31%
CMYK 0.00% 81.71% 69.51%
35.69%

Color #A41E32 in popluar number systems.

HEX A4 1E 32
Decimal 164 30 50
Binary 10100100 11110 110010
Octal 244 36 62

Shades and tints

Shades of #A41E32

#A41E32
(164,30,50)
#961C2E
(150,28,46)
#881A2A
(136,26,42)
#7A1826
(122,24,38)
#6C1622
(108,22,34)
#5E141E
(94,20,30)
#50121A
(80,18,26)
#421016
(66,16,22)
#340E12
(52,14,18)
#260C0E
(38,12,14)
#180A0A
(24,10,10)
#000000
(0,0,0)

Tints of #A41E32

#A41E32
(164,30,50)
#AC3244
(172,50,68)
#B44656
(180,70,86)
#BC5A68
(188,90,104)
#C46E7A
(196,110,122)
#CC828C
(204,130,140)
#D4969E
(212,150,158)
#DCAAB0
(220,170,176)
#E4BEC2
(228,190,194)
#ECD2D4
(236,210,212)
#F4E6E6
(244,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A41E32 color. Also use rgb(164,30,50) instead hex code.

Text Font Color

.myTextColor { color: #A41E32; }

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

This text font color is #A41E32.

Background Color

.myBgColor { background-color: #A41E32; }

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

This div background color is #A41E32.

Border color

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

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

This div border color is #A41E32.

Opacity

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

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

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

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

This text has shadow with #A41E32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A41E32.

Preview

Color preview on black background

This text has color #A41E32 on black background.


Color preview on white background

This text has color #A41E32 on white background.


Black color preview on #A41E32 background

This text has black color on #A41E32 background.


White color preview on #A41E32 background

This text has white color on #A41E32 background.


Related colors

Complementary color

Complementary color for #hex is #5BE1CD.


I love getcolorcode.com

Triadic colors

1 #32A41E and #1E32A4 with #A41E32 are triadic colors.

2 #321EA4 and #1EA432 with #A41E32 are triadic colors.