#A63710

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

Shades of Rust #A63710

Tints of Rust #A63710

Color information

#A63710 (or 0xA63710) is unknown color: approx Rust. HEX triplet: A6, 37 and 10. RGB value is (166,55,16). Sum of RGB (Red+Green+Blue) = 166+55+16=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A63710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63710 is #59C8EF. Grayscale: #545454. Windows color (decimal): -5884144 or 1062822. OLE color: 1062822.

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

Color convert

RGB1665516-
CMYK00.670.900.35
HSL15.6º82.42%35.69%-
HSV(B)15.6º90.36%65.1%-
XYZ17.1910.881.68-
YUV83.7489.77186.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.04%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=70.04%
G=23.21%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166551600.670.900.3515.682.4235.69
HexA637100435A23105224
Octal24667200103132432012244
Binary1010011011011110000010000111011010100011100001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63710; }

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

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

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

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

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

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

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

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