COLOR #A41E1C

HEX: #A41E1C
RGB: (164,30,28)

Color info

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

RGB color model

#A41E1C color RGB value is (164,30,28).

  • red value is 164;
  • green value is 30;
  • blue value is 28.
RGB:
(164,30,28)
(64%,12%,11%)

RGB channels and saturation

R 164 of 255 = 64%
G 30 of 255 = 12%
B 28 of 255 = 11%

164
30
28

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

Portions of RGB colors in percentages

R + G + B =
164 + 30 + 28 = 222 (100%)
R 164 of 222 ~ 73.87%
G 30 of 222 ~ 13.51%
B 28 of 222 ~ 12.61%

%73.87
%13.51
%12.61

CMYK color model

#A41E1C color CMYK value is (0,82,83,36).

  • cyan value is 0.00%
  • magenta value is 81.71%
  • yellow value is 82.93%
  • key color value is 35.69%
CMYK:
(0,82,83,36)
C0M82Y83K36 
(0%,82%,83%,36%)
(0.00/0.82/0.83/0.36)	

CMYK percentages

%0
%81.71
%82.93
%35.69

Codes

Color #A41E1C in popluar color models

A41E1C
RGB1643028
HSL70.83%37.65%
HSB/HSV82.93%64.31%
CMYK0.00%81.71%82.93%
35.69%

Color #A41E1C in popluar number systems.

HEXA41E1C
Decimal1643028
Binary101001001111011100
Octal2443634

Shades and tints

Shades of #A41E1C

#A41E1C
(164,30,28)
#961C1A
(150,28,26)
#881A18
(136,26,24)
#7A1816
(122,24,22)
#6C1614
(108,22,20)
#5E1412
(94,20,18)
#501210
(80,18,16)
#42100E
(66,16,14)
#340E0C
(52,14,12)
#260C0A
(38,12,10)
#180A08
(24,10,8)
#000000
(0,0,0)

Tints of #A41E1C

#A41E1C
(164,30,28)
#AC3230
(172,50,48)
#B44644
(180,70,68)
#BC5A58
(188,90,88)
#C46E6C
(196,110,108)
#CC8280
(204,130,128)
#D49694
(212,150,148)
#DCAAA8
(220,170,168)
#E4BEBC
(228,190,188)
#ECD2D0
(236,210,208)
#F4E6E4
(244,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A41E1C; }

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

This text font color is #A41E1C.


Background Color

.myBgColor { background-color: #A41E1C; }

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

This div background color is #A41E1C.


Border color

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

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

This div border color is #A41E1C.


Opacity

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

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

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

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

This text has shadow with #A41E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A41E1C on black background.


Color preview on white background

This text has color #A41E1C on white background.



Black color preview on #A41E1C background

This text has black color on #A41E1C background.


White color preview on #A41E1C background

This text has white color on #A41E1C background.