#AD3412

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

Shades of Rust #AD3412

Tints of Rust #AD3412

Color information

#AD3412 (or 0xAD3412) is unknown color: approx Rust. HEX triplet: AD, 34 and 12. RGB value is (173,52,18). Sum of RGB (Red+Green+Blue) = 173+52+18=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3412 is #52CBED. Grayscale: #545454. Windows color (decimal): -5426158 or 1193133. OLE color: 1193133.

HSL color Cylindrical-coordinate representation of color #AD3412: hue angle of 13.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD3412 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1735218-
CMYK00.700.900.32
HSL13.16º81.15%37.45%-
HSV(B)13.16º89.6%67.84%-
XYZ18.5711.381.79-
YUV84.390.59191.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.19%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=71.19%
G=21.40%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173521800.700.900.3213.1681.1537.45
HexAD34120465A20d5125
Octal25564220106132401512145
Binary101011011101001001001000110101101010000011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3412; }

 p { color: rgb(173,52,18); }

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

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

 a { background-color: rgb(173,52,18); }

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

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

 span { border-color: rgb(173,52,18); }

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