Html Css Color HEX #AD2005 Fire Brick

📋 copy color: '#AD2005'

red 173 ◦ green 32 ◦ blue 5

#AD2005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AD2005

Tints of Fire Brick #AD2005

RGB

 RED value IS 173 (67.97% from 255) = 82.38%

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 82.38%
G = 15.24%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD2005 (or 0xAD2005) is known color: Fire Brick. HEX triplet: AD, 20 and 05. RGB value is (173,32,5). Sum of RGB (Red+Green+Blue) = 173+32+5=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2005 is #52DFFA. Grayscale: #474747. Windows color (decimal): -5431291 or 336045. OLE color: 336045.

HSL color Cylindrical-coordinate representation of color #AD2005: hue angle of 9.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD2005 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 5 -
CMYK 0 0.82 0.97 0.32
HSL 9.64º 0.94% 0.35% -
HSV(B) 9.64º 0.97% 0.68% -
XYZ 17.78 9.93 1.12 -
YUV 71.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 173 32 5 0 0.82 0.97 0.32 9.64 0.94 0.35
Hex AD 20 5 0 52 61 20 A 5E 23
Octal 255 40 5 0 122 141 40 12 136 43
Binary 10101101 100000 101 0 1010010 1100001 100000 1010 1011110 100011

Color Harmonies of #AD2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2005

Black with #AD2005

Text Example


Text Example

White with #AD2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2005; }

 p { color: rgb(173,32,5); }

 H1.HeaderClassName
 {
   color: #AD2005;
 }
 .AnyTagClassName
 {
   color: #AD2005;
 }
</style>

background-color css

<style>
 a { background-color: #AD2005; }

 a { background-color: rgb(173,32,5); }

 div.DivClassName
 {
   background-color: #AD2005;
 }
 .BgClassName
 {
   background-color: #AD2005;
 }
</style>

border-color css

<style>
 span { border-color: #AD2005; }

 span { border-color: rgb(173,32,5); }

 td.TdClassName
 {
   border-color: #AD2005;
 }
 .TagClassName
 {
   border-color: #AD2005;
 }
</style>