COLOR #A30E32

HEX: #A30E32
RGB: (163,14,50)

Color info

#A30E32 contains mainly red color. Web safe color of #A30E32 is #990033 (or #903).

RGB color model

#A30E32 color RGB value is (163,14,50).

  • red value is 163;
  • green value is 14;
  • blue value is 50.
RGB:
(163,14,50)
(64%,5%,20%)

RGB channels and saturation

R 163 of 255 = 64%
G 14 of 255 = 5%
B 50 of 255 = 20%

163
14
50

R + G + B ~ 30%. #A30E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 14 + 50 = 227 (100%)
R 163 of 227 ~ 71.81%
G 14 of 227 ~ 6.17%
B 50 of 227 ~ 22.03%

%71.81
%22.03

CMYK color model

#A30E32 color CMYK value is (0,91,69,36).

  • cyan value is 0.00%
  • magenta value is 91.41%
  • yellow value is 69.33%
  • key color value is 36.08%
CMYK:
(0,91,69,36)
C0M91Y69K36 
(0%,91%,69%,36%)
(0.00/0.91/0.69/0.36)	

CMYK percentages

%0
%91.41
%69.33
%36.08

Codes

Color #A30E32 in popluar color models

A30E32
RGB1631450
HSL346°84.18%34.71%
HSB/HSV346°91.41%63.92%
CMYK0.00%91.41%69.33%
36.08%

Color #A30E32 in popluar number systems.

HEXA30E32
Decimal1631450
Binary101000111110110010
Octal2431662

Shades and tints

Shades of #A30E32

#A30E32
(163,14,50)
#950D2E
(149,13,46)
#870C2A
(135,12,42)
#790B26
(121,11,38)
#6B0A22
(107,10,34)
#5D091E
(93,9,30)
#4F081A
(79,8,26)
#410716
(65,7,22)
#330612
(51,6,18)
#25050E
(37,5,14)
#17040A
(23,4,10)
#000000
(0,0,0)

Tints of #A30E32

#A30E32
(163,14,50)
#AB2344
(171,35,68)
#B33856
(179,56,86)
#BB4D68
(187,77,104)
#C3627A
(195,98,122)
#CB778C
(203,119,140)
#D38C9E
(211,140,158)
#DBA1B0
(219,161,176)
#E3B6C2
(227,182,194)
#EBCBD4
(235,203,212)
#F3E0E6
(243,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A30E32 color. Also use rgb(163,14,50) instead hex code.

Text Font Color

.myTextColor { color: #A30E32; }

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

This text font color is #A30E32.


Background Color

.myBgColor { background-color: #A30E32; }

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

This div background color is #A30E32.


Border color

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

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

This div border color is #A30E32.


Opacity

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

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

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

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

This text has shadow with #A30E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A30E32 on black background.


Color preview on white background

This text has color #A30E32 on white background.



Black color preview on #A30E32 background

This text has black color on #A30E32 background.


White color preview on #A30E32 background

This text has white color on #A30E32 background.