#AD4413

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

Shades of Rust #AD4413

Tints of Rust #AD4413

Color information

#AD4413 (or 0xAD4413) is unknown color: approx Rust. HEX triplet: AD, 44 and 13. RGB value is (173,68,19). Sum of RGB (Red+Green+Blue) = 173+68+19=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4413 is #52BBEC. Grayscale: #5E5E5E. Windows color (decimal): -5422061 or 1262765. OLE color: 1262765.

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

Color convert

RGB1736819-
CMYK00.610.890.32
HSL19.09º80.21%37.65%-
HSV(B)19.09º89.02%67.84%-
XYZ19.4213.072.11-
YUV93.8185.79184.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.54%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 19 (7.81% from 255) = 7.31%
R=66.54%
G=26.15%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173681900.610.890.3219.0980.2137.65
HexAD441303D5920135026
Octal25510423075131402312046
Binary1010110110001001001101111011011001100000100111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4413; }

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

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

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

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

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

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

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

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