#B94E04

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

Shades of Rust #B94E04

Tints of Rust #B94E04

Color information

#B94E04 (or 0xB94E04) is unknown color: approx Rust. HEX triplet: B9, 4E and 04. RGB value is (185,78,4). Sum of RGB (Red+Green+Blue) = 185+78+4=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94E04 is #46B1FB. Grayscale: #656565. Windows color (decimal): -4633084 or 282297. OLE color: 282297.

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

Color convert

RGB185784-
CMYK00.580.980.27
HSL24.53º95.77%37.06%-
HSV(B)24.53º97.84%72.55%-
XYZ22.7515.771.96-
YUV101.5672.95187.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.29%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=69.29%
G=29.21%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18578400.580.980.2724.5395.7737.06
HexB94E403A621B196025
Octal2711164072142333114045
Binary1011100110011101000111010110001011011110011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E04; }

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

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

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

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

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

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

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

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