#A2460C

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

Shades of Rust #A2460C

Tints of Rust #A2460C

Color information

#A2460C (or 0xA2460C) is unknown color: approx Rust. HEX triplet: A2, 46 and 0C. RGB value is (162,70,12). Sum of RGB (Red+Green+Blue) = 162+70+12=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A2460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2460C is #5DB9F3. Grayscale: #5B5B5B. Windows color (decimal): -6142452 or 804514. OLE color: 804514.

HSL color Cylindrical-coordinate representation of color #A2460C: hue angle of 23.2º 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 #A2460C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1627012-
CMYK00.570.930.36
HSL23.2º86.21%34.12%-
HSV(B)23.2º92.59%63.53%-
XYZ17.1612.091.78-
YUV90.983.48178.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.39%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=66.39%
G=28.69%
B=4.92%

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
Decimal162701200.570.930.3623.286.2134.12
HexA246C0395D24175622
Octal24210614071135442712642
Binary101000101000110110001110011011101100100101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2460C; }

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

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

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

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

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

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

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

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