#AD3715

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

Shades of Rust #AD3715

Tints of Rust #AD3715

Color information

#AD3715 (or 0xAD3715) is unknown color: approx Rust. HEX triplet: AD, 37 and 15. RGB value is (173,55,21). Sum of RGB (Red+Green+Blue) = 173+55+21=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3715 is #52C8EA. Grayscale: #565656. Windows color (decimal): -5425387 or 1390509. OLE color: 1390509.

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

Color convert

RGB1735521-
CMYK00.680.880.32
HSL13.42º78.35%38.04%-
HSV(B)13.42º87.86%67.84%-
XYZ18.7411.671.97-
YUV86.4191.09189.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.48%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 21 (8.59% from 255) = 8.43%
R=69.48%
G=22.09%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173552100.680.880.3213.4278.3538.04
HexAD37150445820d4e26
Octal25567250104130401511646
Binary101011011101111010101000100101100010000011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3715; }

 p { color: rgb(173,55,21); }

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

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

 a { background-color: rgb(173,55,21); }

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

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

 span { border-color: rgb(173,55,21); }

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