#A64102

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

Shades of Rust #A64102

Tints of Rust #A64102

Color information

#A64102 (or 0xA64102) is unknown color: approx Rust. HEX triplet: A6, 41 and 02. RGB value is (166,65,2). Sum of RGB (Red+Green+Blue) = 166+65+2=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A64102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64102 is #59BEFD. Grayscale: #585858. Windows color (decimal): -5881598 or 147878. OLE color: 147878.

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

Color convert

RGB166652-
CMYK00.610.990.35
HSL23.05º97.62%32.94%-
HSV(B)23.05º98.8%65.1%-
XYZ17.6311.891.42-
YUV88.0279.46183.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.24%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=71.24%
G=27.90%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16665200.610.990.3523.0597.6232.94
HexA641203D6323176221
Octal2461012075143432714241
Binary1010011010000011001111011100011100011101111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64102; }

 p { color: rgb(166,65,2); }

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

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

 a { background-color: rgb(166,65,2); }

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

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

 span { border-color: rgb(166,65,2); }

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