#B94D1B

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

Shades of Rust #B94D1B

Tints of Rust #B94D1B

Color information

#B94D1B (or 0xB94D1B) is unknown color: approx Rust. HEX triplet: B9, 4D and 1B. RGB value is (185,77,27). Sum of RGB (Red+Green+Blue) = 185+77+27=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D1B is #46B2E4. Grayscale: #676767. Windows color (decimal): -4633317 or 1789369. OLE color: 1789369.

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

Color convert

RGB1857727-
CMYK00.580.850.27
HSL18.99º74.53%41.57%-
HSV(B)18.99º85.41%72.55%-
XYZ22.8615.72.86-
YUV103.5984.78186.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.01%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 27 (10.94% from 255) = 9.34%
R=64.01%
G=26.64%
B=9.34%

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
Decimal185772700.580.850.2718.9974.5341.57
HexB94D1B03A551B134b2a
Octal27111533072125332311352
Binary101110011001101110110111010101010111011100111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D1B; }

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

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

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

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

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

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

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

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