#B34916

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

Shades of Rust #B34916

Tints of Rust #B34916

Color information

#B34916 (or 0xB34916) is unknown color: approx Rust. HEX triplet: B3, 49 and 16. RGB value is (179,73,22). Sum of RGB (Red+Green+Blue) = 179+73+22=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B34916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34916 is #4CB6E9. Grayscale: #636363. Windows color (decimal): -5027562 or 1460659. OLE color: 1460659.

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

Color convert

RGB1797322-
CMYK00.590.880.30
HSL19.49º78.11%39.41%-
HSV(B)19.49º87.71%70.2%-
XYZ21.1214.412.43-
YUV98.8884.62185.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.33%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=65.33%
G=26.64%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179732200.590.880.3019.4978.1139.41
HexB3491603B581E134e27
Octal26311126073130362311647
Binary101100111001001101100111011101100011110100111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34916; }

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

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

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

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

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

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

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

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