COLOR #A43037

HEX: #A43037
RGB: (164,48,55)

Color info

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

RGB color model

#A43037 color RGB value is (164,48,55).

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

RGB channels and saturation

R 164 of 255 = 64%
G 48 of 255 = 19%
B 55 of 255 = 22%

164
48
55

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

Portions of RGB colors in percentages

R + G + B =
164 + 48 + 55 = 267 (100%)
R 164 of 267 ~ 61.42%
G 48 of 267 ~ 17.98%
B 55 of 267 ~ 20.6%

%61.42
%17.98
%20.6

CMYK color model

#A43037 color CMYK value is (0,71,66,36).

  • cyan value is 0.00%
  • magenta value is 70.73%
  • yellow value is 66.46%
  • key color value is 35.69%
CMYK:
(0,71,66,36)
C0M71Y66K36 
(0%,71%,66%,36%)
(0.00/0.71/0.66/0.36)	

CMYK percentages

%0
%70.73
%66.46
%35.69

Codes

Color #A43037 in popluar color models

A43037
RGB1644855
HSL356°54.72%41.57%
HSB/HSV356°70.73%64.31%
CMYK0.00%70.73%66.46%
35.69%

Color #A43037 in popluar number systems.

HEXA43037
Decimal1644855
Binary10100100110000110111
Octal2446067

Shades and tints

Shades of #A43037

#A43037
(164,48,55)
#962C32
(150,44,50)
#88282D
(136,40,45)
#7A2428
(122,36,40)
#6C2023
(108,32,35)
#5E1C1E
(94,28,30)
#501819
(80,24,25)
#421414
(66,20,20)
#34100F
(52,16,15)
#260C0A
(38,12,10)
#180805
(24,8,5)
#000000
(0,0,0)

Tints of #A43037

#A43037
(164,48,55)
#AC4249
(172,66,73)
#B4545B
(180,84,91)
#BC666D
(188,102,109)
#C4787F
(196,120,127)
#CC8A91
(204,138,145)
#D49CA3
(212,156,163)
#DCAEB5
(220,174,181)
#E4C0C7
(228,192,199)
#ECD2D9
(236,210,217)
#F4E4EB
(244,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A43037; }

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

This text font color is #A43037.


Background Color

.myBgColor { background-color: #A43037; }

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

This div background color is #A43037.


Border color

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

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

This div border color is #A43037.


Opacity

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

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

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

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

This text has shadow with #A43037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A43037 on black background.


Color preview on white background

This text has color #A43037 on white background.



Black color preview on #A43037 background

This text has black color on #A43037 background.


White color preview on #A43037 background

This text has white color on #A43037 background.