#B94F0C

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

Shades of Rust #B94F0C

Tints of Rust #B94F0C

Color information

#B94F0C (or 0xB94F0C) is unknown color: approx Rust. HEX triplet: B9, 4F and 0C. RGB value is (185,79,12). Sum of RGB (Red+Green+Blue) = 185+79+12=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F0C is #46B0F3. Grayscale: #676767. Windows color (decimal): -4632820 or 806841. OLE color: 806841.

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

Color convert

RGB1857912-
CMYK00.570.940.27
HSL23.24º87.82%38.63%-
HSV(B)23.24º93.51%72.55%-
XYZ22.8715.932.22-
YUV103.0676.62186.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.03%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 12 (5.08% from 255) = 4.35%
R=67.03%
G=28.62%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185791200.570.940.2723.2487.8238.63
HexB94FC0395E1B175827
Octal27111714071136332713047
Binary10111001100111111000111001101111011011101111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F0C; }

 p { color: rgb(185,79,12); }

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

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

 a { background-color: rgb(185,79,12); }

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

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

 span { border-color: rgb(185,79,12); }

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