COLOR #A5193C

HEX: #A5193C
RGB: (165,25,60)

Color info

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

RGB color model

#A5193C color RGB value is (165,25,60).

  • red value is 165;
  • green value is 25;
  • blue value is 60.
RGB:
(165,25,60)
(65%,10%,24%)

RGB channels and saturation

R 165 of 255 = 65%
G 25 of 255 = 10%
B 60 of 255 = 24%

165
25
60

R + G + B ~ 33%. #A5193C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 25 + 60 = 250 (100%)
R 165 of 250 ~ 66%
G 25 of 250 ~ 10%
B 60 of 250 ~ 24%

%66
%10
%24

CMYK color model

#A5193C color CMYK value is (0,85,64,35).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 63.64%
  • key color value is 35.29%
CMYK:
(0,85,64,35)
C0M85Y64K35 
(0%,85%,64%,35%)
(0.00/0.85/0.64/0.35)	

CMYK percentages

%0
%84.85
%63.64
%35.29

Codes

Color #A5193C in popluar color models

A5193C
RGB1652560
HSL345°73.68%37.25%
HSB/HSV345°84.85%64.71%
CMYK0.00%84.85%63.64%
35.29%

Color #A5193C in popluar number systems.

HEXA5193C
Decimal1652560
Binary1010010111001111100
Octal2453174

Shades and tints

Shades of #A5193C

#A5193C
(165,25,60)
#961737
(150,23,55)
#871532
(135,21,50)
#78132D
(120,19,45)
#691128
(105,17,40)
#5A0F23
(90,15,35)
#4B0D1E
(75,13,30)
#3C0B19
(60,11,25)
#2D0914
(45,9,20)
#1E070F
(30,7,15)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #A5193C

#A5193C
(165,25,60)
#AD2D4D
(173,45,77)
#B5415E
(181,65,94)
#BD556F
(189,85,111)
#C56980
(197,105,128)
#CD7D91
(205,125,145)
#D591A2
(213,145,162)
#DDA5B3
(221,165,179)
#E5B9C4
(229,185,196)
#EDCDD5
(237,205,213)
#F5E1E6
(245,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5193C color. Also use rgb(165,25,60) instead hex code.

Text Font Color

.myTextColor { color: #A5193C; }

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

This text font color is #A5193C.


Background Color

.myBgColor { background-color: #A5193C; }

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

This div background color is #A5193C.


Border color

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

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

This div border color is #A5193C.


Opacity

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

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

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

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

This text has shadow with #A5193C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5193C on black background.


Color preview on white background

This text has color #A5193C on white background.



Black color preview on #A5193C background

This text has black color on #A5193C background.


White color preview on #A5193C background

This text has white color on #A5193C background.