#A63906

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

Shades of Rust #A63906

Tints of Rust #A63906

Color information

#A63906 (or 0xA63906) is unknown color: approx Rust. HEX triplet: A6, 39 and 06. RGB value is (166,57,6). Sum of RGB (Red+Green+Blue) = 166+57+6=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A63906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63906 is #59C6F9. Grayscale: #545454. Windows color (decimal): -5883642 or 407974. OLE color: 407974.

HSL color Cylindrical-coordinate representation of color #A63906: hue angle of 19.12º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A63906 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB166576-
CMYK00.660.960.35
HSL19.12º93.02%33.73%-
HSV(B)19.12º96.39%65.1%-
XYZ17.2211.051.4-
YUV83.7884.11186.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 72.49%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=72.49%
G=24.89%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16657600.660.960.3519.1293.0233.73
HexA63960426023135d22
Octal2467160102140432313542
Binary10100110111001110010000101100000100011100111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63906; }

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

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

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

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

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

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

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

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