COLOR #A42A26

HEX: #A42A26
RGB: (164,42,38)

Color info

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

RGB color model

#A42A26 color RGB value is (164,42,38).

  • red value is 164;
  • green value is 42;
  • blue value is 38.
RGB:
(164,42,38)
(64%,16%,15%)

RGB channels and saturation

R 164 of 255 = 64%
G 42 of 255 = 16%
B 38 of 255 = 15%

164
42
38

R + G + B ~ 32%. #A42A26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 42 + 38 = 244 (100%)
R 164 of 244 ~ 67.21%
G 42 of 244 ~ 17.21%
B 38 of 244 ~ 15.57%

%67.21
%17.21
%15.57

CMYK color model

#A42A26 color CMYK value is (0,74,77,36).

  • cyan value is 0.00%
  • magenta value is 74.39%
  • yellow value is 76.83%
  • key color value is 35.69%
CMYK:
(0,74,77,36)
C0M74Y77K36 
(0%,74%,77%,36%)
(0.00/0.74/0.77/0.36)	

CMYK percentages

%0
%74.39
%76.83
%35.69

Codes

Color #A42A26 in popluar color models

A42A26
RGB1644238
HSL62.38%39.61%
HSB/HSV76.83%64.31%
CMYK0.00%74.39%76.83%
35.69%

Color #A42A26 in popluar number systems.

HEXA42A26
Decimal1644238
Binary10100100101010100110
Octal2445246

Shades and tints

Shades of #A42A26

#A42A26
(164,42,38)
#962723
(150,39,35)
#882420
(136,36,32)
#7A211D
(122,33,29)
#6C1E1A
(108,30,26)
#5E1B17
(94,27,23)
#501814
(80,24,20)
#421511
(66,21,17)
#34120E
(52,18,14)
#260F0B
(38,15,11)
#180C08
(24,12,8)
#000000
(0,0,0)

Tints of #A42A26

#A42A26
(164,42,38)
#AC3D39
(172,61,57)
#B4504C
(180,80,76)
#BC635F
(188,99,95)
#C47672
(196,118,114)
#CC8985
(204,137,133)
#D49C98
(212,156,152)
#DCAFAB
(220,175,171)
#E4C2BE
(228,194,190)
#ECD5D1
(236,213,209)
#F4E8E4
(244,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A42A26 color. Also use rgb(164,42,38) instead hex code.

Text Font Color

.myTextColor { color: #A42A26; }

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

This text font color is #A42A26.


Background Color

.myBgColor { background-color: #A42A26; }

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

This div background color is #A42A26.


Border color

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

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

This div border color is #A42A26.


Opacity

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

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

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

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

This text has shadow with #A42A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42A26 on black background.


Color preview on white background

This text has color #A42A26 on white background.



Black color preview on #A42A26 background

This text has black color on #A42A26 background.


White color preview on #A42A26 background

This text has white color on #A42A26 background.