#B04E05

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

Shades of Rust #B04E05

Tints of Rust #B04E05

Color information

#B04E05 (or 0xB04E05) is unknown color: approx Rust. HEX triplet: B0, 4E and 05. RGB value is (176,78,5). Sum of RGB (Red+Green+Blue) = 176+78+5=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04E05 is #4FB1FA. Grayscale: #636363. Windows color (decimal): -5222907 or 347824. OLE color: 347824.

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

Color convert

RGB176785-
CMYK00.560.970.31
HSL25.61º94.48%35.49%-
HSV(B)25.61º97.16%69.02%-
XYZ20.6614.691.89-
YUV98.9874.97182.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.95%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 5 (2.34% from 255) = 1.93%
R=67.95%
G=30.12%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17678500.560.970.3125.6194.4835.49
HexB04E5038611F1a5e23
Octal2601165070141373213643
Binary1011000010011101010111000110000111111110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E05; }

 p { color: rgb(176,78,5); }

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

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

 a { background-color: rgb(176,78,5); }

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

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

 span { border-color: rgb(176,78,5); }

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