#AD4F13

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

Shades of Rust #AD4F13

Tints of Rust #AD4F13

Color information

#AD4F13 (or 0xAD4F13) is unknown color: approx Rust. HEX triplet: AD, 4F and 13. RGB value is (173,79,19). Sum of RGB (Red+Green+Blue) = 173+79+19=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4F13 is #52B0EC. Grayscale: #646464. Windows color (decimal): -5419245 or 1265581. OLE color: 1265581.

HSL color Cylindrical-coordinate representation of color #AD4F13: hue angle of 23.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD4F13 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB1737919-
CMYK00.540.890.32
HSL23.38º80.21%37.65%-
HSV(B)23.38º89.02%67.84%-
XYZ20.1514.522.36-
YUV100.2782.14179.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 63.84%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=63.84%
G=29.15%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173791900.540.890.3223.3880.2137.65
HexAD4F130365920175026
Octal25511723066131402712046
Binary1010110110011111001101101101011001100000101111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F13; }

 p { color: rgb(173,79,19); }

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

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

 a { background-color: rgb(173,79,19); }

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

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

 span { border-color: rgb(173,79,19); }

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