#A63915

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

Shades of Rust #A63915

Tints of Rust #A63915

Color information

#A63915 (or 0xA63915) is unknown color: approx Rust. HEX triplet: A6, 39 and 15. RGB value is (166,57,21). Sum of RGB (Red+Green+Blue) = 166+57+21=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A63915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63915 is #59C6EA. Grayscale: #555555. Windows color (decimal): -5883627 or 1391014. OLE color: 1391014.

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

Color convert

RGB1665721-
CMYK00.660.870.35
HSL14.9º77.54%36.67%-
HSV(B)14.9º87.35%65.1%-
XYZ17.3211.091.94-
YUV85.4991.61185.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.03%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=68.03%
G=23.36%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166572100.660.870.3514.977.5436.67
HexA639150425723f4e25
Octal24671250102127431711645
Binary101001101110011010101000010101011110001111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63915; }

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

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

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

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

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

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

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

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