#B94B0F

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

Shades of Rust #B94B0F

Tints of Rust #B94B0F

Color information

#B94B0F (or 0xB94B0F) is unknown color: approx Rust. HEX triplet: B9, 4B and 0F. RGB value is (185,75,15). Sum of RGB (Red+Green+Blue) = 185+75+15=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94B0F is #46B4F0. Grayscale: #656565. Windows color (decimal): -4633841 or 1002425. OLE color: 1002425.

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

Color convert

RGB1857515-
CMYK00.590.920.27
HSL21.18º85%39.22%-
HSV(B)21.18º91.89%72.55%-
XYZ22.6115.382.23-
YUV101.0579.44187.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.27%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 15 (6.25% from 255) = 5.45%
R=67.27%
G=27.27%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185751500.590.920.2721.188539.22
HexB94BF03B5C1B155527
Octal27111317073134332512547
Binary10111001100101111110111011101110011011101011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B0F; }

 p { color: rgb(185,75,15); }

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

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

 a { background-color: rgb(185,75,15); }

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

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

 span { border-color: rgb(185,75,15); }

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