#A54C03

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

Shades of Rust #A54C03

Tints of Rust #A54C03

Color information

#A54C03 (or 0xA54C03) is unknown color: approx Rust. HEX triplet: A5, 4C and 03. RGB value is (165,76,3). Sum of RGB (Red+Green+Blue) = 165+76+3=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C03 is #5AB3FC. Grayscale: #5E5E5E. Windows color (decimal): -5944317 or 216229. OLE color: 216229.

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

Color convert

RGB165763-
CMYK00.540.980.35
HSL27.04º96.43%32.94%-
HSV(B)27.04º98.18%64.71%-
XYZ18.1213.171.67-
YUV94.2976.49178.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.62%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 3 (1.56% from 255) = 1.23%
R=67.62%
G=31.15%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16576300.540.980.3527.0496.4332.94
HexA54C303662231b6021
Octal2451143066142433314041
Binary1010010110011001101101101100010100011110111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C03; }

 p { color: rgb(165,76,3); }

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

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

 a { background-color: rgb(165,76,3); }

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

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

 span { border-color: rgb(165,76,3); }

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