#A34B0D

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

Shades of Rust #A34B0D

Tints of Rust #A34B0D

Color information

#A34B0D (or 0xA34B0D) is unknown color: approx Rust. HEX triplet: A3, 4B and 0D. RGB value is (163,75,13). Sum of RGB (Red+Green+Blue) = 163+75+13=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34B0D is #5CB4F2. Grayscale: #5E5E5E. Windows color (decimal): -6075635 or 871331. OLE color: 871331.

HSL color Cylindrical-coordinate representation of color #A34B0D: hue angle of 24.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A34B0D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB1637513-
CMYK00.540.920.36
HSL24.8º85.23%34.51%-
HSV(B)24.8º92.02%63.92%-
XYZ17.6912.851.93-
YUV94.2482.15177.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.94%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 13 (5.47% from 255) = 5.18%
R=64.94%
G=29.88%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163751300.540.920.3624.885.2334.51
HexA34BD0365C24195523
Octal24311315066134443112543
Binary101000111001011110101101101011100100100110011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B0D; }

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

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

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

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

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

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

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

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