#AD4419

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

Shades of Rust #AD4419

Tints of Rust #AD4419

Color information

#AD4419 (or 0xAD4419) is unknown color: approx Rust. HEX triplet: AD, 44 and 19. RGB value is (173,68,25). Sum of RGB (Red+Green+Blue) = 173+68+25=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4419 is #52BBE6. Grayscale: #5E5E5E. Windows color (decimal): -5422055 or 1655981. OLE color: 1655981.

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

Color convert

RGB1736825-
CMYK00.610.860.32
HSL17.43º74.75%38.82%-
HSV(B)17.43º85.55%67.84%-
XYZ19.4813.092.42-
YUV94.4988.79184-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.04%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 25 (10.16% from 255) = 9.40%
R=65.04%
G=25.56%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173682500.610.860.3217.4374.7538.82
HexAD441903D5620114b27
Octal25510431075126402111347
Binary1010110110001001100101111011010110100000100011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4419; }

 p { color: rgb(173,68,25); }

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

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

 a { background-color: rgb(173,68,25); }

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

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

 span { border-color: rgb(173,68,25); }

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