COLOR #A73231

HEX: #A73231
RGB: (167,50,49)

Color info

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

RGB color model

#A73231 color RGB value is (167,50,49).

  • red value is 167;
  • green value is 50;
  • blue value is 49.
RGB:
(167,50,49)
(65%,20%,19%)

RGB channels and saturation

R 167 of 255 = 65%
G 50 of 255 = 20%
B 49 of 255 = 19%

167
50
49

R + G + B ~ 35%. #A73231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 50 + 49 = 266 (100%)
R 167 of 266 ~ 62.78%
G 50 of 266 ~ 18.8%
B 49 of 266 ~ 18.42%

%62.78
%18.8
%18.42

CMYK color model

#A73231 color CMYK value is (0,70,71,35).

  • cyan value is 0.00%
  • magenta value is 70.06%
  • yellow value is 70.66%
  • key color value is 34.51%
CMYK:
(0,70,71,35)
C0M70Y71K35 
(0%,70%,71%,35%)
(0.00/0.70/0.71/0.35)	

CMYK percentages

%0
%70.06
%70.66
%34.51

Codes

Color #A73231 in popluar color models

A73231
RGB1675049
HSL54.63%42.35%
HSB/HSV70.66%65.49%
CMYK0.00%70.06%70.66%
34.51%

Color #A73231 in popluar number systems.

HEXA73231
Decimal1675049
Binary10100111110010110001
Octal2476261

Shades and tints

Shades of #A73231

#A73231
(167,50,49)
#982E2D
(152,46,45)
#892A29
(137,42,41)
#7A2625
(122,38,37)
#6B2221
(107,34,33)
#5C1E1D
(92,30,29)
#4D1A19
(77,26,25)
#3E1615
(62,22,21)
#2F1211
(47,18,17)
#200E0D
(32,14,13)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #A73231

#A73231
(167,50,49)
#AF4443
(175,68,67)
#B75655
(183,86,85)
#BF6867
(191,104,103)
#C77A79
(199,122,121)
#CF8C8B
(207,140,139)
#D79E9D
(215,158,157)
#DFB0AF
(223,176,175)
#E7C2C1
(231,194,193)
#EFD4D3
(239,212,211)
#F7E6E5
(247,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A73231 color. Also use rgb(167,50,49) instead hex code.

Text Font Color

.myTextColor { color: #A73231; }

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

This text font color is #A73231.


Background Color

.myBgColor { background-color: #A73231; }

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

This div background color is #A73231.


Border color

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

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

This div border color is #A73231.


Opacity

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

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

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

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

This text has shadow with #A73231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A73231 on black background.


Color preview on white background

This text has color #A73231 on white background.



Black color preview on #A73231 background

This text has black color on #A73231 background.


White color preview on #A73231 background

This text has white color on #A73231 background.