#B34B1C

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

Shades of Rust #B34B1C

Tints of Rust #B34B1C

Color information

#B34B1C (or 0xB34B1C) is unknown color: approx Rust. HEX triplet: B3, 4B and 1C. RGB value is (179,75,28). Sum of RGB (Red+Green+Blue) = 179+75+28=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B1C is #4CB4E3. Grayscale: #656565. Windows color (decimal): -5027044 or 1854387. OLE color: 1854387.

HSL color Cylindrical-coordinate representation of color #B34B1C: hue angle of 18.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B34B1C is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB1797528-
CMYK00.580.840.30
HSL18.68º72.95%40.59%-
HSV(B)18.68º84.36%70.2%-
XYZ21.3214.72.81-
YUV100.7486.96183.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.48%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 28 (11.33% from 255) = 9.93%
R=63.48%
G=26.60%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179752800.580.840.3018.6872.9540.59
HexB34B1C03A541E134929
Octal26311334072124362311151
Binary101100111001011111000111010101010011110100111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B1C; }

 p { color: rgb(179,75,28); }

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

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

 a { background-color: rgb(179,75,28); }

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

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

 span { border-color: rgb(179,75,28); }

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