#B34F13

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

Shades of Rust #B34F13

Tints of Rust #B34F13

Color information

#B34F13 (or 0xB34F13) is unknown color: approx Rust. HEX triplet: B3, 4F and 13. RGB value is (179,79,19). Sum of RGB (Red+Green+Blue) = 179+79+19=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F13 is #4CB0EC. Grayscale: #666666. Windows color (decimal): -5026029 or 1265587. OLE color: 1265587.

HSL color Cylindrical-coordinate representation of color #B34F13: hue angle of 22.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B34F13 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB1797919-
CMYK00.560.890.30
HSL22.5º80.81%38.82%-
HSV(B)22.5º89.39%70.2%-
XYZ21.515.222.42-
YUV102.0681.13182.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.62%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 19 (7.81% from 255) = 6.86%
R=64.62%
G=28.52%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179791900.560.890.3022.580.8138.82
HexB34F13038591E165127
Octal26311723070131362612147
Binary101100111001111100110111000101100111110101101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F13; }

 p { color: rgb(179,79,19); }

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

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

 a { background-color: rgb(179,79,19); }

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

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

 span { border-color: rgb(179,79,19); }

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