#A93100

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

Shades of Rust #A93100

Tints of Rust #A93100

Color information

#A93100 (or 0xA93100) is unknown color: approx Rust. HEX triplet: A9, 31 and 00. RGB value is (169,49,0). Sum of RGB (Red+Green+Blue) = 169+49+0=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A93100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93100 is #56CEFF. Grayscale: #4F4F4F. Windows color (decimal): -5689088 or 12713. OLE color: 12713.

HSL color Cylindrical-coordinate representation of color #A93100: hue angle of 17.4º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A93100 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB169490-
CMYK00.7110.34
HSL17.4º100%33.14%-
HSV(B)17.4º100%66.27%-
XYZ17.4610.631.13-
YUV79.2983.26191.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.52%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.52%
G=22.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16949000.7110.3417.410033.14
HexA93100476422116421
Octal2516100107144422114441
Binary101010011100010010001111100100100010100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93100; }

 p { color: rgb(169,49,0); }

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

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

 a { background-color: rgb(169,49,0); }

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

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

 span { border-color: rgb(169,49,0); }

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