#AD4B10

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

Shades of Rust #AD4B10

Tints of Rust #AD4B10

Color information

#AD4B10 (or 0xAD4B10) is unknown color: approx Rust. HEX triplet: AD, 4B and 10. RGB value is (173,75,16). Sum of RGB (Red+Green+Blue) = 173+75+16=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B10 is #52B4EF. Grayscale: #616161. Windows color (decimal): -5420272 or 1067949. OLE color: 1067949.

HSL color Cylindrical-coordinate representation of color #AD4B10: hue angle of 22.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD4B10 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB1737516-
CMYK00.570.910.32
HSL22.55º83.07%37.06%-
HSV(B)22.55º90.75%67.84%-
XYZ19.8413.952.14-
YUV97.5881.97181.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.53%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 16 (6.64% from 255) = 6.06%
R=65.53%
G=28.41%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173751600.570.910.3222.5583.0737.06
HexAD4B100395B20175325
Octal25511320071133402712345
Binary1010110110010111000001110011011011100000101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4B10; }

 p { color: rgb(173,75,16); }

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

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

 a { background-color: rgb(173,75,16); }

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

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

 span { border-color: rgb(173,75,16); }

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