COLOR #AD1B09

HEX: #AD1B09 RGB: (173,27,9)

Color info

#AD1B09 contains mainly red color. Web safe color of #AD1B09 is #993300 (or #930).

RGB color model

#AD1B09 color RGB value is (173,27,9).

RGB: (173,27,9) (68%, 11%, 4%)

RGB channels and saturation

R 173 of 255 = 68%
G 27 of 255 = 11%
B 9 of 255 = 4%

173
27
9

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

Portions of RGB colors in percentages

R + G + B = 173 + 27 + 9 = 209 (100%)
R 173 of 209 ~ 82.78%
G 27 of 209 ~ 12.92%
B 9 of 209 ~ 4.31'%

%82.78
%12.92

CMYK color model

#AD1B09 color CMYK value is (0,84,95,32).

  • cyan value is 0.00%
  • magenta value is 84.39%
  • yellow value is 94.80%
  • key color value is 32.16%

CMYK: (0,84,95,32)
C0M84Y95K32 (0%, 84%, 95%, 32%)
(0.00 / 0.84 / 0.95 / 0.32)

CMYK percentages

%0
%84.39
%94.8
%32.16

Codes

Color #AD1B09 in popluar color models

AD 1B 09
RGB 173 27 9
HSL 90.11% 35.69%
HSB/HSV 94.80% 67.84%
CMYK 0.00% 84.39% 94.80%
32.16%

Color #AD1B09 in popluar number systems.

HEX AD 1B 09
Decimal 173 27 9
Binary 10101101 11011 1001
Octal 255 33 11

Shades and tints

Shades of #AD1B09

#AD1B09
(173,27,9)
#9E1909
(158,25,9)
#8F1709
(143,23,9)
#801509
(128,21,9)
#711309
(113,19,9)
#621109
(98,17,9)
#530F09
(83,15,9)
#440D09
(68,13,9)
#350B09
(53,11,9)
#260909
(38,9,9)
#170709
(23,7,9)
#000000
(0,0,0)

Tints of #AD1B09

#AD1B09
(173,27,9)
#B42F1F
(180,47,31)
#BB4335
(187,67,53)
#C2574B
(194,87,75)
#C96B61
(201,107,97)
#D07F77
(208,127,119)
#D7938D
(215,147,141)
#DEA7A3
(222,167,163)
#E5BBB9
(229,187,185)
#ECCFCF
(236,207,207)
#F3E3E5
(243,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD1B09 color. Also use rgb(173,27,9) instead hex code.

Text Font Color

.myTextColor { color: #AD1B09; }

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

This text font color is #AD1B09.

Background Color

.myBgColor { background-color: #AD1B09; }

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

This div background color is #AD1B09.

Border color

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

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

This div border color is #AD1B09.

Opacity

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

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

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

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

This text has shadow with #AD1B09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD1B09.

Preview

Color preview on black background

This text has color #AD1B09 on black background.


Color preview on white background

This text has color #AD1B09 on white background.


Black color preview on #AD1B09 background

This text has black color on #AD1B09 background.


White color preview on #AD1B09 background

This text has white color on #AD1B09 background.


Related colors

Complementary color

Complementary color for #hex is #52E4F6.


I love getcolorcode.com

Triadic colors

1 #09AD1B and #1B09AD with #AD1B09 are triadic colors.

2 #091BAD and #1BAD09 with #AD1B09 are triadic colors.