COLOR #A51A31

HEX: #A51A31
RGB: (165,26,49)

Color info

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

RGB color model

#A51A31 color RGB value is (165,26,49).

  • red value is 165;
  • green value is 26;
  • blue value is 49.
RGB:
(165,26,49)
(65%,10%,19%)

RGB channels and saturation

R 165 of 255 = 65%
G 26 of 255 = 10%
B 49 of 255 = 19%

165
26
49

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

Portions of RGB colors in percentages

R + G + B =
165 + 26 + 49 = 240 (100%)
R 165 of 240 ~ 68.75%
G 26 of 240 ~ 10.83%
B 49 of 240 ~ 20.42%

%68.75
%10.83
%20.42

CMYK color model

#A51A31 color CMYK value is (0,84,70,35).

  • cyan value is 0.00%
  • magenta value is 84.24%
  • yellow value is 70.30%
  • key color value is 35.29%
CMYK:
(0,84,70,35)
C0M84Y70K35 
(0%,84%,70%,35%)
(0.00/0.84/0.70/0.35)	

CMYK percentages

%0
%84.24
%70.3
%35.29

Codes

Color #A51A31 in popluar color models

A51A31
RGB1652649
HSL350°72.77%37.45%
HSB/HSV350°84.24%64.71%
CMYK0.00%84.24%70.30%
35.29%

Color #A51A31 in popluar number systems.

HEXA51A31
Decimal1652649
Binary1010010111010110001
Octal2453261

Shades and tints

Shades of #A51A31

#A51A31
(165,26,49)
#96182D
(150,24,45)
#871629
(135,22,41)
#781425
(120,20,37)
#691221
(105,18,33)
#5A101D
(90,16,29)
#4B0E19
(75,14,25)
#3C0C15
(60,12,21)
#2D0A11
(45,10,17)
#1E080D
(30,8,13)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #A51A31

#A51A31
(165,26,49)
#AD2E43
(173,46,67)
#B54255
(181,66,85)
#BD5667
(189,86,103)
#C56A79
(197,106,121)
#CD7E8B
(205,126,139)
#D5929D
(213,146,157)
#DDA6AF
(221,166,175)
#E5BAC1
(229,186,193)
#EDCED3
(237,206,211)
#F5E2E5
(245,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A51A31 color. Also use rgb(165,26,49) instead hex code.

Text Font Color

.myTextColor { color: #A51A31; }

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

This text font color is #A51A31.


Background Color

.myBgColor { background-color: #A51A31; }

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

This div background color is #A51A31.


Border color

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

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

This div border color is #A51A31.


Opacity

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

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

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

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

This text has shadow with #A51A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A51A31 on black background.


Color preview on white background

This text has color #A51A31 on white background.



Black color preview on #A51A31 background

This text has black color on #A51A31 background.


White color preview on #A51A31 background

This text has white color on #A51A31 background.