#A53007

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

Shades of Rust #A53007

Tints of Rust #A53007

Color information

#A53007 (or 0xA53007) is unknown color: approx Rust. HEX triplet: A5, 30 and 07. RGB value is (165,48,7). Sum of RGB (Red+Green+Blue) = 165+48+7=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A53007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53007 is #5ACFF8. Grayscale: #4E4E4E. Windows color (decimal): -5951481 or 471205. OLE color: 471205.

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

Color convert

RGB165487-
CMYK00.710.960.35
HSL15.57º91.86%33.73%-
HSV(B)15.57º95.76%64.71%-
XYZ16.6110.131.28-
YUV78.3187.76189.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 75%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 7 (3.12% from 255) = 3.18%
R=75%
G=21.82%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16548700.710.960.3515.5791.8633.73
HexA53070476023105c22
Octal2456070107140432013442
Binary10100101110000111010001111100000100011100001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53007; }

 p { color: rgb(165,48,7); }

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

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

 a { background-color: rgb(165,48,7); }

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

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

 span { border-color: rgb(165,48,7); }

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