#a73d18

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

Shades of Rust #A73D18

Tints of Rust #A73D18

Color information

#A73D18 (or 0xA73D18) is unknown color: approx Rust. HEX triplet: A7, 3D and 18. RGB value is (167,61,24). Sum of RGB (Red+Green+Blue) = 167+61+24=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73D18 is #58C2E7. Grayscale: #585858. Windows color (decimal): -5817064 or 1588647. OLE color: 1588647.

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

Color convert

RGB1676124-
CMYK00.630.860.35
HSL15.52º74.87%37.45%-
HSV(B)15.52º85.63%65.49%-
XYZ17.7711.622.17-
YUV88.4891.62184.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.27%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=66.27%
G=24.21%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167612400.630.860.3515.5274.8737.45
HexA73D1803F5623104b25
Octal2477530077126432011345
Binary101001111111011100001111111010110100011100001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73d18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73d18; }

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

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

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

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

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

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

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

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