COLOR #A0112D

HEX: #A0112D
RGB: (160,17,45)

Color info

#A0112D contains mainly red color. Web safe color of #A0112D is #990033 (or #903).

RGB color model

#A0112D color RGB value is (160,17,45).

  • red value is 160;
  • green value is 17;
  • blue value is 45.
RGB:
(160,17,45)
(63%,7%,18%)

RGB channels and saturation

R 160 of 255 = 63%
G 17 of 255 = 7%
B 45 of 255 = 18%

160
17
45

R + G + B ~ 29%. #A0112D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 17 + 45 = 222 (100%)
R 160 of 222 ~ 72.07%
G 17 of 222 ~ 7.66%
B 45 of 222 ~ 20.27%

%72.07
%20.27

CMYK color model

#A0112D color CMYK value is (0,89,72,37).

  • cyan value is 0.00%
  • magenta value is 89.38%
  • yellow value is 71.88%
  • key color value is 37.25%
CMYK:
(0,89,72,37)
C0M89Y72K37 
(0%,89%,72%,37%)
(0.00/0.89/0.72/0.37)	

CMYK percentages

%0
%89.38
%71.88
%37.25

Codes

Color #A0112D in popluar color models

A0112D
RGB1601745
HSL348°80.79%34.71%
HSB/HSV348°89.38%62.75%
CMYK0.00%89.38%71.88%
37.25%

Color #A0112D in popluar number systems.

HEXA0112D
Decimal1601745
Binary1010000010001101101
Octal2402155

Shades and tints

Shades of #A0112D

#A0112D
(160,17,45)
#921029
(146,16,41)
#840F25
(132,15,37)
#760E21
(118,14,33)
#680D1D
(104,13,29)
#5A0C19
(90,12,25)
#4C0B15
(76,11,21)
#3E0A11
(62,10,17)
#30090D
(48,9,13)
#220809
(34,8,9)
#140705
(20,7,5)
#000000
(0,0,0)

Tints of #A0112D

#A0112D
(160,17,45)
#A82640
(168,38,64)
#B03B53
(176,59,83)
#B85066
(184,80,102)
#C06579
(192,101,121)
#C87A8C
(200,122,140)
#D08F9F
(208,143,159)
#D8A4B2
(216,164,178)
#E0B9C5
(224,185,197)
#E8CED8
(232,206,216)
#F0E3EB
(240,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0112D color. Also use rgb(160,17,45) instead hex code.

Text Font Color

.myTextColor { color: #A0112D; }

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

This text font color is #A0112D.


Background Color

.myBgColor { background-color: #A0112D; }

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

This div background color is #A0112D.


Border color

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

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

This div border color is #A0112D.


Opacity

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

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

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

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

This text has shadow with #A0112D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0112D on black background.


Color preview on white background

This text has color #A0112D on white background.



Black color preview on #A0112D background

This text has black color on #A0112D background.


White color preview on #A0112D background

This text has white color on #A0112D background.