#AD3E04

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

Shades of Rust #AD3E04

Tints of Rust #AD3E04

Color information

#AD3E04 (or 0xAD3E04) is unknown color: approx Rust. HEX triplet: AD, 3E and 04. RGB value is (173,62,4). Sum of RGB (Red+Green+Blue) = 173+62+4=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3E04 is #52C1FB. Grayscale: #585858. Windows color (decimal): -5423612 or 278189. OLE color: 278189.

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

Color convert

RGB173624-
CMYK00.640.980.32
HSL20.59º95.48%34.71%-
HSV(B)20.59º97.69%67.84%-
XYZ18.9812.341.5-
YUV88.5880.27188.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.38%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=72.38%
G=25.94%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17362400.640.980.3220.5995.4834.71
HexAD3E40406220155f23
Octal2557640100142402513743
Binary10101101111110100010000001100010100000101011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3E04; }

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

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

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

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

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

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

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

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