#B94E18

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

Shades of Rust #B94E18

Tints of Rust #B94E18

Color information

#B94E18 (or 0xB94E18) is unknown color: approx Rust. HEX triplet: B9, 4E and 18. RGB value is (185,78,24). Sum of RGB (Red+Green+Blue) = 185+78+24=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94E18 is #46B1E7. Grayscale: #686868. Windows color (decimal): -4633064 or 1593017. OLE color: 1593017.

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

Color convert

RGB1857824-
CMYK00.580.870.27
HSL20.12º77.03%40.98%-
HSV(B)20.12º87.03%72.55%-
XYZ22.915.832.71-
YUV103.8482.95185.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.46%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 24 (9.77% from 255) = 8.36%
R=64.46%
G=27.18%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185782400.580.870.2720.1277.0340.98
HexB94E1803A571B144d29
Octal27111630072127332411551
Binary101110011001110110000111010101011111011101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E18; }

 p { color: rgb(185,78,24); }

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

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

 a { background-color: rgb(185,78,24); }

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

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

 span { border-color: rgb(185,78,24); }

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