COLOR #A4192B

HEX: #A4192B
RGB: (164,25,43)

Color info

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

RGB color model

#A4192B color RGB value is (164,25,43).

  • red value is 164;
  • green value is 25;
  • blue value is 43.
RGB:
(164,25,43)
(64%,10%,17%)

RGB channels and saturation

R 164 of 255 = 64%
G 25 of 255 = 10%
B 43 of 255 = 17%

164
25
43

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

Portions of RGB colors in percentages

R + G + B =
164 + 25 + 43 = 232 (100%)
R 164 of 232 ~ 70.69%
G 25 of 232 ~ 10.78%
B 43 of 232 ~ 18.53%

%70.69
%10.78
%18.53

CMYK color model

#A4192B color CMYK value is (0,85,74,36).

  • cyan value is 0.00%
  • magenta value is 84.76%
  • yellow value is 73.78%
  • key color value is 35.69%
CMYK:
(0,85,74,36)
C0M85Y74K36 
(0%,85%,74%,36%)
(0.00/0.85/0.74/0.36)	

CMYK percentages

%0
%84.76
%73.78
%35.69

Codes

Color #A4192B in popluar color models

A4192B
RGB1642543
HSL352°73.54%37.06%
HSB/HSV352°84.76%64.31%
CMYK0.00%84.76%73.78%
35.69%

Color #A4192B in popluar number systems.

HEXA4192B
Decimal1642543
Binary1010010011001101011
Octal2443153

Shades and tints

Shades of #A4192B

#A4192B
(164,25,43)
#961728
(150,23,40)
#881525
(136,21,37)
#7A1322
(122,19,34)
#6C111F
(108,17,31)
#5E0F1C
(94,15,28)
#500D19
(80,13,25)
#420B16
(66,11,22)
#340913
(52,9,19)
#260710
(38,7,16)
#18050D
(24,5,13)
#000000
(0,0,0)

Tints of #A4192B

#A4192B
(164,25,43)
#AC2D3E
(172,45,62)
#B44151
(180,65,81)
#BC5564
(188,85,100)
#C46977
(196,105,119)
#CC7D8A
(204,125,138)
#D4919D
(212,145,157)
#DCA5B0
(220,165,176)
#E4B9C3
(228,185,195)
#ECCDD6
(236,205,214)
#F4E1E9
(244,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4192B color. Also use rgb(164,25,43) instead hex code.

Text Font Color

.myTextColor { color: #A4192B; }

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

This text font color is #A4192B.


Background Color

.myBgColor { background-color: #A4192B; }

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

This div background color is #A4192B.


Border color

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

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

This div border color is #A4192B.


Opacity

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

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

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

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

This text has shadow with #A4192B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4192B on black background.


Color preview on white background

This text has color #A4192B on white background.



Black color preview on #A4192B background

This text has black color on #A4192B background.


White color preview on #A4192B background

This text has white color on #A4192B background.