#A2460F

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

Shades of Rust #A2460F

Tints of Rust #A2460F

Color information

#A2460F (or 0xA2460F) is unknown color: approx Rust. HEX triplet: A2, 46 and 0F. RGB value is (162,70,15). Sum of RGB (Red+Green+Blue) = 162+70+15=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A2460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2460F is #5DB9F0. Grayscale: #5B5B5B. Windows color (decimal): -6142449 or 1001122. OLE color: 1001122.

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

Color convert

RGB1627015-
CMYK00.570.910.36
HSL22.45º83.05%34.71%-
HSV(B)22.45º90.74%63.53%-
XYZ17.1812.11.88-
YUV91.2484.98178.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.59%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=65.59%
G=28.34%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162701500.570.910.3622.4583.0534.71
HexA246F0395B24165323
Octal24210617071133442612343
Binary101000101000110111101110011011011100100101101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2460F; }

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

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

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

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

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

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

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

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