#A73000

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

Shades of Rust #A73000

Tints of Rust #A73000

Color information

#A73000 (or 0xA73000) is unknown color: approx Rust. HEX triplet: A7, 30 and 00. RGB value is (167,48,0). Sum of RGB (Red+Green+Blue) = 167+48+0=215 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.67% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 167 - color contains mainly: red. Hex color #A73000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73000 is #58CFFF. Grayscale: #4E4E4E. Windows color (decimal): -5820416 or 12455. OLE color: 12455.

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

Color convert

RGB167480-
CMYK00.7110.35
HSL17.25º100%32.75%-
HSV(B)17.25º100%65.49%-
XYZ16.9910.331.1-
YUV78.1183.92191.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 77.67%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.67%
G=22.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16748000.7110.3517.2510032.75
HexA73000476423116421
Octal2476000107144432114441
Binary101001111100000010001111100100100011100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73000; }

 p { color: rgb(167,48,0); }

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

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

 a { background-color: rgb(167,48,0); }

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

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

 span { border-color: rgb(167,48,0); }

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