#A53518

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

Shades of Rust #A53518

Tints of Rust #A53518

Color information

#A53518 (or 0xA53518) is unknown color: approx Rust. HEX triplet: A5, 35 and 18. RGB value is (165,53,24). Sum of RGB (Red+Green+Blue) = 165+53+24=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A53518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53518 is #5ACAE7. Grayscale: #535353. Windows color (decimal): -5950184 or 1586597. OLE color: 1586597.

HSL color Cylindrical-coordinate representation of color #A53518: hue angle of 12.34º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A53518 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1655324-
CMYK00.680.850.35
HSL12.34º74.6%37.06%-
HSV(B)12.34º85.45%64.71%-
XYZ16.9610.612.02-
YUV83.1894.61186.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.18%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 24 (9.77% from 255) = 9.92%
R=68.18%
G=21.90%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165532400.680.850.3512.3474.637.06
HexA535180445523c4b25
Octal24565300104125431411345
Binary101001011101011100001000100101010110001111001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53518; }

 p { color: rgb(165,53,24); }

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

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

 a { background-color: rgb(165,53,24); }

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

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

 span { border-color: rgb(165,53,24); }

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