#B34A1C

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

Shades of Rust #B34A1C

Tints of Rust #B34A1C

Color information

#B34A1C (or 0xB34A1C) is unknown color: approx Rust. HEX triplet: B3, 4A and 1C. RGB value is (179,74,28). Sum of RGB (Red+Green+Blue) = 179+74+28=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34A1C is #4CB5E3. Grayscale: #646464. Windows color (decimal): -5027300 or 1854131. OLE color: 1854131.

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

Color convert

RGB1797428-
CMYK00.590.840.30
HSL18.28º72.95%40.59%-
HSV(B)18.28º84.36%70.2%-
XYZ21.2514.572.79-
YUV100.1587.29184.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.70%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 28 (11.33% from 255) = 9.96%
R=63.70%
G=26.33%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179742800.590.840.3018.2872.9540.59
HexB34A1C03B541E124929
Octal26311234073124362211151
Binary101100111001010111000111011101010011110100101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A1C; }

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

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

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

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

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

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

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

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