#AD3C0D

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

Shades of Rust #AD3C0D

Tints of Rust #AD3C0D

Color information

#AD3C0D (or 0xAD3C0D) is unknown color: approx Rust. HEX triplet: AD, 3C and 0D. RGB value is (173,60,13). Sum of RGB (Red+Green+Blue) = 173+60+13=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C0D is #52C3F2. Grayscale: #585858. Windows color (decimal): -5424115 or 867501. OLE color: 867501.

HSL color Cylindrical-coordinate representation of color #AD3C0D: hue angle of 17.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD3C0D is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB1736013-
CMYK00.650.920.32
HSL17.62º86.02%36.47%-
HSV(B)17.62º92.49%67.84%-
XYZ18.9212.151.73-
YUV88.4385.44188.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.33%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=70.33%
G=24.39%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173601300.650.920.3217.6286.0236.47
HexAD3CD0415C20125624
Octal25574150101134402212644
Binary101011011111001101010000011011100100000100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3C0D; }

 p { color: rgb(173,60,13); }

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

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

 a { background-color: rgb(173,60,13); }

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

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

 span { border-color: rgb(173,60,13); }

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