#A93400

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

Shades of Rust #A93400

Tints of Rust #A93400

Color information

#A93400 (or 0xA93400) is unknown color: approx Rust. HEX triplet: A9, 34 and 00. RGB value is (169,52,0). Sum of RGB (Red+Green+Blue) = 169+52+0=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A93400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93400 is #56CBFF. Grayscale: #515151. Windows color (decimal): -5688320 or 13481. OLE color: 13481.

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

Color convert

RGB169520-
CMYK00.6910.34
HSL18.46º100%33.14%-
HSV(B)18.46º100%66.27%-
XYZ17.5910.891.18-
YUV81.0582.26190.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 76.47%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.47%
G=23.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16952000.6910.3418.4610033.14
HexA93400456422126421
Octal2516400105144422214441
Binary101010011101000010001011100100100010100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93400; }

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

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

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

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

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

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

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

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