#A6320E

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

Shades of Rust #A6320E

Tints of Rust #A6320E

Color information

#A6320E (or 0xA6320E) is unknown color: approx Rust. HEX triplet: A6, 32 and 0E. RGB value is (166,50,14). Sum of RGB (Red+Green+Blue) = 166+50+14=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A6320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6320E is #59CDF1. Grayscale: #505050. Windows color (decimal): -5885426 or 930470. OLE color: 930470.

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

Color convert

RGB1665014-
CMYK00.700.920.35
HSL14.21º84.44%35.29%-
HSV(B)14.21º91.57%65.1%-
XYZ16.9510.421.53-
YUV80.5890.43188.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 72.17%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=72.17%
G=21.74%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166501400.700.920.3514.2184.4435.29
HexA632E0465C23e5423
Octal24662160106134431612443
Binary10100110110010111001000110101110010001111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6320E; }

 p { color: rgb(166,50,14); }

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

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

 a { background-color: rgb(166,50,14); }

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

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

 span { border-color: rgb(166,50,14); }

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