#AD5013

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

Shades of Rust #AD5013

Tints of Rust #AD5013

Color information

#AD5013 (or 0xAD5013) is unknown color: approx Rust. HEX triplet: AD, 50 and 13. RGB value is (173,80,19). Sum of RGB (Red+Green+Blue) = 173+80+19=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5013 is #52AFEC. Grayscale: #656565. Windows color (decimal): -5418989 or 1265837. OLE color: 1265837.

HSL color Cylindrical-coordinate representation of color #AD5013: hue angle of 23.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD5013 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB1738019-
CMYK00.540.890.32
HSL23.77º80.21%37.65%-
HSV(B)23.77º89.02%67.84%-
XYZ20.2214.672.38-
YUV100.8581.81179.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 63.60%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 19 (7.81% from 255) = 6.99%
R=63.60%
G=29.41%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173801900.540.890.3223.7780.2137.65
HexAD50130365920185026
Octal25512023066131403012046
Binary1010110110100001001101101101011001100000110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5013; }

 p { color: rgb(173,80,19); }

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

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

 a { background-color: rgb(173,80,19); }

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

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

 span { border-color: rgb(173,80,19); }

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