COLOR #AD0028

HEX: #AD0028 RGB: (173,0,40)

Color info

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

RGB color model

#AD0028 color RGB value is (173,0,40).

RGB: (173,0,40) (68%, 0%, 16%)

RGB channels and saturation

R 173 of 255 = 68%
G 0 of 255 = 0%
B 40 of 255 = 16%

173
0
40

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

Portions of RGB colors in percentages

R + G + B = 173 + 0 + 40 = 213 (100%)
R 173 of 213 ~ 81.22%
G 0 of 213 ~ 0%
B 40 of 213 ~ 18.78'%

%81.22
%18.78

CMYK color model

#AD0028 color CMYK value is (0,100,77,32).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 76.88%
  • key color value is 32.16%

CMYK: (0,100,77,32)
C0M100Y77K32 (0%, 100%, 77%, 32%)
(0.00 / 1.00 / 0.77 / 0.32)

CMYK percentages

%0
%100
%76.88
%32.16

Codes

Color #AD0028 in popluar color models

AD 00 28
RGB 173 0 40
HSL 346° 100.00% 33.92%
HSB/HSV 346° 100.00% 67.84%
CMYK 0.00% 100.00% 76.88%
32.16%

Color #AD0028 in popluar number systems.

HEX AD 00 28
Decimal 173 0 40
Binary 10101101 0 101000
Octal 255 0 50

Shades and tints

Shades of #AD0028

#AD0028
(173,0,40)
#9E0025
(158,0,37)
#8F0022
(143,0,34)
#80001F
(128,0,31)
#71001C
(113,0,28)
#620019
(98,0,25)
#530016
(83,0,22)
#440013
(68,0,19)
#350010
(53,0,16)
#26000D
(38,0,13)
#17000A
(23,0,10)
#000000
(0,0,0)

Tints of #AD0028

#AD0028
(173,0,40)
#B4173B
(180,23,59)
#BB2E4E
(187,46,78)
#C24561
(194,69,97)
#C95C74
(201,92,116)
#D07387
(208,115,135)
#D78A9A
(215,138,154)
#DEA1AD
(222,161,173)
#E5B8C0
(229,184,192)
#ECCFD3
(236,207,211)
#F3E6E6
(243,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD0028 color. Also use rgb(173,0,40) instead hex code.

Text Font Color

.myTextColor { color: #AD0028; }

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

This text font color is #AD0028.

Background Color

.myBgColor { background-color: #AD0028; }

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

This div background color is #AD0028.

Border color

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

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

This div border color is #AD0028.

Opacity

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

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

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

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

This text has shadow with #AD0028 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD0028.

Preview

Color preview on black background

This text has color #AD0028 on black background.


Color preview on white background

This text has color #AD0028 on white background.


Black color preview on #AD0028 background

This text has black color on #AD0028 background.


White color preview on #AD0028 background

This text has white color on #AD0028 background.


Related colors

Complementary color

Complementary color for #hex is #52FFD7.


I love getcolorcode.com

Triadic colors

1 #28AD00 and #0028AD with #AD0028 are triadic colors.

2 #2800AD and #00AD28 with #AD0028 are triadic colors.