#B04E11

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

Shades of Rust #B04E11

Tints of Rust #B04E11

Color information

#B04E11 (or 0xB04E11) is unknown color: approx Rust. HEX triplet: B0, 4E and 11. RGB value is (176,78,17). Sum of RGB (Red+Green+Blue) = 176+78+17=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04E11 is #4FB1EE. Grayscale: #646464. Windows color (decimal): -5222895 or 1134256. OLE color: 1134256.

HSL color Cylindrical-coordinate representation of color #B04E11: hue angle of 23.02º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B04E11 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1767817-
CMYK00.560.900.31
HSL23.02º82.38%37.84%-
HSV(B)23.02º90.34%69.02%-
XYZ20.7314.722.28-
YUV100.3580.97181.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.94%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=64.94%
G=28.78%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176781700.560.900.3123.0282.3837.84
HexB04E110385A1F175226
Octal26011621070132372712246
Binary101100001001110100010111000101101011111101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E11; }

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

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

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

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

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

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

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

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