COLOR #A42114

HEX: #A42114
RGB: (164,33,20)

Color info

#A42114 contains mainly red color. Web safe color of #A42114 is #993300 (or #930).

RGB color model

#A42114 color RGB value is (164,33,20).

  • red value is 164;
  • green value is 33;
  • blue value is 20.
RGB:
(164,33,20)
(64%,13%,8%)

RGB channels and saturation

R 164 of 255 = 64%
G 33 of 255 = 13%
B 20 of 255 = 8%

164
33
20

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

Portions of RGB colors in percentages

R + G + B =
164 + 33 + 20 = 217 (100%)
R 164 of 217 ~ 75.58%
G 33 of 217 ~ 15.21%
B 20 of 217 ~ 9.22%

%75.58
%15.21

CMYK color model

#A42114 color CMYK value is (0,80,88,36).

  • cyan value is 0.00%
  • magenta value is 79.88%
  • yellow value is 87.80%
  • key color value is 35.69%
CMYK:
(0,80,88,36)
C0M80Y88K36 
(0%,80%,88%,36%)
(0.00/0.80/0.88/0.36)	

CMYK percentages

%0
%79.88
%87.8
%35.69

Codes

Color #A42114 in popluar color models

A42114
RGB1643320
HSL78.26%36.08%
HSB/HSV87.80%64.31%
CMYK0.00%79.88%87.80%
35.69%

Color #A42114 in popluar number systems.

HEXA42114
Decimal1643320
Binary1010010010000110100
Octal2444124

Shades and tints

Shades of #A42114

#A42114
(164,33,20)
#961E13
(150,30,19)
#881B12
(136,27,18)
#7A1811
(122,24,17)
#6C1510
(108,21,16)
#5E120F
(94,18,15)
#500F0E
(80,15,14)
#420C0D
(66,12,13)
#34090C
(52,9,12)
#26060B
(38,6,11)
#18030A
(24,3,10)
#000000
(0,0,0)

Tints of #A42114

#A42114
(164,33,20)
#AC3529
(172,53,41)
#B4493E
(180,73,62)
#BC5D53
(188,93,83)
#C47168
(196,113,104)
#CC857D
(204,133,125)
#D49992
(212,153,146)
#DCADA7
(220,173,167)
#E4C1BC
(228,193,188)
#ECD5D1
(236,213,209)
#F4E9E6
(244,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A42114 color. Also use rgb(164,33,20) instead hex code.

Text Font Color

.myTextColor { color: #A42114; }

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

This text font color is #A42114.


Background Color

.myBgColor { background-color: #A42114; }

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

This div background color is #A42114.


Border color

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

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

This div border color is #A42114.


Opacity

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

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

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

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

This text has shadow with #A42114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42114 on black background.


Color preview on white background

This text has color #A42114 on white background.



Black color preview on #A42114 background

This text has black color on #A42114 background.


White color preview on #A42114 background

This text has white color on #A42114 background.