#A5360F

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

Shades of Rust #A5360F

Tints of Rust #A5360F

Color information

#A5360F (or 0xA5360F) is unknown color: approx Rust. HEX triplet: A5, 36 and 0F. RGB value is (165,54,15). Sum of RGB (Red+Green+Blue) = 165+54+15=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A5360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5360F is #5AC9F0. Grayscale: #535353. Windows color (decimal): -5949937 or 997029. OLE color: 997029.

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

Color convert

RGB1655415-
CMYK00.670.910.35
HSL15.6º83.33%35.29%-
HSV(B)15.6º90.91%64.71%-
XYZ16.9210.671.62-
YUV82.7489.77186.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 70.51%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=70.51%
G=23.08%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165541500.670.910.3515.683.3335.29
HexA536F0435B23105323
Octal24566170103133432012343
Binary101001011101101111010000111011011100011100001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5360F; }

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

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

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

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

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

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

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

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