#A73514

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

Shades of Rust #A73514

Tints of Rust #A73514

Color information

#A73514 (or 0xA73514) is unknown color: approx Rust. HEX triplet: A7, 35 and 14. RGB value is (167,53,20). Sum of RGB (Red+Green+Blue) = 167+53+20=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A73514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73514 is #58CAEB. Grayscale: #535353. Windows color (decimal): -5819116 or 1324455. OLE color: 1324455.

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

Color convert

RGB1675320-
CMYK00.680.880.35
HSL13.47º78.61%36.67%-
HSV(B)13.47º88.02%65.49%-
XYZ17.3410.811.84-
YUV83.3292.27187.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.58%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=69.58%
G=22.08%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167532000.680.880.3513.4778.6136.67
HexA735140445823d4f25
Octal24765240104130431511745
Binary101001111101011010001000100101100010001111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73514; }

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

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

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

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

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

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

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

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