#A63D10

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

Shades of Rust #A63D10

Tints of Rust #A63D10

Color information

#A63D10 (or 0xA63D10) is unknown color: approx Rust. HEX triplet: A6, 3D and 10. RGB value is (166,61,16). Sum of RGB (Red+Green+Blue) = 166+61+16=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63D10 is #59C2EF. Grayscale: #575757. Windows color (decimal): -5882608 or 1064358. OLE color: 1064358.

HSL color Cylindrical-coordinate representation of color #A63D10: hue angle of 18º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A63D10 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1666116-
CMYK00.630.900.35
HSL18º82.42%35.69%-
HSV(B)18º90.36%65.1%-
XYZ17.4911.481.78-
YUV87.2687.79184.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.31%
GREEN value IS 61 (24.22% from 255) = 25.10%
BLUE value IS 16 (6.64% from 255) = 6.58%
R=68.31%
G=25.10%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166611600.630.900.351882.4235.69
HexA63D1003F5A23125224
Octal2467520077132432212244
Binary101001101111011000001111111011010100011100101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D10; }

 p { color: rgb(166,61,16); }

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

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

 a { background-color: rgb(166,61,16); }

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

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

 span { border-color: rgb(166,61,16); }

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