COLOR #A9241C

HEX: #A9241C
RGB: (169,36,28)

Color info

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

RGB color model

#A9241C color RGB value is (169,36,28).

  • red value is 169;
  • green value is 36;
  • blue value is 28.
RGB:
(169,36,28)
(66%,14%,11%)

RGB channels and saturation

R 169 of 255 = 66%
G 36 of 255 = 14%
B 28 of 255 = 11%

169
36
28

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

Portions of RGB colors in percentages

R + G + B =
169 + 36 + 28 = 233 (100%)
R 169 of 233 ~ 72.53%
G 36 of 233 ~ 15.45%
B 28 of 233 ~ 12.02%

%72.53
%15.45
%12.02

CMYK color model

#A9241C color CMYK value is (0,79,83,34).

  • cyan value is 0.00%
  • magenta value is 78.70%
  • yellow value is 83.43%
  • key color value is 33.73%
CMYK:
(0,79,83,34)
C0M79Y83K34 
(0%,79%,83%,34%)
(0.00/0.79/0.83/0.34)	

CMYK percentages

%0
%78.7
%83.43
%33.73

Codes

Color #A9241C in popluar color models

A9241C
RGB1693628
HSL71.57%38.63%
HSB/HSV83.43%66.27%
CMYK0.00%78.70%83.43%
33.73%

Color #A9241C in popluar number systems.

HEXA9241C
Decimal1693628
Binary1010100110010011100
Octal2514434

Shades and tints

Shades of #A9241C

#A9241C
(169,36,28)
#9A211A
(154,33,26)
#8B1E18
(139,30,24)
#7C1B16
(124,27,22)
#6D1814
(109,24,20)
#5E1512
(94,21,18)
#4F1210
(79,18,16)
#400F0E
(64,15,14)
#310C0C
(49,12,12)
#22090A
(34,9,10)
#130608
(19,6,8)
#000000
(0,0,0)

Tints of #A9241C

#A9241C
(169,36,28)
#B03730
(176,55,48)
#B74A44
(183,74,68)
#BE5D58
(190,93,88)
#C5706C
(197,112,108)
#CC8380
(204,131,128)
#D39694
(211,150,148)
#DAA9A8
(218,169,168)
#E1BCBC
(225,188,188)
#E8CFD0
(232,207,208)
#EFE2E4
(239,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9241C color. Also use rgb(169,36,28) instead hex code.

Text Font Color

.myTextColor { color: #A9241C; }

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

This text font color is #A9241C.


Background Color

.myBgColor { background-color: #A9241C; }

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

This div background color is #A9241C.


Border color

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

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

This div border color is #A9241C.


Opacity

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

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

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

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

This text has shadow with #A9241C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9241C on black background.


Color preview on white background

This text has color #A9241C on white background.



Black color preview on #A9241C background

This text has black color on #A9241C background.


White color preview on #A9241C background

This text has white color on #A9241C background.