#A64E0C

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

Shades of Rust #A64E0C

Tints of Rust #A64E0C

Color information

#A64E0C (or 0xA64E0C) is unknown color: approx Rust. HEX triplet: A6, 4E and 0C. RGB value is (166,78,12). Sum of RGB (Red+Green+Blue) = 166+78+12=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64E0C is #59B1F3. Grayscale: #616161. Windows color (decimal): -5878260 or 806566. OLE color: 806566.

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

Color convert

RGB1667812-
CMYK00.530.930.35
HSL25.71º86.52%34.9%-
HSV(B)25.71º92.77%65.1%-
XYZ18.5213.581.99-
YUV96.7980.15177.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.84%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=64.84%
G=30.47%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166781200.530.930.3525.7186.5234.9
HexA64EC0355D231a5723
Octal24611614065135433212743
Binary101001101001110110001101011011101100011110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E0C; }

 p { color: rgb(166,78,12); }

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

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

 a { background-color: rgb(166,78,12); }

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

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

 span { border-color: rgb(166,78,12); }

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