#B04F04

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

Shades of Rust #B04F04

Tints of Rust #B04F04

Color information

#B04F04 (or 0xB04F04) is unknown color: approx Rust. HEX triplet: B0, 4F and 04. RGB value is (176,79,4). Sum of RGB (Red+Green+Blue) = 176+79+4=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04F04 is #4FB0FB. Grayscale: #636363. Windows color (decimal): -5222652 or 282544. OLE color: 282544.

HSL color Cylindrical-coordinate representation of color #B04F04: hue angle of 26.16º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B04F04 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB176794-
CMYK00.550.980.31
HSL26.16º95.56%35.29%-
HSV(B)26.16º97.73%69.02%-
XYZ20.7214.831.89-
YUV99.4574.14182.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.95%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=67.95%
G=30.50%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17679400.550.980.3126.1695.5635.29
HexB04F4037621F1a6023
Octal2601174067142373214043
Binary1011000010011111000110111110001011111110101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F04; }

 p { color: rgb(176,79,4); }

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

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

 a { background-color: rgb(176,79,4); }

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

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

 span { border-color: rgb(176,79,4); }

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