#B34E1A

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

Shades of Rust #B34E1A

Tints of Rust #B34E1A

Color information

#B34E1A (or 0xB34E1A) is unknown color: approx Rust. HEX triplet: B3, 4E and 1A. RGB value is (179,78,26). Sum of RGB (Red+Green+Blue) = 179+78+26=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34E1A is #4CB1E5. Grayscale: #666666. Windows color (decimal): -5026278 or 1724083. OLE color: 1724083.

HSL color Cylindrical-coordinate representation of color #B34E1A: hue angle of 20.39º 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 #B34E1A is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1797826-
CMYK00.560.850.30
HSL20.39º74.63%40.2%-
HSV(B)20.39º85.47%70.2%-
XYZ21.515.112.76-
YUV102.2784.96182.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.25%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=63.25%
G=27.56%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179782600.560.850.3020.3974.6340.2
HexB34E1A038551E144b28
Octal26311632070125362411350
Binary101100111001110110100111000101010111110101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E1A; }

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

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

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

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

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

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

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

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