COLOR #A32E2A

HEX: #A32E2A
RGB: (163,46,42)

Color info

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

RGB color model

#A32E2A color RGB value is (163,46,42).

  • red value is 163;
  • green value is 46;
  • blue value is 42.
RGB:
(163,46,42)
(64%,18%,16%)

RGB channels and saturation

R 163 of 255 = 64%
G 46 of 255 = 18%
B 42 of 255 = 16%

163
46
42

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

Portions of RGB colors in percentages

R + G + B =
163 + 46 + 42 = 251 (100%)
R 163 of 251 ~ 64.94%
G 46 of 251 ~ 18.33%
B 42 of 251 ~ 16.73%

%64.94
%18.33
%16.73

CMYK color model

#A32E2A color CMYK value is (0,72,74,36).

  • cyan value is 0.00%
  • magenta value is 71.78%
  • yellow value is 74.23%
  • key color value is 36.08%
CMYK:
(0,72,74,36)
C0M72Y74K36 
(0%,72%,74%,36%)
(0.00/0.72/0.74/0.36)	

CMYK percentages

%0
%71.78
%74.23
%36.08

Codes

Color #A32E2A in popluar color models

A32E2A
RGB1634642
HSL59.02%40.20%
HSB/HSV74.23%63.92%
CMYK0.00%71.78%74.23%
36.08%

Color #A32E2A in popluar number systems.

HEXA32E2A
Decimal1634642
Binary10100011101110101010
Octal2435652

Shades and tints

Shades of #A32E2A

#A32E2A
(163,46,42)
#952A27
(149,42,39)
#872624
(135,38,36)
#792221
(121,34,33)
#6B1E1E
(107,30,30)
#5D1A1B
(93,26,27)
#4F1618
(79,22,24)
#411215
(65,18,21)
#330E12
(51,14,18)
#250A0F
(37,10,15)
#17060C
(23,6,12)
#000000
(0,0,0)

Tints of #A32E2A

#A32E2A
(163,46,42)
#AB413D
(171,65,61)
#B35450
(179,84,80)
#BB6763
(187,103,99)
#C37A76
(195,122,118)
#CB8D89
(203,141,137)
#D3A09C
(211,160,156)
#DBB3AF
(219,179,175)
#E3C6C2
(227,198,194)
#EBD9D5
(235,217,213)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A32E2A color. Also use rgb(163,46,42) instead hex code.

Text Font Color

.myTextColor { color: #A32E2A; }

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

This text font color is #A32E2A.


Background Color

.myBgColor { background-color: #A32E2A; }

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

This div background color is #A32E2A.


Border color

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

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

This div border color is #A32E2A.


Opacity

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

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

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

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

This text has shadow with #A32E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A32E2A on black background.


Color preview on white background

This text has color #A32E2A on white background.



Black color preview on #A32E2A background

This text has black color on #A32E2A background.


White color preview on #A32E2A background

This text has white color on #A32E2A background.