COLOR #A32530

HEX: #A32530
RGB: (163,37,48)

Color info

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

RGB color model

#A32530 color RGB value is (163,37,48).

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

RGB channels and saturation

R 163 of 255 = 64%
G 37 of 255 = 15%
B 48 of 255 = 19%

163
37
48

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

Portions of RGB colors in percentages

R + G + B =
163 + 37 + 48 = 248 (100%)
R 163 of 248 ~ 65.73%
G 37 of 248 ~ 14.92%
B 48 of 248 ~ 19.35%

%65.73
%14.92
%19.35

CMYK color model

#A32530 color CMYK value is (0,77,71,36).

  • cyan value is 0.00%
  • magenta value is 77.30%
  • yellow value is 70.55%
  • key color value is 36.08%
CMYK:
(0,77,71,36)
C0M77Y71K36 
(0%,77%,71%,36%)
(0.00/0.77/0.71/0.36)	

CMYK percentages

%0
%77.3
%70.55
%36.08

Codes

Color #A32530 in popluar color models

A32530
RGB1633748
HSL355°63.00%39.22%
HSB/HSV355°77.30%63.92%
CMYK0.00%77.30%70.55%
36.08%

Color #A32530 in popluar number systems.

HEXA32530
Decimal1633748
Binary10100011100101110000
Octal2434560

Shades and tints

Shades of #A32530

#A32530
(163,37,48)
#95222C
(149,34,44)
#871F28
(135,31,40)
#791C24
(121,28,36)
#6B1920
(107,25,32)
#5D161C
(93,22,28)
#4F1318
(79,19,24)
#411014
(65,16,20)
#330D10
(51,13,16)
#250A0C
(37,10,12)
#170708
(23,7,8)
#000000
(0,0,0)

Tints of #A32530

#A32530
(163,37,48)
#AB3842
(171,56,66)
#B34B54
(179,75,84)
#BB5E66
(187,94,102)
#C37178
(195,113,120)
#CB848A
(203,132,138)
#D3979C
(211,151,156)
#DBAAAE
(219,170,174)
#E3BDC0
(227,189,192)
#EBD0D2
(235,208,210)
#F3E3E4
(243,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A32530; }

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

This text font color is #A32530.


Background Color

.myBgColor { background-color: #A32530; }

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

This div background color is #A32530.


Border color

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

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

This div border color is #A32530.


Opacity

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

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

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

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

This text has shadow with #A32530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A32530 on black background.


Color preview on white background

This text has color #A32530 on white background.



Black color preview on #A32530 background

This text has black color on #A32530 background.


White color preview on #A32530 background

This text has white color on #A32530 background.