#A14603

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

Shades of Rust #A14603

Tints of Rust #A14603

Color information

#A14603 (or 0xA14603) is unknown color: approx Rust. HEX triplet: A1, 46 and 03. RGB value is (161,70,3). Sum of RGB (Red+Green+Blue) = 161+70+3=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A14603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14603 is #5EB9FC. Grayscale: #595959. Windows color (decimal): -6207997 or 214689. OLE color: 214689.

HSL color Cylindrical-coordinate representation of color #A14603: hue angle of 25.44º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A14603 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB161703-
CMYK00.570.980.37
HSL25.44º96.34%32.16%-
HSV(B)25.44º98.14%63.14%-
XYZ16.911.961.5-
YUV89.5779.15178.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 68.80%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=68.80%
G=29.91%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16170300.570.980.3725.4496.3432.16
HexA14630396225196020
Octal2411063071142453114040
Binary1010000110001101101110011100010100101110011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14603; }

 p { color: rgb(161,70,3); }

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

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

 a { background-color: rgb(161,70,3); }

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

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

 span { border-color: rgb(161,70,3); }

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