#A4340F

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

Shades of Rust #A4340F

Tints of Rust #A4340F

Color information

#A4340F (or 0xA4340F) is unknown color: approx Rust. HEX triplet: A4, 34 and 0F. RGB value is (164,52,15). Sum of RGB (Red+Green+Blue) = 164+52+15=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A4340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4340F is #5BCBF0. Grayscale: #515151. Windows color (decimal): -6015985 or 996516. OLE color: 996516.

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

Color convert

RGB1645215-
CMYK00.680.910.36
HSL14.9º83.24%35.1%-
HSV(B)14.9º90.85%64.31%-
XYZ16.6210.381.58-
YUV81.2790.61187.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.00%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=71.00%
G=22.51%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164521500.680.910.3614.983.2435.1
HexA434F0445B24f5323
Octal24464170104133441712343
Binary10100100110100111101000100101101110010011111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4340F; }

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

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

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

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

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

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

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

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