#a54014

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

Shades of Rust #A54014

Tints of Rust #A54014

Color information

#A54014 (or 0xA54014) is unknown color: approx Rust. HEX triplet: A5, 40 and 14. RGB value is (165,64,20). Sum of RGB (Red+Green+Blue) = 165+64+20=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A54014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54014 is #5ABFEB. Grayscale: #595959. Windows color (decimal): -5947372 or 1327269. OLE color: 1327269.

HSL color Cylindrical-coordinate representation of color #A54014: hue angle of 18.21º 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 #A54014 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB1656420-
CMYK00.610.880.35
HSL18.21º78.38%36.27%-
HSV(B)18.21º87.88%64.71%-
XYZ17.4811.722-
YUV89.1888.96182.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.27%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=66.27%
G=25.70%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165642000.610.880.3518.2178.3836.27
HexA5401403D5823124e24
Octal24510024075130432211644
Binary1010010110000001010001111011011000100011100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54014; }

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

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

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

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

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

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

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

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