COLOR #A31A25

HEX: #A31A25
RGB: (163,26,37)

Color info

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

RGB color model

#A31A25 color RGB value is (163,26,37).

  • red value is 163;
  • green value is 26;
  • blue value is 37.
RGB:
(163,26,37)
(64%,10%,15%)

RGB channels and saturation

R 163 of 255 = 64%
G 26 of 255 = 10%
B 37 of 255 = 15%

163
26
37

R + G + B ~ 30%. #A31A25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 26 + 37 = 226 (100%)
R 163 of 226 ~ 72.12%
G 26 of 226 ~ 11.5%
B 37 of 226 ~ 16.37%

%72.12
%11.5
%16.37

CMYK color model

#A31A25 color CMYK value is (0,84,77,36).

  • cyan value is 0.00%
  • magenta value is 84.05%
  • yellow value is 77.30%
  • key color value is 36.08%
CMYK:
(0,84,77,36)
C0M84Y77K36 
(0%,84%,77%,36%)
(0.00/0.84/0.77/0.36)	

CMYK percentages

%0
%84.05
%77.3
%36.08

Codes

Color #A31A25 in popluar color models

A31A25
RGB1632637
HSL355°72.49%37.06%
HSB/HSV355°84.05%63.92%
CMYK0.00%84.05%77.30%
36.08%

Color #A31A25 in popluar number systems.

HEXA31A25
Decimal1632637
Binary1010001111010100101
Octal2433245

Shades and tints

Shades of #A31A25

#A31A25
(163,26,37)
#951822
(149,24,34)
#87161F
(135,22,31)
#79141C
(121,20,28)
#6B1219
(107,18,25)
#5D1016
(93,16,22)
#4F0E13
(79,14,19)
#410C10
(65,12,16)
#330A0D
(51,10,13)
#25080A
(37,8,10)
#170607
(23,6,7)
#000000
(0,0,0)

Tints of #A31A25

#A31A25
(163,26,37)
#AB2E38
(171,46,56)
#B3424B
(179,66,75)
#BB565E
(187,86,94)
#C36A71
(195,106,113)
#CB7E84
(203,126,132)
#D39297
(211,146,151)
#DBA6AA
(219,166,170)
#E3BABD
(227,186,189)
#EBCED0
(235,206,208)
#F3E2E3
(243,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A31A25 color. Also use rgb(163,26,37) instead hex code.

Text Font Color

.myTextColor { color: #A31A25; }

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

This text font color is #A31A25.


Background Color

.myBgColor { background-color: #A31A25; }

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

This div background color is #A31A25.


Border color

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

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

This div border color is #A31A25.


Opacity

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

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

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

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

This text has shadow with #A31A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A31A25 on black background.


Color preview on white background

This text has color #A31A25 on white background.



Black color preview on #A31A25 background

This text has black color on #A31A25 background.


White color preview on #A31A25 background

This text has white color on #A31A25 background.