#A6400A

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

Shades of Rust #A6400A

Tints of Rust #A6400A

Color information

#A6400A (or 0xA6400A) is unknown color: approx Rust. HEX triplet: A6, 40 and 0A. RGB value is (166,64,10). Sum of RGB (Red+Green+Blue) = 166+64+10=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A6400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6400A is #59BFF5. Grayscale: #585858. Windows color (decimal): -5881846 or 671910. OLE color: 671910.

HSL color Cylindrical-coordinate representation of color #A6400A: hue angle of 20.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6400A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB1666410-
CMYK00.610.940.35
HSL20.77º88.64%34.51%-
HSV(B)20.77º93.98%65.1%-
XYZ17.6111.81.64-
YUV88.3483.79183.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 69.17%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 10 (4.30% from 255) = 4.17%
R=69.17%
G=26.67%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166641000.610.940.3520.7788.6434.51
HexA640A03D5E23155923
Octal24610012075136432513143
Binary101001101000000101001111011011110100011101011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6400A; }

 p { color: rgb(166,64,10); }

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

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

 a { background-color: rgb(166,64,10); }

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

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

 span { border-color: rgb(166,64,10); }

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