COLOR #A31F2E

HEX: #A31F2E
RGB: (163,31,46)

Color info

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

RGB color model

#A31F2E color RGB value is (163,31,46).

  • red value is 163;
  • green value is 31;
  • blue value is 46.
RGB:
(163,31,46)
(64%,12%,18%)

RGB channels and saturation

R 163 of 255 = 64%
G 31 of 255 = 12%
B 46 of 255 = 18%

163
31
46

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

Portions of RGB colors in percentages

R + G + B =
163 + 31 + 46 = 240 (100%)
R 163 of 240 ~ 67.92%
G 31 of 240 ~ 12.92%
B 46 of 240 ~ 19.17%

%67.92
%12.92
%19.17

CMYK color model

#A31F2E color CMYK value is (0,81,72,36).

  • cyan value is 0.00%
  • magenta value is 80.98%
  • yellow value is 71.78%
  • key color value is 36.08%
CMYK:
(0,81,72,36)
C0M81Y72K36 
(0%,81%,72%,36%)
(0.00/0.81/0.72/0.36)	

CMYK percentages

%0
%80.98
%71.78
%36.08

Codes

Color #A31F2E in popluar color models

A31F2E
RGB1633146
HSL353°68.04%38.04%
HSB/HSV353°80.98%63.92%
CMYK0.00%80.98%71.78%
36.08%

Color #A31F2E in popluar number systems.

HEXA31F2E
Decimal1633146
Binary1010001111111101110
Octal2433756

Shades and tints

Shades of #A31F2E

#A31F2E
(163,31,46)
#951D2A
(149,29,42)
#871B26
(135,27,38)
#791922
(121,25,34)
#6B171E
(107,23,30)
#5D151A
(93,21,26)
#4F1316
(79,19,22)
#411112
(65,17,18)
#330F0E
(51,15,14)
#250D0A
(37,13,10)
#170B06
(23,11,6)
#000000
(0,0,0)

Tints of #A31F2E

#A31F2E
(163,31,46)
#AB3341
(171,51,65)
#B34754
(179,71,84)
#BB5B67
(187,91,103)
#C36F7A
(195,111,122)
#CB838D
(203,131,141)
#D397A0
(211,151,160)
#DBABB3
(219,171,179)
#E3BFC6
(227,191,198)
#EBD3D9
(235,211,217)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A31F2E color. Also use rgb(163,31,46) instead hex code.

Text Font Color

.myTextColor { color: #A31F2E; }

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

This text font color is #A31F2E.


Background Color

.myBgColor { background-color: #A31F2E; }

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

This div background color is #A31F2E.


Border color

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

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

This div border color is #A31F2E.


Opacity

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

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

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

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

This text has shadow with #A31F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A31F2E on black background.


Color preview on white background

This text has color #A31F2E on white background.



Black color preview on #A31F2E background

This text has black color on #A31F2E background.


White color preview on #A31F2E background

This text has white color on #A31F2E background.