#B94E1B

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

Shades of Rust #B94E1B

Tints of Rust #B94E1B

Color information

#B94E1B (or 0xB94E1B) is unknown color: approx Rust. HEX triplet: B9, 4E and 1B. RGB value is (185,78,27). Sum of RGB (Red+Green+Blue) = 185+78+27=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E1B is #46B1E4. Grayscale: #686868. Windows color (decimal): -4633061 or 1789625. OLE color: 1789625.

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

Color convert

RGB1857827-
CMYK00.580.850.27
HSL19.37º74.53%41.57%-
HSV(B)19.37º85.41%72.55%-
XYZ22.9315.842.89-
YUV104.1884.45185.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.79%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 27 (10.94% from 255) = 9.31%
R=63.79%
G=26.90%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185782700.580.850.2719.3774.5341.57
HexB94E1B03A551B134b2a
Octal27111633072125332311352
Binary101110011001110110110111010101010111011100111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E1B; }

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

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

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

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

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

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

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

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