COLOR #A91E24

HEX: #A91E24
RGB: (169,30,36)

Color info

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

RGB color model

#A91E24 color RGB value is (169,30,36).

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

RGB channels and saturation

R 169 of 255 = 66%
G 30 of 255 = 12%
B 36 of 255 = 14%

169
30
36

R + G + B ~ 31%. #A91E24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 30 + 36 = 235 (100%)
R 169 of 235 ~ 71.91%
G 30 of 235 ~ 12.77%
B 36 of 235 ~ 15.32%

%71.91
%12.77
%15.32

CMYK color model

#A91E24 color CMYK value is (0,82,79,34).

  • cyan value is 0.00%
  • magenta value is 82.25%
  • yellow value is 78.70%
  • key color value is 33.73%
CMYK:
(0,82,79,34)
C0M82Y79K34 
(0%,82%,79%,34%)
(0.00/0.82/0.79/0.34)	

CMYK percentages

%0
%82.25
%78.7
%33.73

Codes

Color #A91E24 in popluar color models

A91E24
RGB1693036
HSL357°69.85%39.02%
HSB/HSV357°82.25%66.27%
CMYK0.00%82.25%78.70%
33.73%

Color #A91E24 in popluar number systems.

HEXA91E24
Decimal1693036
Binary1010100111110100100
Octal2513644

Shades and tints

Shades of #A91E24

#A91E24
(169,30,36)
#9A1C21
(154,28,33)
#8B1A1E
(139,26,30)
#7C181B
(124,24,27)
#6D1618
(109,22,24)
#5E1415
(94,20,21)
#4F1212
(79,18,18)
#40100F
(64,16,15)
#310E0C
(49,14,12)
#220C09
(34,12,9)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #A91E24

#A91E24
(169,30,36)
#B03237
(176,50,55)
#B7464A
(183,70,74)
#BE5A5D
(190,90,93)
#C56E70
(197,110,112)
#CC8283
(204,130,131)
#D39696
(211,150,150)
#DAAAA9
(218,170,169)
#E1BEBC
(225,190,188)
#E8D2CF
(232,210,207)
#EFE6E2
(239,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A91E24; }

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

This text font color is #A91E24.


Background Color

.myBgColor { background-color: #A91E24; }

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

This div background color is #A91E24.


Border color

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

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

This div border color is #A91E24.


Opacity

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

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

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

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

This text has shadow with #A91E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A91E24 on black background.


Color preview on white background

This text has color #A91E24 on white background.



Black color preview on #A91E24 background

This text has black color on #A91E24 background.


White color preview on #A91E24 background

This text has white color on #A91E24 background.