#A53409

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

Shades of Rust #A53409

Tints of Rust #A53409

Color information

#A53409 (or 0xA53409) is unknown color: approx Rust. HEX triplet: A5, 34 and 09. RGB value is (165,52,9). Sum of RGB (Red+Green+Blue) = 165+52+9=226 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.01% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 165 - color contains mainly: red. Hex color #A53409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53409 is #5ACBF6. Grayscale: #515151. Windows color (decimal): -5950455 or 603301. OLE color: 603301.

HSL color Cylindrical-coordinate representation of color #A53409: hue angle of 16.54º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A53409 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB165529-
CMYK00.680.950.35
HSL16.54º89.66%34.12%-
HSV(B)16.54º94.55%64.71%-
XYZ16.7910.481.4-
YUV80.8887.44188-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.01%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 9 (3.91% from 255) = 3.98%
R=73.01%
G=23.01%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16552900.680.950.3516.5489.6634.12
HexA53490445F23115a22
Octal24564110104137432113242
Binary101001011101001001010001001011111100011100011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53409; }

 p { color: rgb(165,52,9); }

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

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

 a { background-color: rgb(165,52,9); }

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

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

 span { border-color: rgb(165,52,9); }

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