COLOR #A0020A

HEX: #A0020A
RGB: (160,2,10)

Color info

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

RGB color model

#A0020A color RGB value is (160,2,10).

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

RGB channels and saturation

R 160 of 255 = 63%
G 2 of 255 = 1%
B 10 of 255 = 4%

160
2
10

R + G + B ~ 23%. #A0020A is dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 2 + 10 = 172 (100%)
R 160 of 172 ~ 93.02%
G 2 of 172 ~ 1.16%
B 10 of 172 ~ 5.81%

%93.02

CMYK color model

#A0020A color CMYK value is (0,99,94,37).

  • cyan value is 0.00%
  • magenta value is 98.75%
  • yellow value is 93.75%
  • key color value is 37.25%
CMYK:
(0,99,94,37)
C0M99Y94K37 
(0%,99%,94%,37%)
(0.00/0.99/0.94/0.37)	

CMYK percentages

%0
%98.75
%93.75
%37.25

Codes

Color #A0020A in popluar color models

A0020A
RGB160210
HSL357°97.53%31.76%
HSB/HSV357°98.75%62.75%
CMYK0.00%98.75%93.75%
37.25%

Color #A0020A in popluar number systems.

HEXA0020A
Decimal160210
Binary10100000101010
Octal240212

Shades and tints

Shades of #A0020A

#A0020A
(160,2,10)
#92020A
(146,2,10)
#84020A
(132,2,10)
#76020A
(118,2,10)
#68020A
(104,2,10)
#5A020A
(90,2,10)
#4C020A
(76,2,10)
#3E020A
(62,2,10)
#30020A
(48,2,10)
#22020A
(34,2,10)
#14020A
(20,2,10)
#000000
(0,0,0)

Tints of #A0020A

#A0020A
(160,2,10)
#A81920
(168,25,32)
#B03036
(176,48,54)
#B8474C
(184,71,76)
#C05E62
(192,94,98)
#C87578
(200,117,120)
#D08C8E
(208,140,142)
#D8A3A4
(216,163,164)
#E0BABA
(224,186,186)
#E8D1D0
(232,209,208)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0020A; }

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

This text font color is #A0020A.


Background Color

.myBgColor { background-color: #A0020A; }

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

This div background color is #A0020A.


Border color

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

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

This div border color is #A0020A.


Opacity

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

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

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

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

This text has shadow with #A0020A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0020A on black background.


Color preview on white background

This text has color #A0020A on white background.



Black color preview on #A0020A background

This text has black color on #A0020A background.


White color preview on #A0020A background

This text has white color on #A0020A background.