COLOR #A00A12

HEX: #A00A12
RGB: (160,10,18)

Color info

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

RGB color model

#A00A12 color RGB value is (160,10,18).

  • red value is 160;
  • green value is 10;
  • blue value is 18.
RGB:
(160,10,18)
(63%,4%,7%)

RGB channels and saturation

R 160 of 255 = 63%
G 10 of 255 = 4%
B 18 of 255 = 7%

160
10
18

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

Portions of RGB colors in percentages

R + G + B =
160 + 10 + 18 = 188 (100%)
R 160 of 188 ~ 85.11%
G 10 of 188 ~ 5.32%
B 18 of 188 ~ 9.57%

%85.11
%9.57

CMYK color model

#A00A12 color CMYK value is (0,94,89,37).

  • cyan value is 0.00%
  • magenta value is 93.75%
  • yellow value is 88.75%
  • key color value is 37.25%
CMYK:
(0,94,89,37)
C0M94Y89K37 
(0%,94%,89%,37%)
(0.00/0.94/0.89/0.37)	

CMYK percentages

%0
%93.75
%88.75
%37.25

Codes

Color #A00A12 in popluar color models

A00A12
RGB1601018
HSL357°88.24%33.33%
HSB/HSV357°93.75%62.75%
CMYK0.00%93.75%88.75%
37.25%

Color #A00A12 in popluar number systems.

HEXA00A12
Decimal1601018
Binary10100000101010010
Octal2401222

Shades and tints

Shades of #A00A12

#A00A12
(160,10,18)
#920A11
(146,10,17)
#840A10
(132,10,16)
#760A0F
(118,10,15)
#680A0E
(104,10,14)
#5A0A0D
(90,10,13)
#4C0A0C
(76,10,12)
#3E0A0B
(62,10,11)
#300A0A
(48,10,10)
#220A09
(34,10,9)
#140A08
(20,10,8)
#000000
(0,0,0)

Tints of #A00A12

#A00A12
(160,10,18)
#A82027
(168,32,39)
#B0363C
(176,54,60)
#B84C51
(184,76,81)
#C06266
(192,98,102)
#C8787B
(200,120,123)
#D08E90
(208,142,144)
#D8A4A5
(216,164,165)
#E0BABA
(224,186,186)
#E8D0CF
(232,208,207)
#F0E6E4
(240,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A00A12 color. Also use rgb(160,10,18) instead hex code.

Text Font Color

.myTextColor { color: #A00A12; }

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

This text font color is #A00A12.


Background Color

.myBgColor { background-color: #A00A12; }

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

This div background color is #A00A12.


Border color

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

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

This div border color is #A00A12.


Opacity

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

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

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

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

This text has shadow with #A00A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A00A12 on black background.


Color preview on white background

This text has color #A00A12 on white background.



Black color preview on #A00A12 background

This text has black color on #A00A12 background.


White color preview on #A00A12 background

This text has white color on #A00A12 background.