#B95414

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

Shades of Rust #B95414

Tints of Rust #B95414

Color information

#B95414 (or 0xB95414) is unknown color: approx Rust. HEX triplet: B9, 54 and 14. RGB value is (185,84,20). Sum of RGB (Red+Green+Blue) = 185+84+20=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B95414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95414 is #46ABEB. Grayscale: #6B6B6B. Windows color (decimal): -4631532 or 1332409. OLE color: 1332409.

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

Color convert

RGB1858420-
CMYK00.550.890.27
HSL23.27º80.49%40.2%-
HSV(B)23.27º89.19%72.55%-
XYZ23.316.712.66-
YUV106.978.96183.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.01%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 20 (8.20% from 255) = 6.92%
R=64.01%
G=29.07%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185842000.550.890.2723.2780.4940.2
HexB95414037591B175028
Octal27112424067131332712050
Binary101110011010100101000110111101100111011101111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95414; }

 p { color: rgb(185,84,20); }

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

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

 a { background-color: rgb(185,84,20); }

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

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

 span { border-color: rgb(185,84,20); }

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