Html Css Color HEX #AD4511 Rust

📋 copy color: '#AD4511'

red 173 ◦ green 69 ◦ blue 17

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

Shades of Rust #AD4511

Tints of Rust #AD4511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 66.8%
G = 26.64%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD4511 (or 0xAD4511) is known color: Rust. HEX triplet: AD, 45 and 11. RGB value is (173,69,17). Sum of RGB (Red+Green+Blue) = 173+69+17=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4511 is #52BAEE. Grayscale: #5E5E5E. Windows color (decimal): -5421807 or 1131949. OLE color: 1131949.

HSL color Cylindrical-coordinate representation of color #AD4511: hue angle of 20º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD4511 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 17 -
CMYK 0 0.60 0.90 0.32
HSL 20º 0.82% 0.37% -
HSV(B) 20º 0.9% 0.68% -
XYZ 19.46 13.18 2.05 -
YUV 94.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 173 69 17 0 0.60 0.90 0.32 20 0.82 0.37
Hex AD 45 11 0 3C 5A 20 14 52 25
Octal 255 105 21 0 74 132 40 24 122 45
Binary 10101101 1000101 10001 0 111100 1011010 100000 10100 1010010 100101

Color Harmonies of #AD4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4511

Black with #AD4511

Text Example


Text Example

White with #AD4511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4511; }

 p { color: rgb(173,69,17); }

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

background-color css

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

 a { background-color: rgb(173,69,17); }

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

border-color css

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

 span { border-color: rgb(173,69,17); }

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