COLOR #A32252

HEX: #A32252
RGB: (163,34,82)

Color info

#A32252 contains mainly red color. Web safe color of #A32252 is #993366 (or #936).

RGB color model

#A32252 color RGB value is (163,34,82).

  • red value is 163;
  • green value is 34;
  • blue value is 82.
RGB:
(163,34,82)
(64%,13%,32%)

RGB channels and saturation

R 163 of 255 = 64%
G 34 of 255 = 13%
B 82 of 255 = 32%

163
34
82

R + G + B ~ 36%. #A32252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 34 + 82 = 279 (100%)
R 163 of 279 ~ 58.42%
G 34 of 279 ~ 12.19%
B 82 of 279 ~ 29.39%

%58.42
%12.19
%29.39

CMYK color model

#A32252 color CMYK value is (0,79,50,36).

  • cyan value is 0.00%
  • magenta value is 79.14%
  • yellow value is 49.69%
  • key color value is 36.08%
CMYK:
(0,79,50,36)
C0M79Y50K36 
(0%,79%,50%,36%)
(0.00/0.79/0.50/0.36)	

CMYK percentages

%0
%79.14
%49.69
%36.08

Codes

Color #A32252 in popluar color models

A32252
RGB1633482
HSL338°65.48%38.63%
HSB/HSV338°79.14%63.92%
CMYK0.00%79.14%49.69%
36.08%

Color #A32252 in popluar number systems.

HEXA32252
Decimal1633482
Binary101000111000101010010
Octal24342122

Shades and tints

Shades of #A32252

#A32252
(163,34,82)
#951F4B
(149,31,75)
#871C44
(135,28,68)
#79193D
(121,25,61)
#6B1636
(107,22,54)
#5D132F
(93,19,47)
#4F1028
(79,16,40)
#410D21
(65,13,33)
#330A1A
(51,10,26)
#250713
(37,7,19)
#17040C
(23,4,12)
#000000
(0,0,0)

Tints of #A32252

#A32252
(163,34,82)
#AB3661
(171,54,97)
#B34A70
(179,74,112)
#BB5E7F
(187,94,127)
#C3728E
(195,114,142)
#CB869D
(203,134,157)
#D39AAC
(211,154,172)
#DBAEBB
(219,174,187)
#E3C2CA
(227,194,202)
#EBD6D9
(235,214,217)
#F3EAE8
(243,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A32252 color. Also use rgb(163,34,82) instead hex code.

Text Font Color

.myTextColor { color: #A32252; }

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

This text font color is #A32252.


Background Color

.myBgColor { background-color: #A32252; }

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

This div background color is #A32252.


Border color

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

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

This div border color is #A32252.


Opacity

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

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

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

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

This text has shadow with #A32252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A32252 on black background.


Color preview on white background

This text has color #A32252 on white background.



Black color preview on #A32252 background

This text has black color on #A32252 background.


White color preview on #A32252 background

This text has white color on #A32252 background.