#A7310C

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

Shades of Rust #A7310C

Tints of Rust #A7310C

Color information

#A7310C (or 0xA7310C) is unknown color: approx Rust. HEX triplet: A7, 31 and 0C. RGB value is (167,49,12). Sum of RGB (Red+Green+Blue) = 167+49+12=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A7310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7310C is #58CEF3. Grayscale: #505050. Windows color (decimal): -5820148 or 799143. OLE color: 799143.

HSL color Cylindrical-coordinate representation of color #A7310C: hue angle of 14.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 #A7310C is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1674912-
CMYK00.710.930.35
HSL14.32º86.59%35.1%-
HSV(B)14.32º92.81%65.49%-
XYZ17.110.441.46-
YUV80.0689.59190.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 73.25%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 12 (5.08% from 255) = 5.26%
R=73.25%
G=21.49%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167491200.710.930.3514.3286.5935.1
HexA731C0475D23e5723
Octal24761140107135431612743
Binary10100111110001110001000111101110110001111101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7310C; }

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

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

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

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

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

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

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

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