#a54214

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

Shades of Rust #A54214

Tints of Rust #A54214

Color information

#A54214 (or 0xA54214) is unknown color: approx Rust. HEX triplet: A5, 42 and 14. RGB value is (165,66,20). Sum of RGB (Red+Green+Blue) = 165+66+20=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A54214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54214 is #5ABDEB. Grayscale: #5A5A5A. Windows color (decimal): -5946860 or 1327781. OLE color: 1327781.

HSL color Cylindrical-coordinate representation of color #A54214: hue angle of 19.03º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A54214 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB1656620-
CMYK00.600.880.35
HSL19.03º78.38%36.27%-
HSV(B)19.03º87.88%64.71%-
XYZ17.5911.952.04-
YUV90.3688.3181.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.74%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=65.74%
G=26.29%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165662000.600.880.3519.0378.3836.27
HexA5421403C5823134e24
Octal24510224074130432311644
Binary1010010110000101010001111001011000100011100111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54214; }

 p { color: rgb(165,66,20); }

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

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

 a { background-color: rgb(165,66,20); }

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

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

 span { border-color: rgb(165,66,20); }

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