COLOR #AD052E

HEX: #AD052E
RGB: (173,5,46)

Renk bilgisi

#AD052E contains mainly red color. #AD052E ‘ nin web güvenlik rengi #990033 (ya da #903) dir.

RGB renk modeli

#AD052E color RGB value is (173,5,46).

  • kırmız ton 173;
  • yeşil ton 5;
  • mavi ton 46.
RGB:
(173,5,46)
(68%,2%,18%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 5 of 255 = 2%
B 46 of 255 = 18%

173
5
46

R + G + B ~ 29%. #AD052E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 5 + 46 = 224 (100%)
R 173 of 224 ~ 77.23%
G 5 of 224 ~ 2.23%
B 46 of 224 ~ 20.54%

%77.23
%20.54

CMYK RENK MODELİ

#AD052E rengi CMYK tonu (0,97,73,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 97.11%
  • sarı tonu 73.41%
  • ana renk tonu 32.16%
CMYK:
(0,97,73,32)
C0M97Y73K32 
(0%,97%,73%,32%)
(0.00/0.97/0.73/0.32)	

CMYK yüzdeleri

%0
%97.11
%73.41
%32.16

Codes

Color #AD052E in popluar color models

AD052E
RGB173546
HSL345°94.38%34.90%
HSB/HSV345°97.11%67.84%
CMYK0.00%97.11%73.41%
32.16%

Color #AD052E in popluar number systems.

HEXAD052E
Decimal173546
Binary10101101101101110
Octal255556

Shades and tints

Shades of #AD052E

#AD052E
(173,5,46)
#9E052A
(158,5,42)
#8F0526
(143,5,38)
#800522
(128,5,34)
#71051E
(113,5,30)
#62051A
(98,5,26)
#530516
(83,5,22)
#440512
(68,5,18)
#35050E
(53,5,14)
#26050A
(38,5,10)
#170506
(23,5,6)
#000000
(0,0,0)

Tints of #AD052E

#AD052E
(173,5,46)
#B41B41
(180,27,65)
#BB3154
(187,49,84)
#C24767
(194,71,103)
#C95D7A
(201,93,122)
#D0738D
(208,115,141)
#D789A0
(215,137,160)
#DE9FB3
(222,159,179)
#E5B5C6
(229,181,198)
#ECCBD9
(236,203,217)
#F3E1EC
(243,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD052E color. Also use rgb(173,5,46) instead hex code.

Text Font Color

.myTextColor { color: #AD052E; }

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

This text font color is #AD052E.


Background Color

.myBgColor { background-color: #AD052E; }

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

This div background color is #AD052E.


Border color

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

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

This div border color is #AD052E.


Opacity

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

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

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

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

This text has shadow with #AD052E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD052E on black background.


Color preview on white background

This text has color #AD052E on white background.



Black color preview on #AD052E background

This text has black color on #AD052E background.


White color preview on #AD052E background

This text has white color on #AD052E background.