#A14001

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

Shades of Rust #A14001

Tints of Rust #A14001

Color information

#A14001 (or 0xA14001) is unknown color: approx Rust. HEX triplet: A1, 40 and 01. RGB value is (161,64,1). Sum of RGB (Red+Green+Blue) = 161+64+1=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A14001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14001 is #5EBFFE. Grayscale: #565656. Windows color (decimal): -6209535 or 82081. OLE color: 82081.

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

Color convert

RGB161641-
CMYK00.600.990.37
HSL23.62º98.77%31.76%-
HSV(B)23.62º99.38%63.14%-
XYZ16.5411.251.33-
YUV85.8280.14181.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.24%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=71.24%
G=28.32%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16164100.600.990.3723.6298.7731.76
HexA140103C6325186320
Octal2411001074143453014340
Binary101000011000000101111001100011100101110001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14001; }

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

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

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

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

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

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

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

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