#AD4004

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

Shades of Rust #AD4004

Tints of Rust #AD4004

Color information

#AD4004 (or 0xAD4004) is unknown color: approx Rust. HEX triplet: AD, 40 and 04. RGB value is (173,64,4). Sum of RGB (Red+Green+Blue) = 173+64+4=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4004 is #52BFFB. Grayscale: #5A5A5A. Windows color (decimal): -5423100 or 278701. OLE color: 278701.

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

Color convert

RGB173644-
CMYK00.630.980.32
HSL21.3º95.48%34.71%-
HSV(B)21.3º97.69%67.84%-
XYZ19.0912.561.53-
YUV89.7579.61187.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.78%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 4 (1.95% from 255) = 1.66%
R=71.78%
G=26.56%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17364400.630.980.3221.395.4834.71
HexAD40403F6220155f23
Octal2551004077142402513743
Binary10101101100000010001111111100010100000101011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4004; }

 p { color: rgb(173,64,4); }

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

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

 a { background-color: rgb(173,64,4); }

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

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

 span { border-color: rgb(173,64,4); }

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