#A3440D

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

Shades of Rust #A3440D

Tints of Rust #A3440D

Color information

#A3440D (or 0xA3440D) is unknown color: approx Rust. HEX triplet: A3, 44 and 0D. RGB value is (163,68,13). Sum of RGB (Red+Green+Blue) = 163+68+13=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A3440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3440D is #5CBBF2. Grayscale: #5A5A5A. Windows color (decimal): -6077427 or 869539. OLE color: 869539.

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

Color convert

RGB1636813-
CMYK00.580.920.36
HSL22º85.23%34.51%-
HSV(B)22º92.02%63.92%-
XYZ17.2411.951.78-
YUV90.1484.47179.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.80%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=66.80%
G=27.87%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163681300.580.920.362285.2334.51
HexA344D03A5C24165523
Octal24310415072134442612543
Binary101000111000100110101110101011100100100101101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3440D; }

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

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

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

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

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

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

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

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