#A73112

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

Shades of Rust #A73112

Tints of Rust #A73112

Color information

#A73112 (or 0xA73112) is unknown color: approx Rust. HEX triplet: A7, 31 and 12. RGB value is (167,49,18). Sum of RGB (Red+Green+Blue) = 167+49+18=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A73112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73112 is #58CEED. Grayscale: #505050. Windows color (decimal): -5820142 or 1192359. OLE color: 1192359.

HSL color Cylindrical-coordinate representation of color #A73112: hue angle of 12.48º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A73112 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1674918-
CMYK00.710.890.35
HSL12.48º80.54%36.27%-
HSV(B)12.48º89.22%65.49%-
XYZ17.1410.461.69-
YUV80.7592.59189.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.37%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=71.37%
G=20.94%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167491800.710.890.3512.4880.5436.27
HexA731120475923c5124
Octal24761220107131431412144
Binary101001111100011001001000111101100110001111001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73112; }

 p { color: rgb(167,49,18); }

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

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

 a { background-color: rgb(167,49,18); }

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

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

 span { border-color: rgb(167,49,18); }

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