#A73518

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

Shades of Rust #A73518

Tints of Rust #A73518

Color information

#A73518 (or 0xA73518) is unknown color: approx Rust. HEX triplet: A7, 35 and 18. RGB value is (167,53,24). Sum of RGB (Red+Green+Blue) = 167+53+24=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A73518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73518 is #58CAE7. Grayscale: #545454. Windows color (decimal): -5819112 or 1586599. OLE color: 1586599.

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

Color convert

RGB1675324-
CMYK00.680.860.35
HSL12.17º74.87%37.45%-
HSV(B)12.17º85.63%65.49%-
XYZ17.3710.832.04-
YUV83.7894.27187.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.44%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=68.44%
G=21.72%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167532400.680.860.3512.1774.8737.45
HexA735180445623c4b25
Octal24765300104126431411345
Binary101001111101011100001000100101011010001111001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73518; }

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

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

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

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

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

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

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

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