COLOR #A40C0C

HEX: #A40C0C
RGB: (164,12,12)

Color info

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

RGB color model

#A40C0C color RGB value is (164,12,12).

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

RGB channels and saturation

R 164 of 255 = 64%
G 12 of 255 = 5%
B 12 of 255 = 5%

164
12
12

R + G + B ~ 25%. #A40C0C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 12 + 12 = 188 (100%)
R 164 of 188 ~ 87.23%
G 12 of 188 ~ 6.38%
B 12 of 188 ~ 6.38%

%87.23

CMYK color model

#A40C0C color CMYK value is (0,93,93,36).

  • cyan value is 0.00%
  • magenta value is 92.68%
  • yellow value is 92.68%
  • key color value is 35.69%
CMYK:
(0,93,93,36)
C0M93Y93K36 
(0%,93%,93%,36%)
(0.00/0.93/0.93/0.36)	

CMYK percentages

%0
%92.68
%92.68
%35.69

Codes

Color #A40C0C in popluar color models

A40C0C
RGB1641212
HSL86.36%34.51%
HSB/HSV92.68%64.31%
CMYK0.00%92.68%92.68%
35.69%

Color #A40C0C in popluar number systems.

HEXA40C0C
Decimal1641212
Binary1010010011001100
Octal2441414

Shades and tints

Shades of #A40C0C

#A40C0C
(164,12,12)
#960B0B
(150,11,11)
#880A0A
(136,10,10)
#7A0909
(122,9,9)
#6C0808
(108,8,8)
#5E0707
(94,7,7)
#500606
(80,6,6)
#420505
(66,5,5)
#340404
(52,4,4)
#260303
(38,3,3)
#180202
(24,2,2)
#000000
(0,0,0)

Tints of #A40C0C

#A40C0C
(164,12,12)
#AC2222
(172,34,34)
#B43838
(180,56,56)
#BC4E4E
(188,78,78)
#C46464
(196,100,100)
#CC7A7A
(204,122,122)
#D49090
(212,144,144)
#DCA6A6
(220,166,166)
#E4BCBC
(228,188,188)
#ECD2D2
(236,210,210)
#F4E8E8
(244,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A40C0C; }

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

This text font color is #A40C0C.


Background Color

.myBgColor { background-color: #A40C0C; }

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

This div background color is #A40C0C.


Border color

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

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

This div border color is #A40C0C.


Opacity

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

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

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

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

This text has shadow with #A40C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A40C0C on black background.


Color preview on white background

This text has color #A40C0C on white background.



Black color preview on #A40C0C background

This text has black color on #A40C0C background.


White color preview on #A40C0C background

This text has white color on #A40C0C background.