#B94004

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

Shades of Rust #B94004

Tints of Rust #B94004

Color information

#B94004 (or 0xB94004) is unknown color: approx Rust. HEX triplet: B9, 40 and 04. RGB value is (185,64,4). Sum of RGB (Red+Green+Blue) = 185+64+4=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B94004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94004 is #46BFFB. Grayscale: #5D5D5D. Windows color (decimal): -4636668 or 278713. OLE color: 278713.

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

Color convert

RGB185644-
CMYK00.650.980.27
HSL19.89º95.77%37.06%-
HSV(B)19.89º97.84%72.55%-
XYZ21.8613.991.66-
YUV93.3477.59193.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 73.12%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 4 (1.95% from 255) = 1.58%
R=73.12%
G=25.30%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18564400.650.980.2719.8995.7737.06
HexB9404041621B146025
Octal27110040101142332414045
Binary10111001100000010001000001110001011011101001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94004; }

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

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

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

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

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

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

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

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