COLOR #A42232

HEX: #A42232
RGB: (164,34,50)

Color info

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

RGB color model

#A42232 color RGB value is (164,34,50).

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

RGB channels and saturation

R 164 of 255 = 64%
G 34 of 255 = 13%
B 50 of 255 = 20%

164
34
50

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

Portions of RGB colors in percentages

R + G + B =
164 + 34 + 50 = 248 (100%)
R 164 of 248 ~ 66.13%
G 34 of 248 ~ 13.71%
B 50 of 248 ~ 20.16%

%66.13
%13.71
%20.16

CMYK color model

#A42232 color CMYK value is (0,79,70,36).

  • cyan value is 0.00%
  • magenta value is 79.27%
  • yellow value is 69.51%
  • key color value is 35.69%
CMYK:
(0,79,70,36)
C0M79Y70K36 
(0%,79%,70%,36%)
(0.00/0.79/0.70/0.36)	

CMYK percentages

%0
%79.27
%69.51
%35.69

Codes

Color #A42232 in popluar color models

A42232
RGB1643450
HSL353°65.66%38.82%
HSB/HSV353°79.27%64.31%
CMYK0.00%79.27%69.51%
35.69%

Color #A42232 in popluar number systems.

HEXA42232
Decimal1643450
Binary10100100100010110010
Octal2444262

Shades and tints

Shades of #A42232

#A42232
(164,34,50)
#961F2E
(150,31,46)
#881C2A
(136,28,42)
#7A1926
(122,25,38)
#6C1622
(108,22,34)
#5E131E
(94,19,30)
#50101A
(80,16,26)
#420D16
(66,13,22)
#340A12
(52,10,18)
#26070E
(38,7,14)
#18040A
(24,4,10)
#000000
(0,0,0)

Tints of #A42232

#A42232
(164,34,50)
#AC3644
(172,54,68)
#B44A56
(180,74,86)
#BC5E68
(188,94,104)
#C4727A
(196,114,122)
#CC868C
(204,134,140)
#D49A9E
(212,154,158)
#DCAEB0
(220,174,176)
#E4C2C2
(228,194,194)
#ECD6D4
(236,214,212)
#F4EAE6
(244,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A42232; }

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

This text font color is #A42232.


Background Color

.myBgColor { background-color: #A42232; }

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

This div background color is #A42232.


Border color

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

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

This div border color is #A42232.


Opacity

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

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

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

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

This text has shadow with #A42232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42232 on black background.


Color preview on white background

This text has color #A42232 on white background.



Black color preview on #A42232 background

This text has black color on #A42232 background.


White color preview on #A42232 background

This text has white color on #A42232 background.