COLOR #AD0426

HEX: #AD0426
RGB: (173,4,38)

Color info

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

RGB color model

#AD0426 color RGB value is (173,4,38).

  • red value is 173;
  • green value is 4;
  • blue value is 38.
RGB:
(173,4,38)
(68%,2%,15%)

RGB channels and saturation

R 173 of 255 = 68%
G 4 of 255 = 2%
B 38 of 255 = 15%

173
4
38

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

Portions of RGB colors in percentages

R + G + B =
173 + 4 + 38 = 215 (100%)
R 173 of 215 ~ 80.47%
G 4 of 215 ~ 1.86%
B 38 of 215 ~ 17.67%

%80.47
%17.67

CMYK color model

#AD0426 color CMYK value is (0,98,78,32).

  • cyan value is 0.00%
  • magenta value is 97.69%
  • yellow value is 78.03%
  • key color value is 32.16%
CMYK:
(0,98,78,32)
C0M98Y78K32 
(0%,98%,78%,32%)
(0.00/0.98/0.78/0.32)	

CMYK percentages

%0
%97.69
%78.03
%32.16

Codes

Color #AD0426 in popluar color models

AD0426
RGB173438
HSL348°95.48%34.71%
HSB/HSV348°97.69%67.84%
CMYK0.00%97.69%78.03%
32.16%

Color #AD0426 in popluar number systems.

HEXAD0426
Decimal173438
Binary10101101100100110
Octal255446

Shades and tints

Shades of #AD0426

#AD0426
(173,4,38)
#9E0423
(158,4,35)
#8F0420
(143,4,32)
#80041D
(128,4,29)
#71041A
(113,4,26)
#620417
(98,4,23)
#530414
(83,4,20)
#440411
(68,4,17)
#35040E
(53,4,14)
#26040B
(38,4,11)
#170408
(23,4,8)
#000000
(0,0,0)

Tints of #AD0426

#AD0426
(173,4,38)
#B41A39
(180,26,57)
#BB304C
(187,48,76)
#C2465F
(194,70,95)
#C95C72
(201,92,114)
#D07285
(208,114,133)
#D78898
(215,136,152)
#DE9EAB
(222,158,171)
#E5B4BE
(229,180,190)
#ECCAD1
(236,202,209)
#F3E0E4
(243,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD0426 color. Also use rgb(173,4,38) instead hex code.

Text Font Color

.myTextColor { color: #AD0426; }

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

This text font color is #AD0426.


Background Color

.myBgColor { background-color: #AD0426; }

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

This div background color is #AD0426.


Border color

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

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

This div border color is #AD0426.


Opacity

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

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

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

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

This text has shadow with #AD0426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD0426 on black background.


Color preview on white background

This text has color #AD0426 on white background.



Black color preview on #AD0426 background

This text has black color on #AD0426 background.


White color preview on #AD0426 background

This text has white color on #AD0426 background.