#ad4511

Color #AD4511 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #AD4511

Tints of Rust #AD4511

Color information

#AD4511 (or 0xAD4511) is unknown color: approx 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

RGB1736917-
CMYK00.600.900.32
HSL20º82.11%37.25%-
HSV(B)20º90.17%67.84%-
XYZ19.4613.182.05-
YUV94.1784.46184.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.80%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 17 (7.03% from 255) = 6.56%
R=66.80%
G=26.64%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173691700.600.900.322082.1137.25
HexAD451103C5A20145225
Octal25510521074132402412245
Binary1010110110001011000101111001011010100000101001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>