#A63715

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

Shades of Rust #A63715

Tints of Rust #A63715

Color information

#A63715 (or 0xA63715) is unknown color: approx Rust. HEX triplet: A6, 37 and 15. RGB value is (166,55,21). Sum of RGB (Red+Green+Blue) = 166+55+21=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A63715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63715 is #59C8EA. Grayscale: #545454. Windows color (decimal): -5884139 or 1390502. OLE color: 1390502.

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

Color convert

RGB1665521-
CMYK00.670.870.35
HSL14.07º77.54%36.67%-
HSV(B)14.07º87.35%65.1%-
XYZ17.2310.891.9-
YUV84.3192.27186.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.60%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=68.60%
G=22.73%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166552100.670.870.3514.0777.5436.67
HexA637150435723e4e25
Octal24667250103127431611645
Binary101001101101111010101000011101011110001111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63715; }

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

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

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

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

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

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

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

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