#AD4104

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

Shades of Rust #AD4104

Tints of Rust #AD4104

Color information

#AD4104 (or 0xAD4104) is unknown color: approx Rust. HEX triplet: AD, 41 and 04. RGB value is (173,65,4). Sum of RGB (Red+Green+Blue) = 173+65+4=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4104 is #52BEFB. Grayscale: #5A5A5A. Windows color (decimal): -5422844 or 278957. OLE color: 278957.

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

Color convert

RGB173654-
CMYK00.620.980.32
HSL21.66º95.48%34.71%-
HSV(B)21.66º97.69%67.84%-
XYZ19.1512.671.55-
YUV90.3479.28186.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.49%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=71.49%
G=26.86%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17365400.620.980.3221.6695.4834.71
HexAD41403E6220165f23
Octal2551014076142402613743
Binary10101101100000110001111101100010100000101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4104; }

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

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

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

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

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

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

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

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