COLOR #A01C5D

HEX: #A01C5D
RGB: (160,28,93)

Color info

#A01C5D contains mainly red color. Web safe color of #A01C5D is #993366 (or #936).

RGB color model

#A01C5D color RGB value is (160,28,93).

  • red value is 160;
  • green value is 28;
  • blue value is 93.
RGB:
(160,28,93)
(63%,11%,36%)

RGB channels and saturation

R 160 of 255 = 63%
G 28 of 255 = 11%
B 93 of 255 = 36%

160
28
93

R + G + B ~ 37%. #A01C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 28 + 93 = 281 (100%)
R 160 of 281 ~ 56.94%
G 28 of 281 ~ 9.96%
B 93 of 281 ~ 33.1%

%56.94
%9.96
%33.1

CMYK color model

#A01C5D color CMYK value is (0,83,42,37).

  • cyan value is 0.00%
  • magenta value is 82.50%
  • yellow value is 41.88%
  • key color value is 37.25%
CMYK:
(0,83,42,37)
C0M83Y42K37 
(0%,83%,42%,37%)
(0.00/0.83/0.42/0.37)	

CMYK percentages

%0
%82.5
%41.88
%37.25

Codes

Color #A01C5D in popluar color models

A01C5D
RGB1602893
HSL330°70.21%36.86%
HSB/HSV330°82.50%62.75%
CMYK0.00%82.50%41.88%
37.25%

Color #A01C5D in popluar number systems.

HEXA01C5D
Decimal1602893
Binary10100000111001011101
Octal24034135

Shades and tints

Shades of #A01C5D

#A01C5D
(160,28,93)
#921A55
(146,26,85)
#84184D
(132,24,77)
#761645
(118,22,69)
#68143D
(104,20,61)
#5A1235
(90,18,53)
#4C102D
(76,16,45)
#3E0E25
(62,14,37)
#300C1D
(48,12,29)
#220A15
(34,10,21)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #A01C5D

#A01C5D
(160,28,93)
#A8306B
(168,48,107)
#B04479
(176,68,121)
#B85887
(184,88,135)
#C06C95
(192,108,149)
#C880A3
(200,128,163)
#D094B1
(208,148,177)
#D8A8BF
(216,168,191)
#E0BCCD
(224,188,205)
#E8D0DB
(232,208,219)
#F0E4E9
(240,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A01C5D color. Also use rgb(160,28,93) instead hex code.

Text Font Color

.myTextColor { color: #A01C5D; }

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

This text font color is #A01C5D.


Background Color

.myBgColor { background-color: #A01C5D; }

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

This div background color is #A01C5D.


Border color

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

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

This div border color is #A01C5D.


Opacity

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

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

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

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

This text has shadow with #A01C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A01C5D on black background.


Color preview on white background

This text has color #A01C5D on white background.



Black color preview on #A01C5D background

This text has black color on #A01C5D background.


White color preview on #A01C5D background

This text has white color on #A01C5D background.