COLOR #A43B21

HEX: #A43B21
RGB: (164,59,33)

Color info

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

RGB color model

#A43B21 color RGB value is (164,59,33).

  • red value is 164;
  • green value is 59;
  • blue value is 33.
RGB:
(164,59,33)
(64%,23%,13%)

RGB channels and saturation

R 164 of 255 = 64%
G 59 of 255 = 23%
B 33 of 255 = 13%

164
59
33

R + G + B ~ 33%. #A43B21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 59 + 33 = 256 (100%)
R 164 of 256 ~ 64.06%
G 59 of 256 ~ 23.05%
B 33 of 256 ~ 12.89%

%64.06
%23.05
%12.89

CMYK color model

#A43B21 color CMYK value is (0,64,80,36).

  • cyan value is 0.00%
  • magenta value is 64.02%
  • yellow value is 79.88%
  • key color value is 35.69%
CMYK:
(0,64,80,36)
C0M64Y80K36 
(0%,64%,80%,36%)
(0.00/0.64/0.80/0.36)	

CMYK percentages

%0
%64.02
%79.88
%35.69

Codes

Color #A43B21 in popluar color models

A43B21
RGB1645933
HSL12°66.50%38.63%
HSB/HSV12°79.88%64.31%
CMYK0.00%64.02%79.88%
35.69%

Color #A43B21 in popluar number systems.

HEXA43B21
Decimal1645933
Binary10100100111011100001
Octal2447341

Shades and tints

Shades of #A43B21

#A43B21
(164,59,33)
#96361E
(150,54,30)
#88311B
(136,49,27)
#7A2C18
(122,44,24)
#6C2715
(108,39,21)
#5E2212
(94,34,18)
#501D0F
(80,29,15)
#42180C
(66,24,12)
#341309
(52,19,9)
#260E06
(38,14,6)
#180903
(24,9,3)
#000000
(0,0,0)

Tints of #A43B21

#A43B21
(164,59,33)
#AC4C35
(172,76,53)
#B45D49
(180,93,73)
#BC6E5D
(188,110,93)
#C47F71
(196,127,113)
#CC9085
(204,144,133)
#D4A199
(212,161,153)
#DCB2AD
(220,178,173)
#E4C3C1
(228,195,193)
#ECD4D5
(236,212,213)
#F4E5E9
(244,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A43B21 color. Also use rgb(164,59,33) instead hex code.

Text Font Color

.myTextColor { color: #A43B21; }

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

This text font color is #A43B21.


Background Color

.myBgColor { background-color: #A43B21; }

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

This div background color is #A43B21.


Border color

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

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

This div border color is #A43B21.


Opacity

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

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

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

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

This text has shadow with #A43B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43B21 on black background.


Color preview on white background

This text has color #A43B21 on white background.



Black color preview on #A43B21 background

This text has black color on #A43B21 background.


White color preview on #A43B21 background

This text has white color on #A43B21 background.