COLOR #A42142

HEX: #A42142
RGB: (164,33,66)

Color info

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

RGB color model

#A42142 color RGB value is (164,33,66).

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

RGB channels and saturation

R 164 of 255 = 64%
G 33 of 255 = 13%
B 66 of 255 = 26%

164
33
66

R + G + B ~ 34%. #A42142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 33 + 66 = 263 (100%)
R 164 of 263 ~ 62.36%
G 33 of 263 ~ 12.55%
B 66 of 263 ~ 25.1%

%62.36
%12.55
%25.1

CMYK color model

#A42142 color CMYK value is (0,80,60,36).

  • cyan value is 0.00%
  • magenta value is 79.88%
  • yellow value is 59.76%
  • key color value is 35.69%
CMYK:
(0,80,60,36)
C0M80Y60K36 
(0%,80%,60%,36%)
(0.00/0.80/0.60/0.36)	

CMYK percentages

%0
%79.88
%59.76
%35.69

Codes

Color #A42142 in popluar color models

A42142
RGB1643366
HSL345°66.50%38.63%
HSB/HSV345°79.88%64.31%
CMYK0.00%79.88%59.76%
35.69%

Color #A42142 in popluar number systems.

HEXA42142
Decimal1643366
Binary101001001000011000010
Octal24441102

Shades and tints

Shades of #A42142

#A42142
(164,33,66)
#961E3C
(150,30,60)
#881B36
(136,27,54)
#7A1830
(122,24,48)
#6C152A
(108,21,42)
#5E1224
(94,18,36)
#500F1E
(80,15,30)
#420C18
(66,12,24)
#340912
(52,9,18)
#26060C
(38,6,12)
#180306
(24,3,6)
#000000
(0,0,0)

Tints of #A42142

#A42142
(164,33,66)
#AC3553
(172,53,83)
#B44964
(180,73,100)
#BC5D75
(188,93,117)
#C47186
(196,113,134)
#CC8597
(204,133,151)
#D499A8
(212,153,168)
#DCADB9
(220,173,185)
#E4C1CA
(228,193,202)
#ECD5DB
(236,213,219)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A42142; }

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

This text font color is #A42142.


Background Color

.myBgColor { background-color: #A42142; }

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

This div background color is #A42142.


Border color

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

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

This div border color is #A42142.


Opacity

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

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

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

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

This text has shadow with #A42142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42142 on black background.


Color preview on white background

This text has color #A42142 on white background.



Black color preview on #A42142 background

This text has black color on #A42142 background.


White color preview on #A42142 background

This text has white color on #A42142 background.