#B34F18

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

Shades of Rust #B34F18

Tints of Rust #B34F18

Color information

#B34F18 (or 0xB34F18) is unknown color: approx Rust. HEX triplet: B3, 4F and 18. RGB value is (179,79,24). Sum of RGB (Red+Green+Blue) = 179+79+24=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F18 is #4CB0E7. Grayscale: #666666. Windows color (decimal): -5026024 or 1593267. OLE color: 1593267.

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

Color convert

RGB1797924-
CMYK00.560.870.30
HSL21.29º76.35%39.8%-
HSV(B)21.29º86.59%70.2%-
XYZ21.5515.242.67-
YUV102.6383.63182.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.48%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 24 (9.77% from 255) = 8.51%
R=63.48%
G=28.01%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179792400.560.870.3021.2976.3539.8
HexB34F18038571E154c28
Octal26311730070127362511450
Binary101100111001111110000111000101011111110101011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F18; }

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

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

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

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

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

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

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

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