COLOR #A71B2A

HEX: #A71B2A
RGB: (167,27,42)

Color info

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

RGB color model

#A71B2A color RGB value is (167,27,42).

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

RGB channels and saturation

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

167
27
42

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

Portions of RGB colors in percentages

R + G + B =
167 + 27 + 42 = 236 (100%)
R 167 of 236 ~ 70.76%
G 27 of 236 ~ 11.44%
B 42 of 236 ~ 17.8%

%70.76
%11.44
%17.8

CMYK color model

#A71B2A color CMYK value is (0,84,75,35).

  • cyan value is 0.00%
  • magenta value is 83.83%
  • yellow value is 74.85%
  • key color value is 34.51%
CMYK:
(0,84,75,35)
C0M84Y75K35 
(0%,84%,75%,35%)
(0.00/0.84/0.75/0.35)	

CMYK percentages

%0
%83.83
%74.85
%34.51

Codes

Color #A71B2A in popluar color models

A71B2A
RGB1672742
HSL354°72.16%38.04%
HSB/HSV354°83.83%65.49%
CMYK0.00%83.83%74.85%
34.51%

Color #A71B2A in popluar number systems.

HEXA71B2A
Decimal1672742
Binary1010011111011101010
Octal2473352

Shades and tints

Shades of #A71B2A

#A71B2A
(167,27,42)
#981927
(152,25,39)
#891724
(137,23,36)
#7A1521
(122,21,33)
#6B131E
(107,19,30)
#5C111B
(92,17,27)
#4D0F18
(77,15,24)
#3E0D15
(62,13,21)
#2F0B12
(47,11,18)
#20090F
(32,9,15)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #A71B2A

#A71B2A
(167,27,42)
#AF2F3D
(175,47,61)
#B74350
(183,67,80)
#BF5763
(191,87,99)
#C76B76
(199,107,118)
#CF7F89
(207,127,137)
#D7939C
(215,147,156)
#DFA7AF
(223,167,175)
#E7BBC2
(231,187,194)
#EFCFD5
(239,207,213)
#F7E3E8
(247,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A71B2A; }

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

This text font color is #A71B2A.


Background Color

.myBgColor { background-color: #A71B2A; }

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

This div background color is #A71B2A.


Border color

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

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

This div border color is #A71B2A.


Opacity

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

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

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

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

This text has shadow with #A71B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71B2A on black background.


Color preview on white background

This text has color #A71B2A on white background.



Black color preview on #A71B2A background

This text has black color on #A71B2A background.


White color preview on #A71B2A background

This text has white color on #A71B2A background.