COLOR #A52531

HEX: #A52531
RGB: (165,37,49)

Color info

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

RGB color model

#A52531 color RGB value is (165,37,49).

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

RGB channels and saturation

R 165 of 255 = 65%
G 37 of 255 = 15%
B 49 of 255 = 19%

165
37
49

R + G + B ~ 33%. #A52531 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 37 + 49 = 251 (100%)
R 165 of 251 ~ 65.74%
G 37 of 251 ~ 14.74%
B 49 of 251 ~ 19.52%

%65.74
%14.74
%19.52

CMYK color model

#A52531 color CMYK value is (0,78,70,35).

  • cyan value is 0.00%
  • magenta value is 77.58%
  • yellow value is 70.30%
  • key color value is 35.29%
CMYK:
(0,78,70,35)
C0M78Y70K35 
(0%,78%,70%,35%)
(0.00/0.78/0.70/0.35)	

CMYK percentages

%0
%77.58
%70.3
%35.29

Codes

Color #A52531 in popluar color models

A52531
RGB1653749
HSL354°63.37%39.61%
HSB/HSV354°77.58%64.71%
CMYK0.00%77.58%70.30%
35.29%

Color #A52531 in popluar number systems.

HEXA52531
Decimal1653749
Binary10100101100101110001
Octal2454561

Shades and tints

Shades of #A52531

#A52531
(165,37,49)
#96222D
(150,34,45)
#871F29
(135,31,41)
#781C25
(120,28,37)
#691921
(105,25,33)
#5A161D
(90,22,29)
#4B1319
(75,19,25)
#3C1015
(60,16,21)
#2D0D11
(45,13,17)
#1E0A0D
(30,10,13)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #A52531

#A52531
(165,37,49)
#AD3843
(173,56,67)
#B54B55
(181,75,85)
#BD5E67
(189,94,103)
#C57179
(197,113,121)
#CD848B
(205,132,139)
#D5979D
(213,151,157)
#DDAAAF
(221,170,175)
#E5BDC1
(229,189,193)
#EDD0D3
(237,208,211)
#F5E3E5
(245,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A52531; }

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

This text font color is #A52531.


Background Color

.myBgColor { background-color: #A52531; }

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

This div background color is #A52531.


Border color

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

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

This div border color is #A52531.


Opacity

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

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

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

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

This text has shadow with #A52531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52531 on black background.


Color preview on white background

This text has color #A52531 on white background.



Black color preview on #A52531 background

This text has black color on #A52531 background.


White color preview on #A52531 background

This text has white color on #A52531 background.