#A55000

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

Shades of Rust #A55000

Tints of Rust #A55000

Color information

#A55000 (or 0xA55000) is unknown color: approx Rust. HEX triplet: A5, 50 and 00. RGB value is (165,80,0). Sum of RGB (Red+Green+Blue) = 165+80+0=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A55000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55000 is #5AAFFF. Grayscale: #606060. Windows color (decimal): -5943296 or 20645. OLE color: 20645.

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

Color convert

RGB165800-
CMYK00.5210.35
HSL29.09º100%32.35%-
HSV(B)29.09º100%64.71%-
XYZ18.3913.741.68-
YUV96.2973.66177-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.35%
G=32.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16580000.5210.3529.0910032.35
HexA550003464231d6420
Octal2451200064144433514440
Binary101001011010000001101001100100100011111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55000; }

 p { color: rgb(165,80,0); }

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

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

 a { background-color: rgb(165,80,0); }

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

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

 span { border-color: rgb(165,80,0); }

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