#A34804

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

Shades of Rust #A34804

Tints of Rust #A34804

Color information

#A34804 (or 0xA34804) is unknown color: approx Rust. HEX triplet: A3, 48 and 04. RGB value is (163,72,4). Sum of RGB (Red+Green+Blue) = 163+72+4=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A34804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34804 is #5CB7FB. Grayscale: #5B5B5B. Windows color (decimal): -6076412 or 280739. OLE color: 280739.

HSL color Cylindrical-coordinate representation of color #A34804: hue angle of 25.66º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A34804 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB163724-
CMYK00.560.980.36
HSL25.66º95.21%32.75%-
HSV(B)25.66º97.55%63.92%-
XYZ17.4412.431.59-
YUV91.4678.65179.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.20%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=68.20%
G=30.13%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16372400.560.980.3625.6695.2132.75
HexA348403862241a5f21
Octal2431104070142443213741
Binary10100011100100010001110001100010100100110101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34804; }

 p { color: rgb(163,72,4); }

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

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

 a { background-color: rgb(163,72,4); }

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

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

 span { border-color: rgb(163,72,4); }

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