#B64916

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

Shades of Rust #B64916

Tints of Rust #B64916

Color information

#B64916 (or 0xB64916) is unknown color: approx Rust. HEX triplet: B6, 49 and 16. RGB value is (182,73,22). Sum of RGB (Red+Green+Blue) = 182+73+22=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B64916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64916 is #49B6E9. Grayscale: #646464. Windows color (decimal): -4830954 or 1460662. OLE color: 1460662.

HSL color Cylindrical-coordinate representation of color #B64916: hue angle of 19.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B64916 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1827322-
CMYK00.600.880.29
HSL19.12º78.43%40%-
HSV(B)19.12º87.91%71.37%-
XYZ21.8214.772.46-
YUV99.7884.11186.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.70%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=65.70%
G=26.35%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182732200.600.880.2919.1278.4340
HexB6491603C581D134e28
Octal26611126074130352311650
Binary101101101001001101100111100101100011101100111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64916; }

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

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

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

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

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

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

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

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