COLOR #A0192E

HEX: #A0192E
RGB: (160,25,46)

Color info

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

RGB color model

#A0192E color RGB value is (160,25,46).

  • red value is 160;
  • green value is 25;
  • blue value is 46.
RGB:
(160,25,46)
(63%,10%,18%)

RGB channels and saturation

R 160 of 255 = 63%
G 25 of 255 = 10%
B 46 of 255 = 18%

160
25
46

R + G + B ~ 30%. #A0192E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 25 + 46 = 231 (100%)
R 160 of 231 ~ 69.26%
G 25 of 231 ~ 10.82%
B 46 of 231 ~ 19.91%

%69.26
%10.82
%19.91

CMYK color model

#A0192E color CMYK value is (0,84,71,37).

  • cyan value is 0.00%
  • magenta value is 84.38%
  • yellow value is 71.25%
  • key color value is 37.25%
CMYK:
(0,84,71,37)
C0M84Y71K37 
(0%,84%,71%,37%)
(0.00/0.84/0.71/0.37)	

CMYK percentages

%0
%84.38
%71.25
%37.25

Codes

Color #A0192E in popluar color models

A0192E
RGB1602546
HSL351°72.97%36.27%
HSB/HSV351°84.38%62.75%
CMYK0.00%84.38%71.25%
37.25%

Color #A0192E in popluar number systems.

HEXA0192E
Decimal1602546
Binary1010000011001101110
Octal2403156

Shades and tints

Shades of #A0192E

#A0192E
(160,25,46)
#92172A
(146,23,42)
#841526
(132,21,38)
#761322
(118,19,34)
#68111E
(104,17,30)
#5A0F1A
(90,15,26)
#4C0D16
(76,13,22)
#3E0B12
(62,11,18)
#30090E
(48,9,14)
#22070A
(34,7,10)
#140506
(20,5,6)
#000000
(0,0,0)

Tints of #A0192E

#A0192E
(160,25,46)
#A82D41
(168,45,65)
#B04154
(176,65,84)
#B85567
(184,85,103)
#C0697A
(192,105,122)
#C87D8D
(200,125,141)
#D091A0
(208,145,160)
#D8A5B3
(216,165,179)
#E0B9C6
(224,185,198)
#E8CDD9
(232,205,217)
#F0E1EC
(240,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0192E color. Also use rgb(160,25,46) instead hex code.

Text Font Color

.myTextColor { color: #A0192E; }

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

This text font color is #A0192E.


Background Color

.myBgColor { background-color: #A0192E; }

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

This div background color is #A0192E.


Border color

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

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

This div border color is #A0192E.


Opacity

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

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

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

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

This text has shadow with #A0192E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0192E on black background.


Color preview on white background

This text has color #A0192E on white background.



Black color preview on #A0192E background

This text has black color on #A0192E background.


White color preview on #A0192E background

This text has white color on #A0192E background.