COLOR #AD1534

HEX: #AD1534
RGB: (173,21,52)

Color info

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

RGB color model

#AD1534 color RGB value is (173,21,52).

  • red value is 173;
  • green value is 21;
  • blue value is 52.
RGB:
(173,21,52)
(68%,8%,20%)

RGB channels and saturation

R 173 of 255 = 68%
G 21 of 255 = 8%
B 52 of 255 = 20%

173
21
52

R + G + B ~ 32%. #AD1534 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 21 + 52 = 246 (100%)
R 173 of 246 ~ 70.33%
G 21 of 246 ~ 8.54%
B 52 of 246 ~ 21.14%

%70.33
%21.14

CMYK color model

#AD1534 color CMYK value is (0,88,70,32).

  • cyan value is 0.00%
  • magenta value is 87.86%
  • yellow value is 69.94%
  • key color value is 32.16%
CMYK:
(0,88,70,32)
C0M88Y70K32 
(0%,88%,70%,32%)
(0.00/0.88/0.70/0.32)	

CMYK percentages

%0
%87.86
%69.94
%32.16

Codes

Color #AD1534 in popluar color models

AD1534
RGB1732152
HSL348°78.35%38.04%
HSB/HSV348°87.86%67.84%
CMYK0.00%87.86%69.94%
32.16%

Color #AD1534 in popluar number systems.

HEXAD1534
Decimal1732152
Binary1010110110101110100
Octal2552564

Shades and tints

Shades of #AD1534

#AD1534
(173,21,52)
#9E1430
(158,20,48)
#8F132C
(143,19,44)
#801228
(128,18,40)
#711124
(113,17,36)
#621020
(98,16,32)
#530F1C
(83,15,28)
#440E18
(68,14,24)
#350D14
(53,13,20)
#260C10
(38,12,16)
#170B0C
(23,11,12)
#000000
(0,0,0)

Tints of #AD1534

#AD1534
(173,21,52)
#B42A46
(180,42,70)
#BB3F58
(187,63,88)
#C2546A
(194,84,106)
#C9697C
(201,105,124)
#D07E8E
(208,126,142)
#D793A0
(215,147,160)
#DEA8B2
(222,168,178)
#E5BDC4
(229,189,196)
#ECD2D6
(236,210,214)
#F3E7E8
(243,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD1534 color. Also use rgb(173,21,52) instead hex code.

Text Font Color

.myTextColor { color: #AD1534; }

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

This text font color is #AD1534.


Background Color

.myBgColor { background-color: #AD1534; }

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

This div background color is #AD1534.


Border color

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

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

This div border color is #AD1534.


Opacity

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

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

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

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

This text has shadow with #AD1534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD1534 on black background.


Color preview on white background

This text has color #AD1534 on white background.



Black color preview on #AD1534 background

This text has black color on #AD1534 background.


White color preview on #AD1534 background

This text has white color on #AD1534 background.