#B65B12

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

Shades of Rust #B65B12

Tints of Rust #B65B12

Color information

#B65B12 (or 0xB65B12) is unknown color: approx Rust. HEX triplet: B6, 5B and 12. RGB value is (182,91,18). Sum of RGB (Red+Green+Blue) = 182+91+18=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65B12 is #49A4ED. Grayscale: #6E6E6E. Windows color (decimal): -4826350 or 1203126. OLE color: 1203126.

HSL color Cylindrical-coordinate representation of color #B65B12: hue angle of 26.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B65B12 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1829118-
CMYK00.50.900.29
HSL26.71º82%39.22%-
HSV(B)26.71º90.11%71.37%-
XYZ23.1417.472.72-
YUV109.8976.15179.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.54%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 18 (7.42% from 255) = 6.19%
R=62.54%
G=31.27%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182911800.50.900.2926.718239.22
HexB65B120325A1D1b5227
Octal26613322062132353312247
Binary101101101011011100100110010101101011101110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B12; }

 p { color: rgb(182,91,18); }

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

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

 a { background-color: rgb(182,91,18); }

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

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

 span { border-color: rgb(182,91,18); }

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