COLOR #A1424D

HEX: #A1424D
RGB: (161,66,77)

Color info

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

RGB color model

#A1424D color RGB value is (161,66,77).

  • red value is 161;
  • green value is 66;
  • blue value is 77.
RGB:
(161,66,77)
(63%,26%,30%)

RGB channels and saturation

R 161 of 255 = 63%
G 66 of 255 = 26%
B 77 of 255 = 30%

161
66
77

R + G + B ~ 40%. #A1424D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 66 + 77 = 304 (100%)
R 161 of 304 ~ 52.96%
G 66 of 304 ~ 21.71%
B 77 of 304 ~ 25.33%

%52.96
%21.71
%25.33

CMYK color model

#A1424D color CMYK value is (0,59,52,37).

  • cyan value is 0.00%
  • magenta value is 59.01%
  • yellow value is 52.17%
  • key color value is 36.86%
CMYK:
(0,59,52,37)
C0M59Y52K37 
(0%,59%,52%,37%)
(0.00/0.59/0.52/0.37)	

CMYK percentages

%0
%59.01
%52.17
%36.86

Codes

Color #A1424D in popluar color models

A1424D
RGB1616677
HSL353°41.85%44.51%
HSB/HSV353°59.01%63.14%
CMYK0.00%59.01%52.17%
36.86%

Color #A1424D in popluar number systems.

HEXA1424D
Decimal1616677
Binary1010000110000101001101
Octal241102115

Shades and tints

Shades of #A1424D

#A1424D
(161,66,77)
#933C46
(147,60,70)
#85363F
(133,54,63)
#773038
(119,48,56)
#692A31
(105,42,49)
#5B242A
(91,36,42)
#4D1E23
(77,30,35)
#3F181C
(63,24,28)
#311215
(49,18,21)
#230C0E
(35,12,14)
#150607
(21,6,7)
#000000
(0,0,0)

Tints of #A1424D

#A1424D
(161,66,77)
#A9535D
(169,83,93)
#B1646D
(177,100,109)
#B9757D
(185,117,125)
#C1868D
(193,134,141)
#C9979D
(201,151,157)
#D1A8AD
(209,168,173)
#D9B9BD
(217,185,189)
#E1CACD
(225,202,205)
#E9DBDD
(233,219,221)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1424D color. Also use rgb(161,66,77) instead hex code.

Text Font Color

.myTextColor { color: #A1424D; }

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

This text font color is #A1424D.


Background Color

.myBgColor { background-color: #A1424D; }

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

This div background color is #A1424D.


Border color

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

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

This div border color is #A1424D.


Opacity

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

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

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

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

This text has shadow with #A1424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1424D on black background.


Color preview on white background

This text has color #A1424D on white background.



Black color preview on #A1424D background

This text has black color on #A1424D background.


White color preview on #A1424D background

This text has white color on #A1424D background.