#A4430D

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

Shades of Rust #A4430D

Tints of Rust #A4430D

Color information

#A4430D (or 0xA4430D) is unknown color: approx Rust. HEX triplet: A4, 43 and 0D. RGB value is (164,67,13). Sum of RGB (Red+Green+Blue) = 164+67+13=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A4430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4430D is #5BBCF2. Grayscale: #5A5A5A. Windows color (decimal): -6012147 or 869284. OLE color: 869284.

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

Color convert

RGB1646713-
CMYK00.590.920.36
HSL21.46º85.31%34.71%-
HSV(B)21.46º92.07%64.31%-
XYZ17.3911.941.77-
YUV89.8584.64180.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 67.21%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=67.21%
G=27.46%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164671300.590.920.3621.4685.3134.71
HexA443D03B5C24155523
Octal24410315073134442512543
Binary101001001000011110101110111011100100100101011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4430D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4430D; }

 p { color: rgb(164,67,13); }

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

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

 a { background-color: rgb(164,67,13); }

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

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

 span { border-color: rgb(164,67,13); }

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