COLOR #A4182C

HEX: #A4182C
RGB: (164,24,44)

Color info

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

RGB color model

#A4182C color RGB value is (164,24,44).

  • red value is 164;
  • green value is 24;
  • blue value is 44.
RGB:
(164,24,44)
(64%,9%,17%)

RGB channels and saturation

R 164 of 255 = 64%
G 24 of 255 = 9%
B 44 of 255 = 17%

164
24
44

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

Portions of RGB colors in percentages

R + G + B =
164 + 24 + 44 = 232 (100%)
R 164 of 232 ~ 70.69%
G 24 of 232 ~ 10.34%
B 44 of 232 ~ 18.97%

%70.69
%10.34
%18.97

CMYK color model

#A4182C color CMYK value is (0,85,73,36).

  • cyan value is 0.00%
  • magenta value is 85.37%
  • yellow value is 73.17%
  • key color value is 35.69%
CMYK:
(0,85,73,36)
C0M85Y73K36 
(0%,85%,73%,36%)
(0.00/0.85/0.73/0.36)	

CMYK percentages

%0
%85.37
%73.17
%35.69

Codes

Color #A4182C in popluar color models

A4182C
RGB1642444
HSL351°74.47%36.86%
HSB/HSV351°85.37%64.31%
CMYK0.00%85.37%73.17%
35.69%

Color #A4182C in popluar number systems.

HEXA4182C
Decimal1642444
Binary1010010011000101100
Octal2443054

Shades and tints

Shades of #A4182C

#A4182C
(164,24,44)
#961628
(150,22,40)
#881424
(136,20,36)
#7A1220
(122,18,32)
#6C101C
(108,16,28)
#5E0E18
(94,14,24)
#500C14
(80,12,20)
#420A10
(66,10,16)
#34080C
(52,8,12)
#260608
(38,6,8)
#180404
(24,4,4)
#000000
(0,0,0)

Tints of #A4182C

#A4182C
(164,24,44)
#AC2D3F
(172,45,63)
#B44252
(180,66,82)
#BC5765
(188,87,101)
#C46C78
(196,108,120)
#CC818B
(204,129,139)
#D4969E
(212,150,158)
#DCABB1
(220,171,177)
#E4C0C4
(228,192,196)
#ECD5D7
(236,213,215)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4182C color. Also use rgb(164,24,44) instead hex code.

Text Font Color

.myTextColor { color: #A4182C; }

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

This text font color is #A4182C.


Background Color

.myBgColor { background-color: #A4182C; }

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

This div background color is #A4182C.


Border color

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

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

This div border color is #A4182C.


Opacity

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

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

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

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

This text has shadow with #A4182C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4182C on black background.


Color preview on white background

This text has color #A4182C on white background.



Black color preview on #A4182C background

This text has black color on #A4182C background.


White color preview on #A4182C background

This text has white color on #A4182C background.