#A64503

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

Shades of Rust #A64503

Tints of Rust #A64503

Color information

#A64503 (or 0xA64503) is unknown color: approx Rust. HEX triplet: A6, 45 and 03. RGB value is (166,69,3). Sum of RGB (Red+Green+Blue) = 166+69+3=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A64503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64503 is #59BAFC. Grayscale: #5A5A5A. Windows color (decimal): -5880573 or 214438. OLE color: 214438.

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

Color convert

RGB166693-
CMYK00.580.980.35
HSL24.29º96.45%33.14%-
HSV(B)24.29º98.19%65.1%-
XYZ17.8712.371.53-
YUV90.4878.64181.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 69.75%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=69.75%
G=28.99%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16669300.580.980.3524.2996.4533.14
HexA645303A6223186021
Octal2461053072142433014041
Binary1010011010001011101110101100010100011110001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64503; }

 p { color: rgb(166,69,3); }

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

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

 a { background-color: rgb(166,69,3); }

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

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

 span { border-color: rgb(166,69,3); }

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