COLOR #A31D36

HEX: #A31D36 RGB: (163,29,54)

Color info

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

RGB color model

#A31D36 color RGB value is (163,29,54).

RGB: (163,29,54) (64%, 11%, 21%)

RGB channels and saturation

R 163 of 255 = 64%
G 29 of 255 = 11%
B 54 of 255 = 21%

163
29
54

R + G + B ~ 32%. #A31D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 163 + 29 + 54 = 246 (100%)
R 163 of 246 ~ 66.26%
G 29 of 246 ~ 11.79%
B 54 of 246 ~ 21.95'%

%66.26
%11.79
%21.95

CMYK color model

#A31D36 color CMYK value is (0,82,67,36).

  • cyan value is 0.00%
  • magenta value is 82.21%
  • yellow value is 66.87%
  • key color value is 36.08%

CMYK: (0,82,67,36)
C0M82Y67K36 (0%, 82%, 67%, 36%)
(0.00 / 0.82 / 0.67 / 0.36)

CMYK percentages

%0
%82.21
%66.87
%36.08

Codes

Color #A31D36 in popluar color models

A3 1D 36
RGB 163 29 54
HSL 349° 69.79% 37.65%
HSB/HSV 349° 82.21% 63.92%
CMYK 0.00% 82.21% 66.87%
36.08%

Color #A31D36 in popluar number systems.

HEX A3 1D 36
Decimal 163 29 54
Binary 10100011 11101 110110
Octal 243 35 66

Shades and tints

Shades of #A31D36

#A31D36
(163,29,54)
#951B32
(149,27,50)
#87192E
(135,25,46)
#79172A
(121,23,42)
#6B1526
(107,21,38)
#5D1322
(93,19,34)
#4F111E
(79,17,30)
#410F1A
(65,15,26)
#330D16
(51,13,22)
#250B12
(37,11,18)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #A31D36

#A31D36
(163,29,54)
#AB3148
(171,49,72)
#B3455A
(179,69,90)
#BB596C
(187,89,108)
#C36D7E
(195,109,126)
#CB8190
(203,129,144)
#D395A2
(211,149,162)
#DBA9B4
(219,169,180)
#E3BDC6
(227,189,198)
#EBD1D8
(235,209,216)
#F3E5EA
(243,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A31D36; }

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

This text font color is #A31D36.

Background Color

.myBgColor { background-color: #A31D36; }

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

This div background color is #A31D36.

Border color

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

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

This div border color is #A31D36.

Opacity

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

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

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

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

This text has shadow with #A31D36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A31D36.

Preview

Color preview on black background

This text has color #A31D36 on black background.


Color preview on white background

This text has color #A31D36 on white background.


Black color preview on #A31D36 background

This text has black color on #A31D36 background.


White color preview on #A31D36 background

This text has white color on #A31D36 background.


Related colors

Complementary color

Complementary color for #hex is #5CE2C9.


I love getcolorcode.com

Triadic colors

1 #36A31D and #1D36A3 with #A31D36 are triadic colors.

2 #361DA3 and #1DA336 with #A31D36 are triadic colors.