COLOR #A0393E

HEX: #A0393E
RGB: (160,57,62)

Color info

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

RGB color model

#A0393E color RGB value is (160,57,62).

  • red value is 160;
  • green value is 57;
  • blue value is 62.
RGB:
(160,57,62)
(63%,22%,24%)

RGB channels and saturation

R 160 of 255 = 63%
G 57 of 255 = 22%
B 62 of 255 = 24%

160
57
62

R + G + B ~ 36%. #A0393E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 57 + 62 = 279 (100%)
R 160 of 279 ~ 57.35%
G 57 of 279 ~ 20.43%
B 62 of 279 ~ 22.22%

%57.35
%20.43
%22.22

CMYK color model

#A0393E color CMYK value is (0,64,61,37).

  • cyan value is 0.00%
  • magenta value is 64.38%
  • yellow value is 61.25%
  • key color value is 37.25%
CMYK:
(0,64,61,37)
C0M64Y61K37 
(0%,64%,61%,37%)
(0.00/0.64/0.61/0.37)	

CMYK percentages

%0
%64.38
%61.25
%37.25

Codes

Color #A0393E in popluar color models

A0393E
RGB1605762
HSL357°47.47%42.55%
HSB/HSV357°64.38%62.75%
CMYK0.00%64.38%61.25%
37.25%

Color #A0393E in popluar number systems.

HEXA0393E
Decimal1605762
Binary10100000111001111110
Octal2407176

Shades and tints

Shades of #A0393E

#A0393E
(160,57,62)
#923439
(146,52,57)
#842F34
(132,47,52)
#762A2F
(118,42,47)
#68252A
(104,37,42)
#5A2025
(90,32,37)
#4C1B20
(76,27,32)
#3E161B
(62,22,27)
#301116
(48,17,22)
#220C11
(34,12,17)
#14070C
(20,7,12)
#000000
(0,0,0)

Tints of #A0393E

#A0393E
(160,57,62)
#A84B4F
(168,75,79)
#B05D60
(176,93,96)
#B86F71
(184,111,113)
#C08182
(192,129,130)
#C89393
(200,147,147)
#D0A5A4
(208,165,164)
#D8B7B5
(216,183,181)
#E0C9C6
(224,201,198)
#E8DBD7
(232,219,215)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0393E color. Also use rgb(160,57,62) instead hex code.

Text Font Color

.myTextColor { color: #A0393E; }

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

This text font color is #A0393E.


Background Color

.myBgColor { background-color: #A0393E; }

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

This div background color is #A0393E.


Border color

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

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

This div border color is #A0393E.


Opacity

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

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

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

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

This text has shadow with #A0393E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0393E on black background.


Color preview on white background

This text has color #A0393E on white background.



Black color preview on #A0393E background

This text has black color on #A0393E background.


White color preview on #A0393E background

This text has white color on #A0393E background.