#A53C00

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

Shades of Rust #A53C00

Tints of Rust #A53C00

Color information

#A53C00 (or 0xA53C00) is unknown color: approx Rust. HEX triplet: A5, 3C and 00. RGB value is (165,60,0). Sum of RGB (Red+Green+Blue) = 165+60+0=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53C00 is #5AC3FF. Grayscale: #545454. Windows color (decimal): -5948416 or 15525. OLE color: 15525.

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

Color convert

RGB165600-
CMYK00.6410.35
HSL21.82º100%32.35%-
HSV(B)21.82º100%64.71%-
XYZ17.1311.231.26-
YUV84.5680.29185.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.33%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.33%
G=26.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16560000.6410.3521.8210032.35
HexA53C00406423166420
Octal2457400100144432614440
Binary101001011111000010000001100100100011101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C00; }

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

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

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

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

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

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

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

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