COLOR #A10020

HEX: #A10020
RGB: (161,0,32)

Color info

#A10020 contains mainly red color. Web safe color of #A10020 is #990033 (or #903).

RGB color model

#A10020 color RGB value is (161,0,32).

  • red value is 161;
  • green value is 0;
  • blue value is 32.
RGB:
(161,0,32)
(63%,0%,13%)

RGB channels and saturation

R 161 of 255 = 63%
G 0 of 255 = 0%
B 32 of 255 = 13%

161
0
32

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

Portions of RGB colors in percentages

R + G + B =
161 + 0 + 32 = 193 (100%)
R 161 of 193 ~ 83.42%
G 0 of 193 ~ 0%
B 32 of 193 ~ 16.58%

%83.42
%16.58

CMYK color model

#A10020 color CMYK value is (0,100,80,37).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 80.12%
  • key color value is 36.86%
CMYK:
(0,100,80,37)
C0M100Y80K37 
(0%,100%,80%,37%)
(0.00/1.00/0.80/0.37)	

CMYK percentages

%0
%100
%80.12
%36.86

Codes

Color #A10020 in popluar color models

A10020
RGB161032
HSL348°100.00%31.57%
HSB/HSV348°100.00%63.14%
CMYK0.00%100.00%80.12%
36.86%

Color #A10020 in popluar number systems.

HEXA10020
Decimal161032
Binary101000010100000
Octal241040

Shades and tints

Shades of #A10020

#A10020
(161,0,32)
#93001E
(147,0,30)
#85001C
(133,0,28)
#77001A
(119,0,26)
#690018
(105,0,24)
#5B0016
(91,0,22)
#4D0014
(77,0,20)
#3F0012
(63,0,18)
#310010
(49,0,16)
#23000E
(35,0,14)
#15000C
(21,0,12)
#000000
(0,0,0)

Tints of #A10020

#A10020
(161,0,32)
#A91734
(169,23,52)
#B12E48
(177,46,72)
#B9455C
(185,69,92)
#C15C70
(193,92,112)
#C97384
(201,115,132)
#D18A98
(209,138,152)
#D9A1AC
(217,161,172)
#E1B8C0
(225,184,192)
#E9CFD4
(233,207,212)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A10020; }

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

This text font color is #A10020.


Background Color

.myBgColor { background-color: #A10020; }

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

This div background color is #A10020.


Border color

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

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

This div border color is #A10020.


Opacity

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

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

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

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

This text has shadow with #A10020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A10020 on black background.


Color preview on white background

This text has color #A10020 on white background.



Black color preview on #A10020 background

This text has black color on #A10020 background.


White color preview on #A10020 background

This text has white color on #A10020 background.