#A63E10

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

Shades of Rust #A63E10

Tints of Rust #A63E10

Color information

#A63E10 (or 0xA63E10) is unknown color: approx Rust. HEX triplet: A6, 3E and 10. RGB value is (166,62,16). Sum of RGB (Red+Green+Blue) = 166+62+16=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63E10 is #59C1EF. Grayscale: #585858. Windows color (decimal): -5882352 or 1064614. OLE color: 1064614.

HSL color Cylindrical-coordinate representation of color #A63E10: hue angle of 18.4º 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 #A63E10 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1666216-
CMYK00.630.900.35
HSL18.4º82.42%35.69%-
HSV(B)18.4º90.36%65.1%-
XYZ17.5411.591.8-
YUV87.8587.46183.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.03%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=68.03%
G=25.41%
B=6.56%

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
Decimal166621600.630.900.3518.482.4235.69
HexA63E1003F5A23125224
Octal2467620077132432212244
Binary101001101111101000001111111011010100011100101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E10; }

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

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

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

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

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

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

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

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