#A6350C

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

Shades of Rust #A6350C

Tints of Rust #A6350C

Color information

#A6350C (or 0xA6350C) is unknown color: approx Rust. HEX triplet: A6, 35 and 0C. RGB value is (166,53,12). Sum of RGB (Red+Green+Blue) = 166+53+12=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A6350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6350C is #59CAF3. Grayscale: #525252. Windows color (decimal): -5884660 or 800166. OLE color: 800166.

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

Color convert

RGB1665312-
CMYK00.680.930.35
HSL15.97º86.52%34.9%-
HSV(B)15.97º92.77%65.1%-
XYZ17.0710.681.51-
YUV82.1188.44187.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.86%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=71.86%
G=22.94%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166531200.680.930.3515.9786.5234.9
HexA635C0445D23105723
Octal24665140104135432012743
Binary101001101101011100010001001011101100011100001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6350C; }

 p { color: rgb(166,53,12); }

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

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

 a { background-color: rgb(166,53,12); }

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

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

 span { border-color: rgb(166,53,12); }

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