#A7500C

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

Shades of Rust #A7500C

Tints of Rust #A7500C

Color information

#A7500C (or 0xA7500C) is unknown color: approx Rust. HEX triplet: A7, 50 and 0C. RGB value is (167,80,12). Sum of RGB (Red+Green+Blue) = 167+80+12=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A7500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7500C is #58AFF3. Grayscale: #626262. Windows color (decimal): -5812212 or 807079. OLE color: 807079.

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

Color convert

RGB1678012-
CMYK00.520.930.35
HSL26.32º86.59%35.1%-
HSV(B)26.32º92.81%65.49%-
XYZ18.8713.982.05-
YUV98.2679.32177.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.48%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 12 (5.08% from 255) = 4.63%
R=64.48%
G=30.89%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167801200.520.930.3526.3286.5935.1
HexA750C0345D231a5723
Octal24712014064135433212743
Binary101001111010000110001101001011101100011110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7500C; }

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

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

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

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

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

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

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

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