#a73316

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

Shades of Rust #A73316

Tints of Rust #A73316

Color information

#A73316 (or 0xA73316) is unknown color: approx Rust. HEX triplet: A7, 33 and 16. RGB value is (167,51,22). Sum of RGB (Red+Green+Blue) = 167+51+22=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A73316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73316 is #58CCE9. Grayscale: #525252. Windows color (decimal): -5819626 or 1455015. OLE color: 1455015.

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

Color convert

RGB1675122-
CMYK00.690.870.35
HSL12º76.72%37.06%-
HSV(B)12º86.83%65.49%-
XYZ17.2610.641.9-
YUV82.3893.93188.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.58%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=69.58%
G=21.25%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167512200.690.870.351276.7237.06
HexA733160455723c4d25
Octal24763260105127431411545
Binary101001111100111011001000101101011110001111001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73316; }

 p { color: rgb(167,51,22); }

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

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

 a { background-color: rgb(167,51,22); }

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

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

 span { border-color: rgb(167,51,22); }

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