#AD3202

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

Shades of Rust #AD3202

Tints of Rust #AD3202

Color information

#AD3202 (or 0xAD3202) is unknown color: approx Rust. HEX triplet: AD, 32 and 02. RGB value is (173,50,2). Sum of RGB (Red+Green+Blue) = 173+50+2=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3202 is #52CDFD. Grayscale: #515151. Windows color (decimal): -5426686 or 144045. OLE color: 144045.

HSL color Cylindrical-coordinate representation of color #AD3202: hue angle of 16.84º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD3202 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB173502-
CMYK00.710.990.32
HSL16.84º97.71%34.31%-
HSV(B)16.84º98.84%67.84%-
XYZ18.3911.171.24-
YUV81.383.25193.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.89%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=76.89%
G=22.22%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17350200.710.990.3216.8497.7134.31
HexAD3220476320116222
Octal2556220107143402114242
Binary1010110111001010010001111100011100000100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3202; }

 p { color: rgb(173,50,2); }

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

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

 a { background-color: rgb(173,50,2); }

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

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

 span { border-color: rgb(173,50,2); }

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