COLOR #A01C16

HEX: #A01C16
RGB: (160,28,22)

Color info

#A01C16 contains mainly red color. Web safe color of #A01C16 is #993300 (or #930).

RGB color model

#A01C16 color RGB value is (160,28,22).

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

RGB channels and saturation

R 160 of 255 = 63%
G 28 of 255 = 11%
B 22 of 255 = 9%

160
28
22

R + G + B ~ 28%. #A01C16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 28 + 22 = 210 (100%)
R 160 of 210 ~ 76.19%
G 28 of 210 ~ 13.33%
B 22 of 210 ~ 10.48%

%76.19
%13.33
%10.48

CMYK color model

#A01C16 color CMYK value is (0,83,86,37).

  • cyan value is 0.00%
  • magenta value is 82.50%
  • yellow value is 86.25%
  • key color value is 37.25%
CMYK:
(0,83,86,37)
C0M83Y86K37 
(0%,83%,86%,37%)
(0.00/0.83/0.86/0.37)	

CMYK percentages

%0
%82.5
%86.25
%37.25

Codes

Color #A01C16 in popluar color models

A01C16
RGB1602822
HSL75.82%35.69%
HSB/HSV86.25%62.75%
CMYK0.00%82.50%86.25%
37.25%

Color #A01C16 in popluar number systems.

HEXA01C16
Decimal1602822
Binary101000001110010110
Octal2403426

Shades and tints

Shades of #A01C16

#A01C16
(160,28,22)
#921A14
(146,26,20)
#841812
(132,24,18)
#761610
(118,22,16)
#68140E
(104,20,14)
#5A120C
(90,18,12)
#4C100A
(76,16,10)
#3E0E08
(62,14,8)
#300C06
(48,12,6)
#220A04
(34,10,4)
#140802
(20,8,2)
#000000
(0,0,0)

Tints of #A01C16

#A01C16
(160,28,22)
#A8302B
(168,48,43)
#B04440
(176,68,64)
#B85855
(184,88,85)
#C06C6A
(192,108,106)
#C8807F
(200,128,127)
#D09494
(208,148,148)
#D8A8A9
(216,168,169)
#E0BCBE
(224,188,190)
#E8D0D3
(232,208,211)
#F0E4E8
(240,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A01C16; }

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

This text font color is #A01C16.


Background Color

.myBgColor { background-color: #A01C16; }

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

This div background color is #A01C16.


Border color

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

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

This div border color is #A01C16.


Opacity

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

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

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

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

This text has shadow with #A01C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A01C16 on black background.


Color preview on white background

This text has color #A01C16 on white background.



Black color preview on #A01C16 background

This text has black color on #A01C16 background.


White color preview on #A01C16 background

This text has white color on #A01C16 background.