#B95915

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

Shades of Rust #B95915

Tints of Rust #B95915

Color information

#B95915 (or 0xB95915) is unknown color: approx Rust. HEX triplet: B9, 59 and 15. RGB value is (185,89,21). Sum of RGB (Red+Green+Blue) = 185+89+21=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B95915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95915 is #46A6EA. Grayscale: #6E6E6E. Windows color (decimal): -4630251 or 1399225. OLE color: 1399225.

HSL color Cylindrical-coordinate representation of color #B95915: hue angle of 24.88º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B95915 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1858921-
CMYK00.520.890.27
HSL24.88º79.61%40.39%-
HSV(B)24.88º88.65%72.55%-
XYZ23.7217.512.84-
YUV109.9577.8181.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=62.71%
G=30.17%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185892100.520.890.2724.8879.6140.39
HexB95915034591B195028
Octal27113125064131333112050
Binary101110011011001101010110100101100111011110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95915; }

 p { color: rgb(185,89,21); }

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

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

 a { background-color: rgb(185,89,21); }

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

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

 span { border-color: rgb(185,89,21); }

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