COLOR #A41124

HEX: #A41124
RGB: (164,17,36)

Color info

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

RGB color model

#A41124 color RGB value is (164,17,36).

  • red value is 164;
  • green value is 17;
  • blue value is 36.
RGB:
(164,17,36)
(64%,7%,14%)

RGB channels and saturation

R 164 of 255 = 64%
G 17 of 255 = 7%
B 36 of 255 = 14%

164
17
36

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

Portions of RGB colors in percentages

R + G + B =
164 + 17 + 36 = 217 (100%)
R 164 of 217 ~ 75.58%
G 17 of 217 ~ 7.83%
B 36 of 217 ~ 16.59%

%75.58
%16.59

CMYK color model

#A41124 color CMYK value is (0,90,78,36).

  • cyan value is 0.00%
  • magenta value is 89.63%
  • yellow value is 78.05%
  • key color value is 35.69%
CMYK:
(0,90,78,36)
C0M90Y78K36 
(0%,90%,78%,36%)
(0.00/0.90/0.78/0.36)	

CMYK percentages

%0
%89.63
%78.05
%35.69

Codes

Color #A41124 in popluar color models

A41124
RGB1641736
HSL352°81.22%35.49%
HSB/HSV352°89.63%64.31%
CMYK0.00%89.63%78.05%
35.69%

Color #A41124 in popluar number systems.

HEXA41124
Decimal1641736
Binary1010010010001100100
Octal2442144

Shades and tints

Shades of #A41124

#A41124
(164,17,36)
#961021
(150,16,33)
#880F1E
(136,15,30)
#7A0E1B
(122,14,27)
#6C0D18
(108,13,24)
#5E0C15
(94,12,21)
#500B12
(80,11,18)
#420A0F
(66,10,15)
#34090C
(52,9,12)
#260809
(38,8,9)
#180706
(24,7,6)
#000000
(0,0,0)

Tints of #A41124

#A41124
(164,17,36)
#AC2637
(172,38,55)
#B43B4A
(180,59,74)
#BC505D
(188,80,93)
#C46570
(196,101,112)
#CC7A83
(204,122,131)
#D48F96
(212,143,150)
#DCA4A9
(220,164,169)
#E4B9BC
(228,185,188)
#ECCECF
(236,206,207)
#F4E3E2
(244,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A41124 color. Also use rgb(164,17,36) instead hex code.

Text Font Color

.myTextColor { color: #A41124; }

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

This text font color is #A41124.


Background Color

.myBgColor { background-color: #A41124; }

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

This div background color is #A41124.


Border color

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

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

This div border color is #A41124.


Opacity

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

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

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

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

This text has shadow with #A41124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A41124 on black background.


Color preview on white background

This text has color #A41124 on white background.



Black color preview on #A41124 background

This text has black color on #A41124 background.


White color preview on #A41124 background

This text has white color on #A41124 background.