#A73400

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

Shades of Rust #A73400

Tints of Rust #A73400

Color information

#A73400 (or 0xA73400) is unknown color: approx Rust. HEX triplet: A7, 34 and 00. RGB value is (167,52,0). Sum of RGB (Red+Green+Blue) = 167+52+0=219 (29% of max value = 765). Red value is 167 (65.62% from 255 or 76.26% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 167 - color contains mainly: red. Hex color #A73400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73400 is #58CBFF. Grayscale: #505050. Windows color (decimal): -5819392 or 13479. OLE color: 13479.

HSL color Cylindrical-coordinate representation of color #A73400: hue angle of 18.68º 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 #A73400 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB167520-
CMYK00.6910.35
HSL18.68º100%32.75%-
HSV(B)18.68º100%65.49%-
XYZ17.1610.671.16-
YUV80.4682.6189.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 76.26%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.26%
G=23.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16752000.6910.3518.6810032.75
HexA73400456423136421
Octal2476400105144432314441
Binary101001111101000010001011100100100011100111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73400; }

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

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

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

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

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

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

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

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