#A34B09

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

Shades of Rust #A34B09

Tints of Rust #A34B09

Color information

#A34B09 (or 0xA34B09) is unknown color: approx Rust. HEX triplet: A3, 4B and 09. RGB value is (163,75,9). Sum of RGB (Red+Green+Blue) = 163+75+9=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34B09 is #5CB4F6. Grayscale: #5E5E5E. Windows color (decimal): -6075639 or 609187. OLE color: 609187.

HSL color Cylindrical-coordinate representation of color #A34B09: hue angle of 25.71º degrees, saturation: 0.9, 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 #A34B09 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB163759-
CMYK00.540.940.36
HSL25.71º89.53%33.73%-
HSV(B)25.71º94.48%63.92%-
XYZ17.6712.841.81-
YUV93.7980.15177.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.99%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 9 (3.91% from 255) = 3.64%
R=65.99%
G=30.36%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16375900.540.940.3625.7189.5333.73
HexA34B90365E241a5a22
Octal24311311066136443213242
Binary101000111001011100101101101011110100100110101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B09; }

 p { color: rgb(163,75,9); }

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

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

 a { background-color: rgb(163,75,9); }

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

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

 span { border-color: rgb(163,75,9); }

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