COLOR #AD293D

HEX: #AD293D
RGB: (173,41,61)

Color info

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

RGB color model

#AD293D color RGB value is (173,41,61).

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

RGB channels and saturation

R 173 of 255 = 68%
G 41 of 255 = 16%
B 61 of 255 = 24%

173
41
61

R + G + B ~ 36%. #AD293D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 41 + 61 = 275 (100%)
R 173 of 275 ~ 62.91%
G 41 of 275 ~ 14.91%
B 61 of 275 ~ 22.18%

%62.91
%14.91
%22.18

CMYK color model

#AD293D color CMYK value is (0,76,65,32).

  • cyan value is 0.00%
  • magenta value is 76.30%
  • yellow value is 64.74%
  • key color value is 32.16%
CMYK:
(0,76,65,32)
C0M76Y65K32 
(0%,76%,65%,32%)
(0.00/0.76/0.65/0.32)	

CMYK percentages

%0
%76.3
%64.74
%32.16

Codes

Color #AD293D in popluar color models

AD293D
RGB1734161
HSL351°61.68%41.96%
HSB/HSV351°76.30%67.84%
CMYK0.00%76.30%64.74%
32.16%

Color #AD293D in popluar number systems.

HEXAD293D
Decimal1734161
Binary10101101101001111101
Octal2555175

Shades and tints

Shades of #AD293D

#AD293D
(173,41,61)
#9E2638
(158,38,56)
#8F2333
(143,35,51)
#80202E
(128,32,46)
#711D29
(113,29,41)
#621A24
(98,26,36)
#53171F
(83,23,31)
#44141A
(68,20,26)
#351115
(53,17,21)
#260E10
(38,14,16)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #AD293D

#AD293D
(173,41,61)
#B43C4E
(180,60,78)
#BB4F5F
(187,79,95)
#C26270
(194,98,112)
#C97581
(201,117,129)
#D08892
(208,136,146)
#D79BA3
(215,155,163)
#DEAEB4
(222,174,180)
#E5C1C5
(229,193,197)
#ECD4D6
(236,212,214)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD293D; }

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

This text font color is #AD293D.


Background Color

.myBgColor { background-color: #AD293D; }

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

This div background color is #AD293D.


Border color

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

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

This div border color is #AD293D.


Opacity

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

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

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

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

This text has shadow with #AD293D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD293D on black background.


Color preview on white background

This text has color #AD293D on white background.



Black color preview on #AD293D background

This text has black color on #AD293D background.


White color preview on #AD293D background

This text has white color on #AD293D background.