#A34B0F

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

Shades of Rust #A34B0F

Tints of Rust #A34B0F

Color information

#A34B0F (or 0xA34B0F) is unknown color: approx Rust. HEX triplet: A3, 4B and 0F. RGB value is (163,75,15). Sum of RGB (Red+Green+Blue) = 163+75+15=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34B0F is #5CB4F0. Grayscale: #5E5E5E. Windows color (decimal): -6075633 or 1002403. OLE color: 1002403.

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

Color convert

RGB1637515-
CMYK00.540.910.36
HSL24.32º83.15%34.9%-
HSV(B)24.32º90.8%63.92%-
XYZ17.7112.852-
YUV94.4783.15176.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.43%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=64.43%
G=29.64%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163751500.540.910.3624.3283.1534.9
HexA34BF0365B24185323
Octal24311317066133443012343
Binary101000111001011111101101101011011100100110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B0F; }

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

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

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

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

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

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

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

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