#B04E19

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

Shades of Rust #B04E19

Tints of Rust #B04E19

Color information

#B04E19 (or 0xB04E19) is unknown color: approx Rust. HEX triplet: B0, 4E and 19. RGB value is (176,78,25). Sum of RGB (Red+Green+Blue) = 176+78+25=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04E19 is #4FB1E6. Grayscale: #656565. Windows color (decimal): -5222887 or 1658544. OLE color: 1658544.

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

Color convert

RGB1767825-
CMYK00.560.860.31
HSL21.06º75.12%39.41%-
HSV(B)21.06º85.8%69.02%-
XYZ20.814.752.67-
YUV101.2684.97181.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.08%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 25 (10.16% from 255) = 8.96%
R=63.08%
G=27.96%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176782500.560.860.3121.0675.1239.41
HexB04E19038561F154b27
Octal26011631070126372511347
Binary101100001001110110010111000101011011111101011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E19; }

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

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

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

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

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

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

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

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