#A34200

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

Shades of Rust #A34200

Tints of Rust #A34200

Color information

#A34200 (or 0xA34200) is unknown color: approx Rust. HEX triplet: A3, 42 and 00. RGB value is (163,66,0). Sum of RGB (Red+Green+Blue) = 163+66+0=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A34200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34200 is #5CBDFF. Grayscale: #575757. Windows color (decimal): -6077952 or 17059. OLE color: 17059.

HSL color Cylindrical-coordinate representation of color #A34200: hue angle of 24.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A34200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB163660-
CMYK00.6010.36
HSL24.29º100%31.96%-
HSV(B)24.29º100%63.92%-
XYZ17.0511.681.36-
YUV87.4878.64181.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.18%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.18%
G=28.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16366000.6010.3624.2910031.96
HexA342003C6424186420
Octal2431020074144443014440
Binary101000111000010001111001100100100100110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34200; }

 p { color: rgb(163,66,0); }

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

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

 a { background-color: rgb(163,66,0); }

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

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

 span { border-color: rgb(163,66,0); }

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