COLOR #A0404A

HEX: #A0404A
RGB: (160,64,74)

Color info

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

RGB color model

#A0404A color RGB value is (160,64,74).

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

RGB channels and saturation

R 160 of 255 = 63%
G 64 of 255 = 25%
B 74 of 255 = 29%

160
64
74

R + G + B ~ 39%. #A0404A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 64 + 74 = 298 (100%)
R 160 of 298 ~ 53.69%
G 64 of 298 ~ 21.48%
B 74 of 298 ~ 24.83%

%53.69
%21.48
%24.83

CMYK color model

#A0404A color CMYK value is (0,60,54,37).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 53.75%
  • key color value is 37.25%
CMYK:
(0,60,54,37)
C0M60Y54K37 
(0%,60%,54%,37%)
(0.00/0.60/0.54/0.37)	

CMYK percentages

%0
%60
%53.75
%37.25

Codes

Color #A0404A in popluar color models

A0404A
RGB1606474
HSL354°42.86%43.92%
HSB/HSV354°60.00%62.75%
CMYK0.00%60.00%53.75%
37.25%

Color #A0404A in popluar number systems.

HEXA0404A
Decimal1606474
Binary1010000010000001001010
Octal240100112

Shades and tints

Shades of #A0404A

#A0404A
(160,64,74)
#923B44
(146,59,68)
#84363E
(132,54,62)
#763138
(118,49,56)
#682C32
(104,44,50)
#5A272C
(90,39,44)
#4C2226
(76,34,38)
#3E1D20
(62,29,32)
#30181A
(48,24,26)
#221314
(34,19,20)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #A0404A

#A0404A
(160,64,74)
#A8515A
(168,81,90)
#B0626A
(176,98,106)
#B8737A
(184,115,122)
#C0848A
(192,132,138)
#C8959A
(200,149,154)
#D0A6AA
(208,166,170)
#D8B7BA
(216,183,186)
#E0C8CA
(224,200,202)
#E8D9DA
(232,217,218)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0404A; }

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

This text font color is #A0404A.


Background Color

.myBgColor { background-color: #A0404A; }

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

This div background color is #A0404A.


Border color

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

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

This div border color is #A0404A.


Opacity

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

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

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

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

This text has shadow with #A0404A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0404A on black background.


Color preview on white background

This text has color #A0404A on white background.



Black color preview on #A0404A background

This text has black color on #A0404A background.


White color preview on #A0404A background

This text has white color on #A0404A background.