#B34B16

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

Shades of Rust #B34B16

Tints of Rust #B34B16

Color information

#B34B16 (or 0xB34B16) is unknown color: approx Rust. HEX triplet: B3, 4B and 16. RGB value is (179,75,22). Sum of RGB (Red+Green+Blue) = 179+75+22=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34B16 is #4CB4E9. Grayscale: #646464. Windows color (decimal): -5027050 or 1461171. OLE color: 1461171.

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

Color convert

RGB1797522-
CMYK00.580.880.30
HSL20.25º78.11%39.41%-
HSV(B)20.25º87.71%70.2%-
XYZ21.2514.672.47-
YUV100.0583.96184.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.86%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=64.86%
G=27.17%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179752200.580.880.3020.2578.1139.41
HexB34B1603A581E144e27
Octal26311326072130362411647
Binary101100111001011101100111010101100011110101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B16; }

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

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

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

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

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

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

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

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