COLOR #AD0519

HEX: #AD0519
RGB: (173,5,25)

Color info

#AD0519 contains mainly red color. Web safe color of #AD0519 is #990000 (or #900).

RGB color model

#AD0519 color RGB value is (173,5,25).

  • red value is 173;
  • green value is 5;
  • blue value is 25.
RGB:
(173,5,25)
(68%,2%,10%)

RGB channels and saturation

R 173 of 255 = 68%
G 5 of 255 = 2%
B 25 of 255 = 10%

173
5
25

R + G + B ~ 27%. #AD0519 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 5 + 25 = 203 (100%)
R 173 of 203 ~ 85.22%
G 5 of 203 ~ 2.46%
B 25 of 203 ~ 12.32%

%85.22
%12.32

CMYK color model

#AD0519 color CMYK value is (0,97,86,32).

  • cyan value is 0.00%
  • magenta value is 97.11%
  • yellow value is 85.55%
  • key color value is 32.16%
CMYK:
(0,97,86,32)
C0M97Y86K32 
(0%,97%,86%,32%)
(0.00/0.97/0.86/0.32)	

CMYK percentages

%0
%97.11
%85.55
%32.16

Codes

Color #AD0519 in popluar color models

AD0519
RGB173525
HSL353°94.38%34.90%
HSB/HSV353°97.11%67.84%
CMYK0.00%97.11%85.55%
32.16%

Color #AD0519 in popluar number systems.

HEXAD0519
Decimal173525
Binary1010110110111001
Octal255531

Shades and tints

Shades of #AD0519

#AD0519
(173,5,25)
#9E0517
(158,5,23)
#8F0515
(143,5,21)
#800513
(128,5,19)
#710511
(113,5,17)
#62050F
(98,5,15)
#53050D
(83,5,13)
#44050B
(68,5,11)
#350509
(53,5,9)
#260507
(38,5,7)
#170505
(23,5,5)
#000000
(0,0,0)

Tints of #AD0519

#AD0519
(173,5,25)
#B41B2D
(180,27,45)
#BB3141
(187,49,65)
#C24755
(194,71,85)
#C95D69
(201,93,105)
#D0737D
(208,115,125)
#D78991
(215,137,145)
#DE9FA5
(222,159,165)
#E5B5B9
(229,181,185)
#ECCBCD
(236,203,205)
#F3E1E1
(243,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD0519 color. Also use rgb(173,5,25) instead hex code.

Text Font Color

.myTextColor { color: #AD0519; }

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

This text font color is #AD0519.


Background Color

.myBgColor { background-color: #AD0519; }

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

This div background color is #AD0519.


Border color

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

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

This div border color is #AD0519.


Opacity

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

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

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

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

This text has shadow with #AD0519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD0519 on black background.


Color preview on white background

This text has color #AD0519 on white background.



Black color preview on #AD0519 background

This text has black color on #AD0519 background.


White color preview on #AD0519 background

This text has white color on #AD0519 background.