#AD4418

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

Shades of Rust #AD4418

Tints of Rust #AD4418

Color information

#AD4418 (or 0xAD4418) is unknown color: approx Rust. HEX triplet: AD, 44 and 18. RGB value is (173,68,24). Sum of RGB (Red+Green+Blue) = 173+68+24=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4418 is #52BBE7. Grayscale: #5E5E5E. Windows color (decimal): -5422056 or 1590445. OLE color: 1590445.

HSL color Cylindrical-coordinate representation of color #AD4418: hue angle of 17.72º degrees, saturation: 0.76, 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 #AD4418 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1736824-
CMYK00.610.860.32
HSL17.72º75.63%38.63%-
HSV(B)17.72º86.13%67.84%-
XYZ19.4713.082.36-
YUV94.3888.29184.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.28%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=65.28%
G=25.66%
B=9.06%

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
Decimal173682400.610.860.3217.7275.6338.63
HexAD441803D5620124c27
Octal25510430075126402211447
Binary1010110110001001100001111011010110100000100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4418; }

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

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

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

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

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

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

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

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