COLOR #A43E40

HEX: #A43E40
RGB: (164,62,64)

Color info

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

RGB color model

#A43E40 color RGB value is (164,62,64).

  • red value is 164;
  • green value is 62;
  • blue value is 64.
RGB:
(164,62,64)
(64%,24%,25%)

RGB channels and saturation

R 164 of 255 = 64%
G 62 of 255 = 24%
B 64 of 255 = 25%

164
62
64

R + G + B ~ 38%. #A43E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 62 + 64 = 290 (100%)
R 164 of 290 ~ 56.55%
G 62 of 290 ~ 21.38%
B 64 of 290 ~ 22.07%

%56.55
%21.38
%22.07

CMYK color model

#A43E40 color CMYK value is (0,62,61,36).

  • cyan value is 0.00%
  • magenta value is 62.20%
  • yellow value is 60.98%
  • key color value is 35.69%
CMYK:
(0,62,61,36)
C0M62Y61K36 
(0%,62%,61%,36%)
(0.00/0.62/0.61/0.36)	

CMYK percentages

%0
%62.2
%60.98
%35.69

Codes

Color #A43E40 in popluar color models

A43E40
RGB1646264
HSL359°45.13%44.31%
HSB/HSV359°62.20%64.31%
CMYK0.00%62.20%60.98%
35.69%

Color #A43E40 in popluar number systems.

HEXA43E40
Decimal1646264
Binary101001001111101000000
Octal24476100

Shades and tints

Shades of #A43E40

#A43E40
(164,62,64)
#96393B
(150,57,59)
#883436
(136,52,54)
#7A2F31
(122,47,49)
#6C2A2C
(108,42,44)
#5E2527
(94,37,39)
#502022
(80,32,34)
#421B1D
(66,27,29)
#341618
(52,22,24)
#261113
(38,17,19)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #A43E40

#A43E40
(164,62,64)
#AC4F51
(172,79,81)
#B46062
(180,96,98)
#BC7173
(188,113,115)
#C48284
(196,130,132)
#CC9395
(204,147,149)
#D4A4A6
(212,164,166)
#DCB5B7
(220,181,183)
#E4C6C8
(228,198,200)
#ECD7D9
(236,215,217)
#F4E8EA
(244,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43E40 color. Also use rgb(164,62,64) instead hex code.

Text Font Color

.myTextColor { color: #A43E40; }

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

This text font color is #A43E40.


Background Color

.myBgColor { background-color: #A43E40; }

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

This div background color is #A43E40.


Border color

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

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

This div border color is #A43E40.


Opacity

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

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

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

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

This text has shadow with #A43E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43E40 on black background.


Color preview on white background

This text has color #A43E40 on white background.



Black color preview on #A43E40 background

This text has black color on #A43E40 background.


White color preview on #A43E40 background

This text has white color on #A43E40 background.