#A64202

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

Shades of Rust #A64202

Tints of Rust #A64202

Color information

#A64202 (or 0xA64202) is unknown color: approx Rust. HEX triplet: A6, 42 and 02. RGB value is (166,66,2). Sum of RGB (Red+Green+Blue) = 166+66+2=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A64202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64202 is #59BDFD. Grayscale: #585858. Windows color (decimal): -5881342 or 148134. OLE color: 148134.

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

Color convert

RGB166662-
CMYK00.600.990.35
HSL23.41º97.62%32.94%-
HSV(B)23.41º98.8%65.1%-
XYZ17.6912.011.44-
YUV88.679.13183.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.94%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=70.94%
G=28.21%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16666200.600.990.3523.4197.6232.94
HexA642203C6323176221
Octal2461022074143432714241
Binary1010011010000101001111001100011100011101111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64202; }

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

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

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

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

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

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

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

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