#A34A0F

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

Shades of Rust #A34A0F

Tints of Rust #A34A0F

Color information

#A34A0F (or 0xA34A0F) is unknown color: approx Rust. HEX triplet: A3, 4A and 0F. RGB value is (163,74,15). Sum of RGB (Red+Green+Blue) = 163+74+15=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34A0F is #5CB5F0. Grayscale: #5E5E5E. Windows color (decimal): -6075889 or 1002147. OLE color: 1002147.

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

Color convert

RGB1637415-
CMYK00.550.910.36
HSL23.92º83.15%34.9%-
HSV(B)23.92º90.8%63.92%-
XYZ17.6412.721.98-
YUV93.8883.49177.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=64.68%
G=29.37%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163741500.550.910.3623.9283.1534.9
HexA34AF0375B24185323
Octal24311217067133443012343
Binary101000111001010111101101111011011100100110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A0F; }

 p { color: rgb(163,74,15); }

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

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

 a { background-color: rgb(163,74,15); }

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

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

 span { border-color: rgb(163,74,15); }

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