COLOR #A0402B

HEX: #A0402B
RGB: (160,64,43)

Color info

#A0402B contains mainly red color. Web safe color of #A0402B is #993333 (or #933).

RGB color model

#A0402B color RGB value is (160,64,43).

  • red value is 160;
  • green value is 64;
  • blue value is 43.
RGB:
(160,64,43)
(63%,25%,17%)

RGB channels and saturation

R 160 of 255 = 63%
G 64 of 255 = 25%
B 43 of 255 = 17%

160
64
43

R + G + B ~ 35%. #A0402B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 64 + 43 = 267 (100%)
R 160 of 267 ~ 59.93%
G 64 of 267 ~ 23.97%
B 43 of 267 ~ 16.1%

%59.93
%23.97
%16.1

CMYK color model

#A0402B color CMYK value is (0,60,73,37).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 73.13%
  • key color value is 37.25%
CMYK:
(0,60,73,37)
C0M60Y73K37 
(0%,60%,73%,37%)
(0.00/0.60/0.73/0.37)	

CMYK percentages

%0
%60
%73.13
%37.25

Codes

Color #A0402B in popluar color models

A0402B
RGB1606443
HSL11°57.64%39.80%
HSB/HSV11°73.13%62.75%
CMYK0.00%60.00%73.13%
37.25%

Color #A0402B in popluar number systems.

HEXA0402B
Decimal1606443
Binary101000001000000101011
Octal24010053

Shades and tints

Shades of #A0402B

#A0402B
(160,64,43)
#923B28
(146,59,40)
#843625
(132,54,37)
#763122
(118,49,34)
#682C1F
(104,44,31)
#5A271C
(90,39,28)
#4C2219
(76,34,25)
#3E1D16
(62,29,22)
#301813
(48,24,19)
#221310
(34,19,16)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #A0402B

#A0402B
(160,64,43)
#A8513E
(168,81,62)
#B06251
(176,98,81)
#B87364
(184,115,100)
#C08477
(192,132,119)
#C8958A
(200,149,138)
#D0A69D
(208,166,157)
#D8B7B0
(216,183,176)
#E0C8C3
(224,200,195)
#E8D9D6
(232,217,214)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0402B color. Also use rgb(160,64,43) instead hex code.

Text Font Color

.myTextColor { color: #A0402B; }

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

This text font color is #A0402B.


Background Color

.myBgColor { background-color: #A0402B; }

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

This div background color is #A0402B.


Border color

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

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

This div border color is #A0402B.


Opacity

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

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

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

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

This text has shadow with #A0402B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0402B on black background.


Color preview on white background

This text has color #A0402B on white background.



Black color preview on #A0402B background

This text has black color on #A0402B background.


White color preview on #A0402B background

This text has white color on #A0402B background.