#B04E07

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

Shades of Rust #B04E07

Tints of Rust #B04E07

Color information

#B04E07 (or 0xB04E07) is unknown color: approx Rust. HEX triplet: B0, 4E and 07. RGB value is (176,78,7). Sum of RGB (Red+Green+Blue) = 176+78+7=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04E07 is #4FB1F8. Grayscale: #636363. Windows color (decimal): -5222905 or 478896. OLE color: 478896.

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

Color convert

RGB176787-
CMYK00.560.960.31
HSL25.21º92.35%35.88%-
HSV(B)25.21º96.02%69.02%-
XYZ20.6714.691.95-
YUV99.2175.97182.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.43%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 7 (3.12% from 255) = 2.68%
R=67.43%
G=29.89%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17678700.560.960.3125.2192.3535.88
HexB04E7038601F195c24
Octal2601167070140373113444
Binary1011000010011101110111000110000011111110011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E07; }

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

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

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

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

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

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

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

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