#a73b00

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

Shades of Rust #A73B00

Tints of Rust #A73B00

Color information

#A73B00 (or 0xA73B00) is unknown color: approx Rust. HEX triplet: A7, 3B and 00. RGB value is (167,59,0). Sum of RGB (Red+Green+Blue) = 167+59+0=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73B00 is #58C4FF. Grayscale: #545454. Windows color (decimal): -5817600 or 15271. OLE color: 15271.

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

Color convert

RGB167590-
CMYK00.6510.35
HSL21.2º100%32.75%-
HSV(B)21.2º100%65.49%-
XYZ17.511.341.27-
YUV84.5780.28186.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 73.89%
GREEN value IS 59 (23.44% from 255) = 26.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.89%
G=26.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16759000.6510.3521.210032.75
HexA73B00416423156421
Octal2477300101144432514441
Binary101001111110110010000011100100100011101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73b00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73b00; }

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

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

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

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

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

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

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

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