#B95615

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

Shades of Rust #B95615

Tints of Rust #B95615

Color information

#B95615 (or 0xB95615) is unknown color: approx Rust. HEX triplet: B9, 56 and 15. RGB value is (185,86,21). Sum of RGB (Red+Green+Blue) = 185+86+21=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B95615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95615 is #46A9EA. Grayscale: #6C6C6C. Windows color (decimal): -4631019 or 1398457. OLE color: 1398457.

HSL color Cylindrical-coordinate representation of color #B95615: hue angle of 23.78º 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 #B95615 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1858621-
CMYK00.540.890.27
HSL23.78º79.61%40.39%-
HSV(B)23.78º88.65%72.55%-
XYZ23.4717.022.76-
YUV108.1978.8182.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.36%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=63.36%
G=29.45%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185862100.540.890.2723.7879.6140.39
HexB95615036591B185028
Octal27112625066131333012050
Binary101110011010110101010110110101100111011110001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95615; }

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

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

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

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

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

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

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

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