HEX: #AD0028
RGB: (173,0,40)
#AD0028 contains mainly red color. Web safe color of #AD0028 is #990033 (or #903).
#AD0028 color RGB value is (173,0,40).
RGB: (173,0,40)
(68%, 0%, 16%)
R 173 of 255 = 68%
G 0 of 255 = 0%
B 40 of 255 = 16%
R + G + B ~ 28%. #AD0028 is quite dark color.
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'%
#AD0028 color CMYK value is (0,100,77,32).
CMYK: (0,100,77,32)
C0M100Y77K32 (0%, 100%, 77%, 32%)
(0.00 / 1.00 / 0.77 / 0.32)
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 of #AD0028
Tints of #AD0028
Examples of css and html codes for elements with #AD0028 color. Also use rgb(173,0,40) instead hex code.
.myTextColor { color: #AD0028; }
<p style="color:#AD0028">This sample text font color is #AD0028.</p>
This text font color is #AD0028.
.myBgColor { background-color: #AD0028; }
<div style="background-color:#AD0028">Inner text</div>
This div background color is #AD0028.
.myBorderColor { border: 1px solid #AD0028; }
<div style="border:3px solid #AD0028">Div</div>
This div border color is #AD0028.
.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%.
.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.
/* 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 text has color #AD0028 on black background.
This text has color #AD0028 on white background.
This text has black color on #AD0028 background.
This text has white color on #AD0028 background.
Complementary color for #hex is #52FFD7.