#a4480f

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

Shades of Rust #A4480F

Tints of Rust #A4480F

Color information

#A4480F (or 0xA4480F) is unknown color: approx Rust. HEX triplet: A4, 48 and 0F. RGB value is (164,72,15). Sum of RGB (Red+Green+Blue) = 164+72+15=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A4480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4480F is #5BB7F0. Grayscale: #5D5D5D. Windows color (decimal): -6010865 or 1001636. OLE color: 1001636.

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

Color convert

RGB1647215-
CMYK00.560.910.36
HSL22.95º83.24%35.1%-
HSV(B)22.95º90.85%64.31%-
XYZ17.7112.561.94-
YUV93.0183.98178.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.34%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 15 (6.25% from 255) = 5.98%
R=65.34%
G=28.69%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164721500.560.910.3622.9583.2435.1
HexA448F0385B24175323
Octal24411017070133442712343
Binary101001001001000111101110001011011100100101111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4480f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4480f; }

 p { color: rgb(164,72,15); }

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

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

 a { background-color: rgb(164,72,15); }

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

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

 span { border-color: rgb(164,72,15); }

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