#A54D0A

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

Shades of Rust #A54D0A

Tints of Rust #A54D0A

Color information

#A54D0A (or 0xA54D0A) is unknown color: approx Rust. HEX triplet: A5, 4D and 0A. RGB value is (165,77,10). Sum of RGB (Red+Green+Blue) = 165+77+10=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54D0A is #5AB2F5. Grayscale: #606060. Windows color (decimal): -5944054 or 675237. OLE color: 675237.

HSL color Cylindrical-coordinate representation of color #A54D0A: hue angle of 25.94º 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 #A54D0A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB1657710-
CMYK00.530.940.35
HSL25.94º88.57%34.31%-
HSV(B)25.94º93.94%64.71%-
XYZ18.2313.331.9-
YUV95.6779.65177.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.48%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=65.48%
G=30.56%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165771000.530.940.3525.9488.5734.31
HexA54DA0355E231a5922
Octal24511512065136433213142
Binary101001011001101101001101011011110100011110101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D0A; }

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

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

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

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

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

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

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

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