COLOR #A43530

HEX: #A43530
RGB: (164,53,48)

Color info

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

RGB color model

#A43530 color RGB value is (164,53,48).

  • red value is 164;
  • green value is 53;
  • blue value is 48.
RGB:
(164,53,48)
(64%,21%,19%)

RGB channels and saturation

R 164 of 255 = 64%
G 53 of 255 = 21%
B 48 of 255 = 19%

164
53
48

R + G + B ~ 35%. #A43530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 53 + 48 = 265 (100%)
R 164 of 265 ~ 61.89%
G 53 of 265 ~ 20%
B 48 of 265 ~ 18.11%

%61.89
%20
%18.11

CMYK color model

#A43530 color CMYK value is (0,68,71,36).

  • cyan value is 0.00%
  • magenta value is 67.68%
  • yellow value is 70.73%
  • key color value is 35.69%
CMYK:
(0,68,71,36)
C0M68Y71K36 
(0%,68%,71%,36%)
(0.00/0.68/0.71/0.36)	

CMYK percentages

%0
%67.68
%70.73
%35.69

Codes

Color #A43530 in popluar color models

A43530
RGB1645348
HSL54.72%41.57%
HSB/HSV70.73%64.31%
CMYK0.00%67.68%70.73%
35.69%

Color #A43530 in popluar number systems.

HEXA43530
Decimal1645348
Binary10100100110101110000
Octal2446560

Shades and tints

Shades of #A43530

#A43530
(164,53,48)
#96312C
(150,49,44)
#882D28
(136,45,40)
#7A2924
(122,41,36)
#6C2520
(108,37,32)
#5E211C
(94,33,28)
#501D18
(80,29,24)
#421914
(66,25,20)
#341510
(52,21,16)
#26110C
(38,17,12)
#180D08
(24,13,8)
#000000
(0,0,0)

Tints of #A43530

#A43530
(164,53,48)
#AC4742
(172,71,66)
#B45954
(180,89,84)
#BC6B66
(188,107,102)
#C47D78
(196,125,120)
#CC8F8A
(204,143,138)
#D4A19C
(212,161,156)
#DCB3AE
(220,179,174)
#E4C5C0
(228,197,192)
#ECD7D2
(236,215,210)
#F4E9E4
(244,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A43530; }

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

This text font color is #A43530.


Background Color

.myBgColor { background-color: #A43530; }

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

This div background color is #A43530.


Border color

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

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

This div border color is #A43530.


Opacity

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

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

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

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

This text has shadow with #A43530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43530 on black background.


Color preview on white background

This text has color #A43530 on white background.



Black color preview on #A43530 background

This text has black color on #A43530 background.


White color preview on #A43530 background

This text has white color on #A43530 background.