#AD3D1C

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

Shades of Rust #AD3D1C

Tints of Rust #AD3D1C

Color information

#AD3D1C (or 0xAD3D1C) is unknown color: approx Rust. HEX triplet: AD, 3D and 1C. RGB value is (173,61,28). Sum of RGB (Red+Green+Blue) = 173+61+28=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D1C is #52C2E3. Grayscale: #5A5A5A. Windows color (decimal): -5423844 or 1850797. OLE color: 1850797.

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

Color convert

RGB1736128-
CMYK00.650.840.32
HSL13.66º72.14%39.41%-
HSV(B)13.66º83.82%67.84%-
XYZ19.1112.312.47-
YUV90.7392.61186.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.03%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 28 (11.33% from 255) = 10.69%
R=66.03%
G=23.28%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173612800.650.840.3213.6672.1439.41
HexAD3D1C0415420e4827
Octal25575340101124401611047
Binary101011011111011110001000001101010010000011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3D1C; }

 p { color: rgb(173,61,28); }

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

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

 a { background-color: rgb(173,61,28); }

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

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

 span { border-color: rgb(173,61,28); }

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