COLOR #A44030

HEX: #A44030 RGB: (164,64,48)

Color info

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

RGB color model

#A44030 color RGB value is (164,64,48).

RGB: (164,64,48) (64%, 25%, 19%)

RGB channels and saturation

R 164 of 255 = 64%
G 64 of 255 = 25%
B 48 of 255 = 19%

164
64
48

R + G + B ~ 36%. #A44030 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 164 + 64 + 48 = 276 (100%)
R 164 of 276 ~ 59.42%
G 64 of 276 ~ 23.19%
B 48 of 276 ~ 17.39'%

%59.42
%23.19
%17.39

CMYK color model

#A44030 color CMYK value is (0,61,71,36).

  • cyan value is 0.00%
  • magenta value is 60.98%
  • yellow value is 70.73%
  • key color value is 35.69%

CMYK: (0,61,71,36)
C0M61Y71K36 (0%, 61%, 71%, 36%)
(0.00 / 0.61 / 0.71 / 0.36)

CMYK percentages

%0
%60.98
%70.73
%35.69

Codes

Color #A44030 in popluar color models

A4 40 30
RGB 164 64 48
HSL 54.72% 41.57%
HSB/HSV 70.73% 64.31%
CMYK 0.00% 60.98% 70.73%
35.69%

Color #A44030 in popluar number systems.

HEX A4 40 30
Decimal 164 64 48
Binary 10100100 1000000 110000
Octal 244 100 60

Shades and tints

Shades of #A44030

#A44030
(164,64,48)
#963B2C
(150,59,44)
#883628
(136,54,40)
#7A3124
(122,49,36)
#6C2C20
(108,44,32)
#5E271C
(94,39,28)
#502218
(80,34,24)
#421D14
(66,29,20)
#341810
(52,24,16)
#26130C
(38,19,12)
#180E08
(24,14,8)
#000000
(0,0,0)

Tints of #A44030

#A44030
(164,64,48)
#AC5142
(172,81,66)
#B46254
(180,98,84)
#BC7366
(188,115,102)
#C48478
(196,132,120)
#CC958A
(204,149,138)
#D4A69C
(212,166,156)
#DCB7AE
(220,183,174)
#E4C8C0
(228,200,192)
#ECD9D2
(236,217,210)
#F4EAE4
(244,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A44030; }

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

This text font color is #A44030.

Background Color

.myBgColor { background-color: #A44030; }

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

This div background color is #A44030.

Border color

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

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

This div border color is #A44030.

Opacity

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

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

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

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

This text has shadow with #A44030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A44030.

Preview

Color preview on black background

This text has color #A44030 on black background.


Color preview on white background

This text has color #A44030 on white background.


Black color preview on #A44030 background

This text has black color on #A44030 background.


White color preview on #A44030 background

This text has white color on #A44030 background.


Related colors

Complementary color

Complementary color for #hex is #5BBFCF.


I love getcolorcode.com

Triadic colors

1 #30A440 and #4030A4 with #A44030 are triadic colors.

2 #3040A4 and #40A430 with #A44030 are triadic colors.