#AD3C04

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

Shades of Rust #AD3C04

Tints of Rust #AD3C04

Color information

#AD3C04 (or 0xAD3C04) is unknown color: approx Rust. HEX triplet: AD, 3C and 04. RGB value is (173,60,4). Sum of RGB (Red+Green+Blue) = 173+60+4=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C04 is #52C3FB. Grayscale: #575757. Windows color (decimal): -5424124 or 277677. OLE color: 277677.

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

Color convert

RGB173604-
CMYK00.650.980.32
HSL19.88º95.48%34.71%-
HSV(B)19.88º97.69%67.84%-
XYZ18.8712.121.46-
YUV87.480.94189.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 73.00%
GREEN value IS 60 (23.83% from 255) = 25.32%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=73.00%
G=25.32%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17360400.650.980.3219.8895.4834.71
HexAD3C40416220145f23
Octal2557440101142402413743
Binary10101101111100100010000011100010100000101001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3C04; }

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

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

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

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

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

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

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

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