COLOR #A71304

HEX: #A71304
RGB: (167,19,4)

Color info

#A71304 contains mainly red color. Web safe color of #A71304 is #990000 (or #900).

RGB color model

#A71304 color RGB value is (167,19,4).

  • red value is 167;
  • green value is 19;
  • blue value is 4.
RGB:
(167,19,4)
(65%,7%,2%)

RGB channels and saturation

R 167 of 255 = 65%
G 19 of 255 = 7%
B 4 of 255 = 2%

167
19
4

R + G + B ~ 25%. #A71304 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 19 + 4 = 190 (100%)
R 167 of 190 ~ 87.89%
G 19 of 190 ~ 10%
B 4 of 190 ~ 2.11%

%87.89
%10

CMYK color model

#A71304 color CMYK value is (0,89,98,35).

  • cyan value is 0.00%
  • magenta value is 88.62%
  • yellow value is 97.60%
  • key color value is 34.51%
CMYK:
(0,89,98,35)
C0M89Y98K35 
(0%,89%,98%,35%)
(0.00/0.89/0.98/0.35)	

CMYK percentages

%0
%88.62
%97.6
%34.51

Codes

Color #A71304 in popluar color models

A71304
RGB167194
HSL95.32%33.53%
HSB/HSV97.60%65.49%
CMYK0.00%88.62%97.60%
34.51%

Color #A71304 in popluar number systems.

HEXA71304
Decimal167194
Binary1010011110011100
Octal247234

Shades and tints

Shades of #A71304

#A71304
(167,19,4)
#981204
(152,18,4)
#891104
(137,17,4)
#7A1004
(122,16,4)
#6B0F04
(107,15,4)
#5C0E04
(92,14,4)
#4D0D04
(77,13,4)
#3E0C04
(62,12,4)
#2F0B04
(47,11,4)
#200A04
(32,10,4)
#110904
(17,9,4)
#000000
(0,0,0)

Tints of #A71304

#A71304
(167,19,4)
#AF281A
(175,40,26)
#B73D30
(183,61,48)
#BF5246
(191,82,70)
#C7675C
(199,103,92)
#CF7C72
(207,124,114)
#D79188
(215,145,136)
#DFA69E
(223,166,158)
#E7BBB4
(231,187,180)
#EFD0CA
(239,208,202)
#F7E5E0
(247,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A71304 color. Also use rgb(167,19,4) instead hex code.

Text Font Color

.myTextColor { color: #A71304; }

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

This text font color is #A71304.


Background Color

.myBgColor { background-color: #A71304; }

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

This div background color is #A71304.


Border color

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

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

This div border color is #A71304.


Opacity

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

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

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

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

This text has shadow with #A71304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71304 on black background.


Color preview on white background

This text has color #A71304 on white background.



Black color preview on #A71304 background

This text has black color on #A71304 background.


White color preview on #A71304 background

This text has white color on #A71304 background.