#AD3E1C

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

Shades of Rust #AD3E1C

Tints of Rust #AD3E1C

Color information

#AD3E1C (or 0xAD3E1C) is unknown color: approx Rust. HEX triplet: AD, 3E and 1C. RGB value is (173,62,28). Sum of RGB (Red+Green+Blue) = 173+62+28=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E1C is #52C1E3. Grayscale: #5B5B5B. Windows color (decimal): -5423588 or 1851053. OLE color: 1851053.

HSL color Cylindrical-coordinate representation of color #AD3E1C: hue angle of 14.07º 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 #AD3E1C is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB1736228-
CMYK00.640.840.32
HSL14.07º72.14%39.41%-
HSV(B)14.07º83.82%67.84%-
XYZ19.1712.412.48-
YUV91.3192.27186.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.78%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 28 (11.33% from 255) = 10.65%
R=65.78%
G=23.57%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173622800.640.840.3214.0772.1439.41
HexAD3E1C0405420e4827
Octal25576340100124401611047
Binary101011011111101110001000000101010010000011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3E1C; }

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

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

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

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

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

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

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

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