#B95016

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

Shades of Rust #B95016

Tints of Rust #B95016

Color information

#B95016 (or 0xB95016) is unknown color: approx Rust. HEX triplet: B9, 50 and 16. RGB value is (185,80,22). Sum of RGB (Red+Green+Blue) = 185+80+22=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B95016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95016 is #46AFE9. Grayscale: #696969. Windows color (decimal): -4632554 or 1462457. OLE color: 1462457.

HSL color Cylindrical-coordinate representation of color #B95016: hue angle of 21.35º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B95016 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1858022-
CMYK00.570.880.27
HSL21.35º78.74%40.59%-
HSV(B)21.35º88.11%72.55%-
XYZ23.0216.112.66-
YUV104.7881.29185.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.46%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=64.46%
G=27.87%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185802200.570.880.2721.3578.7440.59
HexB95016039581B154f29
Octal27112026071130332511751
Binary101110011010000101100111001101100011011101011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95016; }

 p { color: rgb(185,80,22); }

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

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

 a { background-color: rgb(185,80,22); }

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

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

 span { border-color: rgb(185,80,22); }

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