#A4430E

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

Shades of Rust #A4430E

Tints of Rust #A4430E

Color information

#A4430E (or 0xA4430E) is unknown color: approx Rust. HEX triplet: A4, 43 and 0E. RGB value is (164,67,14). Sum of RGB (Red+Green+Blue) = 164+67+14=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A4430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4430E is #5BBCF1. Grayscale: #5A5A5A. Windows color (decimal): -6012146 or 934820. OLE color: 934820.

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

Color convert

RGB1646714-
CMYK00.590.910.36
HSL21.2º84.27%34.9%-
HSV(B)21.2º91.46%64.31%-
XYZ17.411.941.8-
YUV89.9685.14180.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.94%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=66.94%
G=27.35%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164671400.590.910.3621.284.2734.9
HexA443E03B5B24155423
Octal24410316073133442512443
Binary101001001000011111001110111011011100100101011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4430E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4430E; }

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

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

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

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

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

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

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

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