#A14204

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

Shades of Rust #A14204

Tints of Rust #A14204

Color information

#A14204 (or 0xA14204) is unknown color: approx Rust. HEX triplet: A1, 42 and 04. RGB value is (161,66,4). Sum of RGB (Red+Green+Blue) = 161+66+4=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A14204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14204 is #5EBDFB. Grayscale: #575757. Windows color (decimal): -6209020 or 279201. OLE color: 279201.

HSL color Cylindrical-coordinate representation of color #A14204: hue angle of 23.69º degrees, saturation: 0.95, 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 #A14204 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB161664-
CMYK00.590.980.37
HSL23.69º95.15%32.35%-
HSV(B)23.69º97.52%63.14%-
XYZ16.6711.481.45-
YUV87.3480.97180.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 69.70%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 4 (1.95% from 255) = 1.73%
R=69.70%
G=28.57%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16166400.590.980.3723.6995.1532.35
HexA142403B6225185f20
Octal2411024073142453013740
Binary10100001100001010001110111100010100101110001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14204; }

 p { color: rgb(161,66,4); }

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

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

 a { background-color: rgb(161,66,4); }

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

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

 span { border-color: rgb(161,66,4); }

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