#B94C08

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

Shades of Rust #B94C08

Tints of Rust #B94C08

Color information

#B94C08 (or 0xB94C08) is unknown color: approx Rust. HEX triplet: B9, 4C and 08. RGB value is (185,76,8). Sum of RGB (Red+Green+Blue) = 185+76+8=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94C08 is #46B3F7. Grayscale: #656565. Windows color (decimal): -4633592 or 543929. OLE color: 543929.

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

Color convert

RGB185768-
CMYK00.590.960.27
HSL23.05º91.71%37.84%-
HSV(B)23.05º95.68%72.55%-
XYZ22.6415.52.03-
YUV100.8475.61188.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.77%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 8 (3.52% from 255) = 2.97%
R=68.77%
G=28.25%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18576800.590.960.2723.0591.7137.84
HexB94C803B601B175c26
Octal27111410073140332713446
Binary10111001100110010000111011110000011011101111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C08; }

 p { color: rgb(185,76,8); }

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

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

 a { background-color: rgb(185,76,8); }

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

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

 span { border-color: rgb(185,76,8); }

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