#A4420C

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

Shades of Rust #A4420C

Tints of Rust #A4420C

Color information

#A4420C (or 0xA4420C) is unknown color: approx Rust. HEX triplet: A4, 42 and 0C. RGB value is (164,66,12). Sum of RGB (Red+Green+Blue) = 164+66+12=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A4420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4420C is #5BBDF3. Grayscale: #595959. Windows color (decimal): -6012404 or 803492. OLE color: 803492.

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

Color convert

RGB1646612-
CMYK00.600.930.36
HSL21.32º86.36%34.51%-
HSV(B)21.32º92.68%64.31%-
XYZ17.3211.821.72-
YUV89.1584.47181.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 67.77%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 12 (5.08% from 255) = 4.96%
R=67.77%
G=27.27%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164661200.600.930.3621.3286.3634.51
HexA442C03C5D24155623
Octal24410214074135442512643
Binary101001001000010110001111001011101100100101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4420C; }

 p { color: rgb(164,66,12); }

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

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

 a { background-color: rgb(164,66,12); }

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

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

 span { border-color: rgb(164,66,12); }

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