COLOR #A42031

HEX: #A42031
RGB: (164,32,49)

Color info

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

RGB color model

#A42031 color RGB value is (164,32,49).

  • red value is 164;
  • green value is 32;
  • blue value is 49.
RGB:
(164,32,49)
(64%,13%,19%)

RGB channels and saturation

R 164 of 255 = 64%
G 32 of 255 = 13%
B 49 of 255 = 19%

164
32
49

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

Portions of RGB colors in percentages

R + G + B =
164 + 32 + 49 = 245 (100%)
R 164 of 245 ~ 66.94%
G 32 of 245 ~ 13.06%
B 49 of 245 ~ 20%

%66.94
%13.06
%20

CMYK color model

#A42031 color CMYK value is (0,80,70,36).

  • cyan value is 0.00%
  • magenta value is 80.49%
  • yellow value is 70.12%
  • key color value is 35.69%
CMYK:
(0,80,70,36)
C0M80Y70K36 
(0%,80%,70%,36%)
(0.00/0.80/0.70/0.36)	

CMYK percentages

%0
%80.49
%70.12
%35.69

Codes

Color #A42031 in popluar color models

A42031
RGB1643249
HSL352°67.35%38.43%
HSB/HSV352°80.49%64.31%
CMYK0.00%80.49%70.12%
35.69%

Color #A42031 in popluar number systems.

HEXA42031
Decimal1643249
Binary10100100100000110001
Octal2444061

Shades and tints

Shades of #A42031

#A42031
(164,32,49)
#961E2D
(150,30,45)
#881C29
(136,28,41)
#7A1A25
(122,26,37)
#6C1821
(108,24,33)
#5E161D
(94,22,29)
#501419
(80,20,25)
#421215
(66,18,21)
#341011
(52,16,17)
#260E0D
(38,14,13)
#180C09
(24,12,9)
#000000
(0,0,0)

Tints of #A42031

#A42031
(164,32,49)
#AC3443
(172,52,67)
#B44855
(180,72,85)
#BC5C67
(188,92,103)
#C47079
(196,112,121)
#CC848B
(204,132,139)
#D4989D
(212,152,157)
#DCACAF
(220,172,175)
#E4C0C1
(228,192,193)
#ECD4D3
(236,212,211)
#F4E8E5
(244,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A42031 color. Also use rgb(164,32,49) instead hex code.

Text Font Color

.myTextColor { color: #A42031; }

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

This text font color is #A42031.


Background Color

.myBgColor { background-color: #A42031; }

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

This div background color is #A42031.


Border color

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

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

This div border color is #A42031.


Opacity

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

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

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

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

This text has shadow with #A42031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42031 on black background.


Color preview on white background

This text has color #A42031 on white background.



Black color preview on #A42031 background

This text has black color on #A42031 background.


White color preview on #A42031 background

This text has white color on #A42031 background.