COLOR #A61E1D

HEX: #A61E1D
RGB: (166,30,29)

Color info

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

RGB color model

#A61E1D color RGB value is (166,30,29).

  • red value is 166;
  • green value is 30;
  • blue value is 29.
RGB:
(166,30,29)
(65%,12%,11%)

RGB channels and saturation

R 166 of 255 = 65%
G 30 of 255 = 12%
B 29 of 255 = 11%

166
30
29

R + G + B ~ 29%. #A61E1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 30 + 29 = 225 (100%)
R 166 of 225 ~ 73.78%
G 30 of 225 ~ 13.33%
B 29 of 225 ~ 12.89%

%73.78
%13.33
%12.89

CMYK color model

#A61E1D color CMYK value is (0,82,83,35).

  • cyan value is 0.00%
  • magenta value is 81.93%
  • yellow value is 82.53%
  • key color value is 34.90%
CMYK:
(0,82,83,35)
C0M82Y83K35 
(0%,82%,83%,35%)
(0.00/0.82/0.83/0.35)	

CMYK percentages

%0
%81.93
%82.53
%34.9

Codes

Color #A61E1D in popluar color models

A61E1D
RGB1663029
HSL70.26%38.24%
HSB/HSV82.53%65.10%
CMYK0.00%81.93%82.53%
34.90%

Color #A61E1D in popluar number systems.

HEXA61E1D
Decimal1663029
Binary101001101111011101
Octal2463635

Shades and tints

Shades of #A61E1D

#A61E1D
(166,30,29)
#971C1B
(151,28,27)
#881A19
(136,26,25)
#791817
(121,24,23)
#6A1615
(106,22,21)
#5B1413
(91,20,19)
#4C1211
(76,18,17)
#3D100F
(61,16,15)
#2E0E0D
(46,14,13)
#1F0C0B
(31,12,11)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #A61E1D

#A61E1D
(166,30,29)
#AE3231
(174,50,49)
#B64645
(182,70,69)
#BE5A59
(190,90,89)
#C66E6D
(198,110,109)
#CE8281
(206,130,129)
#D69695
(214,150,149)
#DEAAA9
(222,170,169)
#E6BEBD
(230,190,189)
#EED2D1
(238,210,209)
#F6E6E5
(246,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A61E1D color. Also use rgb(166,30,29) instead hex code.

Text Font Color

.myTextColor { color: #A61E1D; }

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

This text font color is #A61E1D.


Background Color

.myBgColor { background-color: #A61E1D; }

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

This div background color is #A61E1D.


Border color

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

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

This div border color is #A61E1D.


Opacity

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

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

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

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

This text has shadow with #A61E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A61E1D on black background.


Color preview on white background

This text has color #A61E1D on white background.



Black color preview on #A61E1D background

This text has black color on #A61E1D background.


White color preview on #A61E1D background

This text has white color on #A61E1D background.