#A53615

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

Shades of Rust #A53615

Tints of Rust #A53615

Color information

#A53615 (or 0xA53615) is unknown color: approx Rust. HEX triplet: A5, 36 and 15. RGB value is (165,54,21). Sum of RGB (Red+Green+Blue) = 165+54+21=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A53615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53615 is #5AC9EA. Grayscale: #535353. Windows color (decimal): -5949931 or 1390245. OLE color: 1390245.

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

Color convert

RGB1655421-
CMYK00.670.870.35
HSL13.75º77.42%36.47%-
HSV(B)13.75º87.27%64.71%-
XYZ16.9710.691.88-
YUV83.4392.77186.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.75%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=68.75%
G=22.5%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165542100.670.870.3513.7577.4236.47
HexA536150435723e4d24
Octal24566250103127431611544
Binary101001011101101010101000011101011110001111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53615; }

 p { color: rgb(165,54,21); }

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

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

 a { background-color: rgb(165,54,21); }

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

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

 span { border-color: rgb(165,54,21); }

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