#A34C0A

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

Shades of Rust #A34C0A

Tints of Rust #A34C0A

Color information

#A34C0A (or 0xA34C0A) is unknown color: approx Rust. HEX triplet: A3, 4C and 0A. RGB value is (163,76,10). Sum of RGB (Red+Green+Blue) = 163+76+10=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34C0A is #5CB3F5. Grayscale: #5E5E5E. Windows color (decimal): -6075382 or 674979. OLE color: 674979.

HSL color Cylindrical-coordinate representation of color #A34C0A: hue angle of 25.88º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A34C0A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1637610-
CMYK00.530.940.36
HSL25.88º88.44%33.92%-
HSV(B)25.88º93.87%63.92%-
XYZ17.7412.981.86-
YUV94.4980.32176.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.46%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=65.46%
G=30.52%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163761000.530.940.3625.8888.4433.92
HexA34CA0355E241a5822
Octal24311412065136443213042
Binary101000111001100101001101011011110100100110101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C0A; }

 p { color: rgb(163,76,10); }

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

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

 a { background-color: rgb(163,76,10); }

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

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

 span { border-color: rgb(163,76,10); }

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