#B34D1A

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

Shades of Rust #B34D1A

Tints of Rust #B34D1A

Color information

#B34D1A (or 0xB34D1A) is unknown color: approx Rust. HEX triplet: B3, 4D and 1A. RGB value is (179,77,26). Sum of RGB (Red+Green+Blue) = 179+77+26=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D1A is #4CB2E5. Grayscale: #656565. Windows color (decimal): -5026534 or 1723827. OLE color: 1723827.

HSL color Cylindrical-coordinate representation of color #B34D1A: hue angle of 20º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B34D1A is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1797726-
CMYK00.570.850.30
HSL20º74.63%40.2%-
HSV(B)20º85.47%70.2%-
XYZ21.4314.972.74-
YUV101.6885.29183.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.48%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=63.48%
G=27.30%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179772600.570.850.302074.6340.2
HexB34D1A039551E144b28
Octal26311532071125362411350
Binary101100111001101110100111001101010111110101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D1A; }

 p { color: rgb(179,77,26); }

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

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

 a { background-color: rgb(179,77,26); }

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

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

 span { border-color: rgb(179,77,26); }

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