#A3460C

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

Shades of Rust #A3460C

Tints of Rust #A3460C

Color information

#A3460C (or 0xA3460C) is unknown color: approx Rust. HEX triplet: A3, 46 and 0C. RGB value is (163,70,12). Sum of RGB (Red+Green+Blue) = 163+70+12=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3460C is #5CB9F3. Grayscale: #5B5B5B. Windows color (decimal): -6076916 or 804515. OLE color: 804515.

HSL color Cylindrical-coordinate representation of color #A3460C: hue angle of 23.05º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3460C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1637012-
CMYK00.570.930.36
HSL23.05º86.29%34.31%-
HSV(B)23.05º92.64%63.92%-
XYZ17.3612.191.79-
YUV91.283.31179.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.53%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=66.53%
G=28.57%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163701200.570.930.3623.0586.2934.31
HexA346C0395D24175622
Octal24310614071135442712642
Binary101000111000110110001110011011101100100101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3460C; }

 p { color: rgb(163,70,12); }

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

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

 a { background-color: rgb(163,70,12); }

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

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

 span { border-color: rgb(163,70,12); }

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