#A53E14

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

Shades of Rust #A53E14

Tints of Rust #A53E14

Color information

#A53E14 (or 0xA53E14) is unknown color: approx Rust. HEX triplet: A5, 3E and 14. RGB value is (165,62,20). Sum of RGB (Red+Green+Blue) = 165+62+20=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53E14 is #5AC1EB. Grayscale: #585858. Windows color (decimal): -5947884 or 1326757. OLE color: 1326757.

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

Color convert

RGB1656220-
CMYK00.620.880.35
HSL17.38º78.38%36.27%-
HSV(B)17.38º87.88%64.71%-
XYZ17.3711.51.97-
YUV88.0189.62182.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.80%
GREEN value IS 62 (24.61% from 255) = 25.10%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=66.80%
G=25.10%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165622000.620.880.3517.3878.3836.27
HexA53E1403E5823114e24
Octal2457624076130432111644
Binary101001011111101010001111101011000100011100011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E14; }

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

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

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

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

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

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

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

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