COLOR #A3071D

HEX: #A3071D
RGB: (163,7,29)

Color info

#A3071D contains mainly red color. Web safe color of #A3071D is #990033 (or #903).

RGB color model

#A3071D color RGB value is (163,7,29).

  • red value is 163;
  • green value is 7;
  • blue value is 29.
RGB:
(163,7,29)
(64%,3%,11%)

RGB channels and saturation

R 163 of 255 = 64%
G 7 of 255 = 3%
B 29 of 255 = 11%

163
7
29

R + G + B ~ 26%. #A3071D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 7 + 29 = 199 (100%)
R 163 of 199 ~ 81.91%
G 7 of 199 ~ 3.52%
B 29 of 199 ~ 14.57%

%81.91
%14.57

CMYK color model

#A3071D color CMYK value is (0,96,82,36).

  • cyan value is 0.00%
  • magenta value is 95.71%
  • yellow value is 82.21%
  • key color value is 36.08%
CMYK:
(0,96,82,36)
C0M96Y82K36 
(0%,96%,82%,36%)
(0.00/0.96/0.82/0.36)	

CMYK percentages

%0
%95.71
%82.21
%36.08

Codes

Color #A3071D in popluar color models

A3071D
RGB163729
HSL352°91.76%33.33%
HSB/HSV352°95.71%63.92%
CMYK0.00%95.71%82.21%
36.08%

Color #A3071D in popluar number systems.

HEXA3071D
Decimal163729
Binary1010001111111101
Octal243735

Shades and tints

Shades of #A3071D

#A3071D
(163,7,29)
#95071B
(149,7,27)
#870719
(135,7,25)
#790717
(121,7,23)
#6B0715
(107,7,21)
#5D0713
(93,7,19)
#4F0711
(79,7,17)
#41070F
(65,7,15)
#33070D
(51,7,13)
#25070B
(37,7,11)
#170709
(23,7,9)
#000000
(0,0,0)

Tints of #A3071D

#A3071D
(163,7,29)
#AB1D31
(171,29,49)
#B33345
(179,51,69)
#BB4959
(187,73,89)
#C35F6D
(195,95,109)
#CB7581
(203,117,129)
#D38B95
(211,139,149)
#DBA1A9
(219,161,169)
#E3B7BD
(227,183,189)
#EBCDD1
(235,205,209)
#F3E3E5
(243,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3071D color. Also use rgb(163,7,29) instead hex code.

Text Font Color

.myTextColor { color: #A3071D; }

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

This text font color is #A3071D.


Background Color

.myBgColor { background-color: #A3071D; }

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

This div background color is #A3071D.


Border color

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

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

This div border color is #A3071D.


Opacity

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

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

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

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

This text has shadow with #A3071D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3071D on black background.


Color preview on white background

This text has color #A3071D on white background.



Black color preview on #A3071D background

This text has black color on #A3071D background.


White color preview on #A3071D background

This text has white color on #A3071D background.