#A3440E

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

Shades of Rust #A3440E

Tints of Rust #A3440E

Color information

#A3440E (or 0xA3440E) is unknown color: approx Rust. HEX triplet: A3, 44 and 0E. RGB value is (163,68,14). Sum of RGB (Red+Green+Blue) = 163+68+14=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3440E is #5CBBF1. Grayscale: #5A5A5A. Windows color (decimal): -6077426 or 935075. OLE color: 935075.

HSL color Cylindrical-coordinate representation of color #A3440E: hue angle of 21.74º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3440E is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1636814-
CMYK00.580.910.36
HSL21.74º84.18%34.71%-
HSV(B)21.74º91.41%63.92%-
XYZ17.2511.951.81-
YUV90.2584.97179.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.53%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=66.53%
G=27.76%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163681400.580.910.3621.7484.1834.71
HexA344E03A5B24165423
Octal24310416072133442612443
Binary101000111000100111001110101011011100100101101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3440E; }

 p { color: rgb(163,68,14); }

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

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

 a { background-color: rgb(163,68,14); }

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

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

 span { border-color: rgb(163,68,14); }

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