#A6360E

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

Shades of Rust #A6360E

Tints of Rust #A6360E

Color information

#A6360E (or 0xA6360E) is unknown color: approx Rust. HEX triplet: A6, 36 and 0E. RGB value is (166,54,14). Sum of RGB (Red+Green+Blue) = 166+54+14=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A6360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6360E is #59C9F1. Grayscale: #535353. Windows color (decimal): -5884402 or 931494. OLE color: 931494.

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

Color convert

RGB1665414-
CMYK00.670.920.35
HSL15.79º84.44%35.29%-
HSV(B)15.79º91.57%65.1%-
XYZ17.1210.781.59-
YUV82.9389.11187.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.94%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 14 (5.86% from 255) = 5.98%
R=70.94%
G=23.08%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166541400.670.920.3515.7984.4435.29
HexA636E0435C23105423
Octal24666160103134432012443
Binary101001101101101110010000111011100100011100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6360E; }

 p { color: rgb(166,54,14); }

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

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

 a { background-color: rgb(166,54,14); }

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

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

 span { border-color: rgb(166,54,14); }

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