#B94404

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

Shades of Rust #B94404

Tints of Rust #B94404

Color information

#B94404 (or 0xB94404) is unknown color: approx Rust. HEX triplet: B9, 44 and 04. RGB value is (185,68,4). Sum of RGB (Red+Green+Blue) = 185+68+4=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B94404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94404 is #46BBFB. Grayscale: #606060. Windows color (decimal): -4635644 or 279737. OLE color: 279737.

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

Color convert

RGB185684-
CMYK00.630.980.27
HSL21.22º95.77%37.06%-
HSV(B)21.22º97.84%72.55%-
XYZ22.114.461.74-
YUV95.6976.26191.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.98%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=71.98%
G=26.46%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18568400.630.980.2721.2295.7737.06
HexB944403F621B156025
Octal2711044077142332514045
Binary1011100110001001000111111110001011011101011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94404; }

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

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

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

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

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

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

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

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