#A14000

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

Shades of Rust #A14000

Tints of Rust #A14000

Color information

#A14000 (or 0xA14000) is unknown color: approx Rust. HEX triplet: A1, 40 and 00. RGB value is (161,64,0). Sum of RGB (Red+Green+Blue) = 161+64+0=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A14000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14000 is #5EBFFF. Grayscale: #565656. Windows color (decimal): -6209536 or 16545. OLE color: 16545.

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

Color convert

RGB161640-
CMYK00.6010.37
HSL23.85º100%31.57%-
HSV(B)23.85º100%63.14%-
XYZ16.5311.241.3-
YUV85.7179.64181.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.56%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.56%
G=28.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16164000.6010.3723.8510031.57
HexA140003C6425186420
Octal2411000074144453014440
Binary101000011000000001111001100100100101110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14000; }

 p { color: rgb(161,64,0); }

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

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

 a { background-color: rgb(161,64,0); }

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

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

 span { border-color: rgb(161,64,0); }

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