#A6450E

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

Shades of Rust #A6450E

Tints of Rust #A6450E

Color information

#A6450E (or 0xA6450E) is unknown color: approx Rust. HEX triplet: A6, 45 and 0E. RGB value is (166,69,14). Sum of RGB (Red+Green+Blue) = 166+69+14=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6450E is #59BAF1. Grayscale: #5C5C5C. Windows color (decimal): -5880562 or 935334. OLE color: 935334.

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

Color convert

RGB1666914-
CMYK00.580.920.35
HSL21.71º84.44%35.29%-
HSV(B)21.71º91.57%65.1%-
XYZ17.9312.391.86-
YUV91.7384.14180.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.67%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 14 (5.86% from 255) = 5.62%
R=66.67%
G=27.71%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166691400.580.920.3521.7184.4435.29
HexA645E03A5C23165423
Octal24610516072134432612443
Binary101001101000101111001110101011100100011101101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6450E; }

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

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

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

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

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

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

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

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