#B34216

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

Shades of Rust #B34216

Tints of Rust #B34216

Color information

#B34216 (or 0xB34216) is unknown color: approx Rust. HEX triplet: B3, 42 and 16. RGB value is (179,66,22). Sum of RGB (Red+Green+Blue) = 179+66+22=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B34216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34216 is #4CBDE9. Grayscale: #5F5F5F. Windows color (decimal): -5029354 or 1458867. OLE color: 1458867.

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

Color convert

RGB1796622-
CMYK00.630.880.30
HSL16.82º78.11%39.41%-
HSV(B)16.82º87.71%70.2%-
XYZ20.6813.542.28-
YUV94.7786.94188.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.04%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=67.04%
G=24.72%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179662200.630.880.3016.8278.1139.41
HexB3421603F581E114e27
Octal26310226077130362111647
Binary101100111000010101100111111101100011110100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34216; }

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

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

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

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

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

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

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

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