COLOR #A52D30

HEX: #A52D30
RGB: (165,45,48)

Color info

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

RGB color model

#A52D30 color RGB value is (165,45,48).

  • red value is 165;
  • green value is 45;
  • blue value is 48.
RGB:
(165,45,48)
(65%,18%,19%)

RGB channels and saturation

R 165 of 255 = 65%
G 45 of 255 = 18%
B 48 of 255 = 19%

165
45
48

R + G + B ~ 34%. #A52D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 45 + 48 = 258 (100%)
R 165 of 258 ~ 63.95%
G 45 of 258 ~ 17.44%
B 48 of 258 ~ 18.6%

%63.95
%17.44
%18.6

CMYK color model

#A52D30 color CMYK value is (0,73,71,35).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 70.91%
  • key color value is 35.29%
CMYK:
(0,73,71,35)
C0M73Y71K35 
(0%,73%,71%,35%)
(0.00/0.73/0.71/0.35)	

CMYK percentages

%0
%72.73
%70.91
%35.29

Codes

Color #A52D30 in popluar color models

A52D30
RGB1654548
HSL359°57.14%41.18%
HSB/HSV359°72.73%64.71%
CMYK0.00%72.73%70.91%
35.29%

Color #A52D30 in popluar number systems.

HEXA52D30
Decimal1654548
Binary10100101101101110000
Octal2455560

Shades and tints

Shades of #A52D30

#A52D30
(165,45,48)
#96292C
(150,41,44)
#872528
(135,37,40)
#782124
(120,33,36)
#691D20
(105,29,32)
#5A191C
(90,25,28)
#4B1518
(75,21,24)
#3C1114
(60,17,20)
#2D0D10
(45,13,16)
#1E090C
(30,9,12)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #A52D30

#A52D30
(165,45,48)
#AD4042
(173,64,66)
#B55354
(181,83,84)
#BD6666
(189,102,102)
#C57978
(197,121,120)
#CD8C8A
(205,140,138)
#D59F9C
(213,159,156)
#DDB2AE
(221,178,174)
#E5C5C0
(229,197,192)
#EDD8D2
(237,216,210)
#F5EBE4
(245,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52D30 color. Also use rgb(165,45,48) instead hex code.

Text Font Color

.myTextColor { color: #A52D30; }

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

This text font color is #A52D30.


Background Color

.myBgColor { background-color: #A52D30; }

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

This div background color is #A52D30.


Border color

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

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

This div border color is #A52D30.


Opacity

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

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

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

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

This text has shadow with #A52D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52D30 on black background.


Color preview on white background

This text has color #A52D30 on white background.



Black color preview on #A52D30 background

This text has black color on #A52D30 background.


White color preview on #A52D30 background

This text has white color on #A52D30 background.