COLOR #A71D2A

HEX: #A71D2A
RGB: (167,29,42)

Color info

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

RGB color model

#A71D2A color RGB value is (167,29,42).

  • red value is 167;
  • green value is 29;
  • blue value is 42.
RGB:
(167,29,42)
(65%,11%,16%)

RGB channels and saturation

R 167 of 255 = 65%
G 29 of 255 = 11%
B 42 of 255 = 16%

167
29
42

R + G + B ~ 31%. #A71D2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 29 + 42 = 238 (100%)
R 167 of 238 ~ 70.17%
G 29 of 238 ~ 12.18%
B 42 of 238 ~ 17.65%

%70.17
%12.18
%17.65

CMYK color model

#A71D2A color CMYK value is (0,83,75,35).

  • cyan value is 0.00%
  • magenta value is 82.63%
  • yellow value is 74.85%
  • key color value is 34.51%
CMYK:
(0,83,75,35)
C0M83Y75K35 
(0%,83%,75%,35%)
(0.00/0.83/0.75/0.35)	

CMYK percentages

%0
%82.63
%74.85
%34.51

Codes

Color #A71D2A in popluar color models

A71D2A
RGB1672942
HSL354°70.41%38.43%
HSB/HSV354°82.63%65.49%
CMYK0.00%82.63%74.85%
34.51%

Color #A71D2A in popluar number systems.

HEXA71D2A
Decimal1672942
Binary1010011111101101010
Octal2473552

Shades and tints

Shades of #A71D2A

#A71D2A
(167,29,42)
#981B27
(152,27,39)
#891924
(137,25,36)
#7A1721
(122,23,33)
#6B151E
(107,21,30)
#5C131B
(92,19,27)
#4D1118
(77,17,24)
#3E0F15
(62,15,21)
#2F0D12
(47,13,18)
#200B0F
(32,11,15)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #A71D2A

#A71D2A
(167,29,42)
#AF313D
(175,49,61)
#B74550
(183,69,80)
#BF5963
(191,89,99)
#C76D76
(199,109,118)
#CF8189
(207,129,137)
#D7959C
(215,149,156)
#DFA9AF
(223,169,175)
#E7BDC2
(231,189,194)
#EFD1D5
(239,209,213)
#F7E5E8
(247,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A71D2A color. Also use rgb(167,29,42) instead hex code.

Text Font Color

.myTextColor { color: #A71D2A; }

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

This text font color is #A71D2A.


Background Color

.myBgColor { background-color: #A71D2A; }

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

This div background color is #A71D2A.


Border color

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

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

This div border color is #A71D2A.


Opacity

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

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

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

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

This text has shadow with #A71D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71D2A on black background.


Color preview on white background

This text has color #A71D2A on white background.



Black color preview on #A71D2A background

This text has black color on #A71D2A background.


White color preview on #A71D2A background

This text has white color on #A71D2A background.