COLOR #A40000

HEX: #A40000
RGB: (164,0,0)

Color info

#A40000 contains only red color. Web safe color of #A40000 is #990000 (or #900).

RGB color model

#A40000 color RGB value is (164,0,0).

  • red value is 164;
  • green value is 0;
  • blue value is 0.
RGB:
(164,0,0)
(64%,0%,0%)

RGB channels and saturation

R 164 of 255 = 64%
G 0 of 255 = 0%
B 0 of 255 = 0%

164
0
0

R + G + B ~ 21%. #A40000 is dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 0 + 0 = 164 (100%)
R 164 of 164 ~ 100%
G 0 of 164 ~ 0%
B 0 of 164 ~ 0%

%100

CMYK color model

#A40000 color CMYK value is (0,100,100,36).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 35.69%
CMYK:
(0,100,100,36)
C0M100Y100K36 
(0%,100%,100%,36%)
(0.00/1.00/1.00/0.36)	

CMYK percentages

%0
%100
%100
%35.69

Codes

Color #A40000 in popluar color models

A40000
RGB16400
HSL100.00%32.16%
HSB/HSV100.00%64.31%
CMYK0.00%100.00%100.00%
35.69%

Color #A40000 in popluar number systems.

HEXA40000
Decimal16400
Binary1010010000
Octal24400

Shades and tints

Shades of #A40000

#A40000
(164,0,0)
#960000
(150,0,0)
#880000
(136,0,0)
#7A0000
(122,0,0)
#6C0000
(108,0,0)
#5E0000
(94,0,0)
#500000
(80,0,0)
#420000
(66,0,0)
#340000
(52,0,0)
#260000
(38,0,0)
#180000
(24,0,0)
#000000
(0,0,0)

Tints of #A40000

#A40000
(164,0,0)
#AC1717
(172,23,23)
#B42E2E
(180,46,46)
#BC4545
(188,69,69)
#C45C5C
(196,92,92)
#CC7373
(204,115,115)
#D48A8A
(212,138,138)
#DCA1A1
(220,161,161)
#E4B8B8
(228,184,184)
#ECCFCF
(236,207,207)
#F4E6E6
(244,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A40000; }

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

This text font color is #A40000.


Background Color

.myBgColor { background-color: #A40000; }

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

This div background color is #A40000.


Border color

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

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

This div border color is #A40000.


Opacity

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

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

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

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

This text has shadow with #A40000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A40000 on black background.


Color preview on white background

This text has color #A40000 on white background.



Black color preview on #A40000 background

This text has black color on #A40000 background.


White color preview on #A40000 background

This text has white color on #A40000 background.