#A34500

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

Shades of Rust #A34500

Tints of Rust #A34500

Color information

#A34500 (or 0xA34500) is unknown color: approx Rust. HEX triplet: A3, 45 and 00. RGB value is (163,69,0). Sum of RGB (Red+Green+Blue) = 163+69+0=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A34500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34500 is #5CBAFF. Grayscale: #595959. Windows color (decimal): -6077184 or 17827. OLE color: 17827.

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

Color convert

RGB163690-
CMYK00.5810.36
HSL25.4º100%31.96%-
HSV(B)25.4º100%63.92%-
XYZ17.2312.041.42-
YUV89.2477.64180.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.26%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.26%
G=29.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16369000.5810.3625.410031.96
HexA345003A6424196420
Octal2431050072144443114440
Binary101000111000101001110101100100100100110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34500; }

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

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

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

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

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

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

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

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