#AD2E11

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

Shades of Rust #AD2E11

Tints of Rust #AD2E11

Color information

#AD2E11 (or 0xAD2E11) is unknown color: approx Rust. HEX triplet: AD, 2E and 11. RGB value is (173,46,17). Sum of RGB (Red+Green+Blue) = 173+46+17=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E11 is #52D1EE. Grayscale: #505050. Windows color (decimal): -5427695 or 1126061. OLE color: 1126061.

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

Color convert

RGB1734617-
CMYK00.730.900.32
HSL11.15º82.11%37.25%-
HSV(B)11.15º90.17%67.84%-
XYZ18.3110.881.66-
YUV80.6792.08193.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 73.31%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 17 (7.03% from 255) = 7.20%
R=73.31%
G=19.49%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173461700.730.900.3211.1582.1137.25
HexAD2E110495A20b5225
Octal25556210111132401312245
Binary101011011011101000101001001101101010000010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E11; }

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

 H1.HeaderClassName
 {
   color: #AD2E11;
 }
 .AnyTagClassName
 {
   color: #AD2E11;
 }
</style>
background-color css

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

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

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

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

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

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