#A75000

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

Shades of Rust #A75000

Tints of Rust #A75000

Color information

#A75000 (or 0xA75000) is unknown color: approx Rust. HEX triplet: A7, 50 and 00. RGB value is (167,80,0). Sum of RGB (Red+Green+Blue) = 167+80+0=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A75000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75000 is #58AFFF. Grayscale: #616161. Windows color (decimal): -5812224 or 20647. OLE color: 20647.

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

Color convert

RGB167800-
CMYK00.5210.35
HSL28.74º100%32.75%-
HSV(B)28.74º100%65.49%-
XYZ18.8113.951.7-
YUV96.8973.32178-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.61%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.61%
G=32.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16780000.5210.3528.7410032.75
HexA750003464231d6421
Octal2471200064144433514441
Binary101001111010000001101001100100100011111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75000; }

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

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

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

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

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

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

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

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