#A5480A

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

Shades of Rust #A5480A

Tints of Rust #A5480A

Color information

#A5480A (or 0xA5480A) is unknown color: approx Rust. HEX triplet: A5, 48 and 0A. RGB value is (165,72,10). Sum of RGB (Red+Green+Blue) = 165+72+10=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5480A is #5AB7F5. Grayscale: #5D5D5D. Windows color (decimal): -5945334 or 673957. OLE color: 673957.

HSL color Cylindrical-coordinate representation of color #A5480A: hue angle of 24º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5480A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB1657210-
CMYK00.560.940.35
HSL24º88.57%34.31%-
HSV(B)24º93.94%64.71%-
XYZ17.8912.661.79-
YUV92.7481.31179.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.80%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 10 (4.30% from 255) = 4.05%
R=66.80%
G=29.15%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165721000.560.940.352488.5734.31
HexA548A0385E23185922
Octal24511012070136433013142
Binary101001011001000101001110001011110100011110001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5480A; }

 p { color: rgb(165,72,10); }

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

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

 a { background-color: rgb(165,72,10); }

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

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

 span { border-color: rgb(165,72,10); }

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