COLOR #AD223D

HEX: #AD223D
RGB: (173,34,61)

Color info

#AD223D contains mainly red color. Web safe color of #AD223D is #993333 (or #933).

RGB color model

#AD223D color RGB value is (173,34,61).

  • red value is 173;
  • green value is 34;
  • blue value is 61.
RGB:
(173,34,61)
(68%,13%,24%)

RGB channels and saturation

R 173 of 255 = 68%
G 34 of 255 = 13%
B 61 of 255 = 24%

173
34
61

R + G + B ~ 35%. #AD223D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 34 + 61 = 268 (100%)
R 173 of 268 ~ 64.55%
G 34 of 268 ~ 12.69%
B 61 of 268 ~ 22.76%

%64.55
%12.69
%22.76

CMYK color model

#AD223D color CMYK value is (0,80,65,32).

  • cyan value is 0.00%
  • magenta value is 80.35%
  • yellow value is 64.74%
  • key color value is 32.16%
CMYK:
(0,80,65,32)
C0M80Y65K32 
(0%,80%,65%,32%)
(0.00/0.80/0.65/0.32)	

CMYK percentages

%0
%80.35
%64.74
%32.16

Codes

Color #AD223D in popluar color models

AD223D
RGB1733461
HSL348°67.15%40.59%
HSB/HSV348°80.35%67.84%
CMYK0.00%80.35%64.74%
32.16%

Color #AD223D in popluar number systems.

HEXAD223D
Decimal1733461
Binary10101101100010111101
Octal2554275

Shades and tints

Shades of #AD223D

#AD223D
(173,34,61)
#9E1F38
(158,31,56)
#8F1C33
(143,28,51)
#80192E
(128,25,46)
#711629
(113,22,41)
#621324
(98,19,36)
#53101F
(83,16,31)
#440D1A
(68,13,26)
#350A15
(53,10,21)
#260710
(38,7,16)
#17040B
(23,4,11)
#000000
(0,0,0)

Tints of #AD223D

#AD223D
(173,34,61)
#B4364E
(180,54,78)
#BB4A5F
(187,74,95)
#C25E70
(194,94,112)
#C97281
(201,114,129)
#D08692
(208,134,146)
#D79AA3
(215,154,163)
#DEAEB4
(222,174,180)
#E5C2C5
(229,194,197)
#ECD6D6
(236,214,214)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD223D color. Also use rgb(173,34,61) instead hex code.

Text Font Color

.myTextColor { color: #AD223D; }

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

This text font color is #AD223D.


Background Color

.myBgColor { background-color: #AD223D; }

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

This div background color is #AD223D.


Border color

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

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

This div border color is #AD223D.


Opacity

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

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

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

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

This text has shadow with #AD223D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD223D on black background.


Color preview on white background

This text has color #AD223D on white background.



Black color preview on #AD223D background

This text has black color on #AD223D background.


White color preview on #AD223D background

This text has white color on #AD223D background.