Html Css Color HEX #AD4005 Rust

📋 copy color: '#AD4005'

red 173 ◦ green 64 ◦ blue 5

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

Shades of Rust #AD4005

Tints of Rust #AD4005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

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

R = 71.49%
G = 26.45%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD4005 (or 0xAD4005) is known color: Rust. HEX triplet: AD, 40 and 05. RGB value is (173,64,5). Sum of RGB (Red+Green+Blue) = 173+64+5=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4005 is #52BFFA. Grayscale: #5A5A5A. Windows color (decimal): -5423099 or 344237. OLE color: 344237.

HSL color Cylindrical-coordinate representation of color #AD4005: hue angle of 21.07º 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 #AD4005 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 64 5 -
CMYK 0 0.63 0.97 0.32
HSL 21.07º 0.94% 0.35% -
HSV(B) 21.07º 0.97% 0.68% -
XYZ 19.09 12.56 1.56 -
YUV 89.87 80.11 187.3 -
System Red Green Blue C M Y K H S L
Decimal 173 64 5 0 0.63 0.97 0.32 21.07 0.94 0.35
Hex AD 40 5 0 3F 61 20 15 5E 23
Octal 255 100 5 0 77 141 40 25 136 43
Binary 10101101 1000000 101 0 111111 1100001 100000 10101 1011110 100011

Color Harmonies of #AD4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4005

Black with #AD4005

Text Example


Text Example

White with #AD4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4005; }

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

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

background-color css

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

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

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

border-color css

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

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

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