COLOR #A9132E

HEX: #A9132E
RGB: (169,19,46)

Color info

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

RGB color model

#A9132E color RGB value is (169,19,46).

  • red value is 169;
  • green value is 19;
  • blue value is 46.
RGB:
(169,19,46)
(66%,7%,18%)

RGB channels and saturation

R 169 of 255 = 66%
G 19 of 255 = 7%
B 46 of 255 = 18%

169
19
46

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

Portions of RGB colors in percentages

R + G + B =
169 + 19 + 46 = 234 (100%)
R 169 of 234 ~ 72.22%
G 19 of 234 ~ 8.12%
B 46 of 234 ~ 19.66%

%72.22
%19.66

CMYK color model

#A9132E color CMYK value is (0,89,73,34).

  • cyan value is 0.00%
  • magenta value is 88.76%
  • yellow value is 72.78%
  • key color value is 33.73%
CMYK:
(0,89,73,34)
C0M89Y73K34 
(0%,89%,73%,34%)
(0.00/0.89/0.73/0.34)	

CMYK percentages

%0
%88.76
%72.78
%33.73

Codes

Color #A9132E in popluar color models

A9132E
RGB1691946
HSL349°79.79%36.86%
HSB/HSV349°88.76%66.27%
CMYK0.00%88.76%72.78%
33.73%

Color #A9132E in popluar number systems.

HEXA9132E
Decimal1691946
Binary1010100110011101110
Octal2512356

Shades and tints

Shades of #A9132E

#A9132E
(169,19,46)
#9A122A
(154,18,42)
#8B1126
(139,17,38)
#7C1022
(124,16,34)
#6D0F1E
(109,15,30)
#5E0E1A
(94,14,26)
#4F0D16
(79,13,22)
#400C12
(64,12,18)
#310B0E
(49,11,14)
#220A0A
(34,10,10)
#130906
(19,9,6)
#000000
(0,0,0)

Tints of #A9132E

#A9132E
(169,19,46)
#B02841
(176,40,65)
#B73D54
(183,61,84)
#BE5267
(190,82,103)
#C5677A
(197,103,122)
#CC7C8D
(204,124,141)
#D391A0
(211,145,160)
#DAA6B3
(218,166,179)
#E1BBC6
(225,187,198)
#E8D0D9
(232,208,217)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9132E color. Also use rgb(169,19,46) instead hex code.

Text Font Color

.myTextColor { color: #A9132E; }

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

This text font color is #A9132E.


Background Color

.myBgColor { background-color: #A9132E; }

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

This div background color is #A9132E.


Border color

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

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

This div border color is #A9132E.


Opacity

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

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

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

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

This text has shadow with #A9132E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9132E on black background.


Color preview on white background

This text has color #A9132E on white background.



Black color preview on #A9132E background

This text has black color on #A9132E background.


White color preview on #A9132E background

This text has white color on #A9132E background.