#A73D11

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

Shades of Rust #A73D11

Tints of Rust #A73D11

Color information

#A73D11 (or 0xA73D11) is unknown color: approx Rust. HEX triplet: A7, 3D and 11. RGB value is (167,61,17). Sum of RGB (Red+Green+Blue) = 167+61+17=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73D11 is #58C2EE. Grayscale: #575757. Windows color (decimal): -5817071 or 1129895. OLE color: 1129895.

HSL color Cylindrical-coordinate representation of color #A73D11: hue angle of 17.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A73D11 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1676117-
CMYK00.630.900.35
HSL17.6º81.52%36.08%-
HSV(B)17.6º89.82%65.49%-
XYZ17.7111.591.83-
YUV87.6888.12184.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.16%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=68.16%
G=24.90%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167611700.630.900.3517.681.5236.08
HexA73D1103F5A23125224
Octal2477521077132432212244
Binary101001111111011000101111111011010100011100101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73D11; }

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

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

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

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

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

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

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

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