#A5460C

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

Shades of Rust #A5460C

Tints of Rust #A5460C

Color information

#A5460C (or 0xA5460C) is unknown color: approx Rust. HEX triplet: A5, 46 and 0C. RGB value is (165,70,12). Sum of RGB (Red+Green+Blue) = 165+70+12=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5460C is #5AB9F3. Grayscale: #5C5C5C. Windows color (decimal): -5945844 or 804517. OLE color: 804517.

HSL color Cylindrical-coordinate representation of color #A5460C: hue angle of 22.75º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5460C is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1657012-
CMYK00.580.930.35
HSL22.75º86.44%34.71%-
HSV(B)22.75º92.73%64.71%-
XYZ17.7712.411.81-
YUV91.7982.97180.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.80%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=66.80%
G=28.34%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165701200.580.930.3522.7586.4434.71
HexA546C03A5D23175623
Octal24510614072135432712643
Binary101001011000110110001110101011101100011101111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5460C; }

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

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

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

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

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

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

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

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