COLOR #A40613

HEX: #A40613
RGB: (164,6,19)

Color info

#A40613 contains mainly red color. Web safe color of #A40613 is #990000 (or #900).

RGB color model

#A40613 color RGB value is (164,6,19).

  • red value is 164;
  • green value is 6;
  • blue value is 19.
RGB:
(164,6,19)
(64%,2%,7%)

RGB channels and saturation

R 164 of 255 = 64%
G 6 of 255 = 2%
B 19 of 255 = 7%

164
6
19

R + G + B ~ 24%. #A40613 is dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 6 + 19 = 189 (100%)
R 164 of 189 ~ 86.77%
G 6 of 189 ~ 3.17%
B 19 of 189 ~ 10.05%

%86.77
%10.05

CMYK color model

#A40613 color CMYK value is (0,96,88,36).

  • cyan value is 0.00%
  • magenta value is 96.34%
  • yellow value is 88.41%
  • key color value is 35.69%
CMYK:
(0,96,88,36)
C0M96Y88K36 
(0%,96%,88%,36%)
(0.00/0.96/0.88/0.36)	

CMYK percentages

%0
%96.34
%88.41
%35.69

Codes

Color #A40613 in popluar color models

A40613
RGB164619
HSL355°92.94%33.33%
HSB/HSV355°96.34%64.31%
CMYK0.00%96.34%88.41%
35.69%

Color #A40613 in popluar number systems.

HEXA40613
Decimal164619
Binary1010010011010011
Octal244623

Shades and tints

Shades of #A40613

#A40613
(164,6,19)
#960612
(150,6,18)
#880611
(136,6,17)
#7A0610
(122,6,16)
#6C060F
(108,6,15)
#5E060E
(94,6,14)
#50060D
(80,6,13)
#42060C
(66,6,12)
#34060B
(52,6,11)
#26060A
(38,6,10)
#180609
(24,6,9)
#000000
(0,0,0)

Tints of #A40613

#A40613
(164,6,19)
#AC1C28
(172,28,40)
#B4323D
(180,50,61)
#BC4852
(188,72,82)
#C45E67
(196,94,103)
#CC747C
(204,116,124)
#D48A91
(212,138,145)
#DCA0A6
(220,160,166)
#E4B6BB
(228,182,187)
#ECCCD0
(236,204,208)
#F4E2E5
(244,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A40613 color. Also use rgb(164,6,19) instead hex code.

Text Font Color

.myTextColor { color: #A40613; }

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

This text font color is #A40613.


Background Color

.myBgColor { background-color: #A40613; }

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

This div background color is #A40613.


Border color

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

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

This div border color is #A40613.


Opacity

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

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

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

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

This text has shadow with #A40613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A40613 on black background.


Color preview on white background

This text has color #A40613 on white background.



Black color preview on #A40613 background

This text has black color on #A40613 background.


White color preview on #A40613 background

This text has white color on #A40613 background.