#B04B18

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

Shades of Rust #B04B18

Tints of Rust #B04B18

Color information

#B04B18 (or 0xB04B18) is unknown color: approx Rust. HEX triplet: B0, 4B and 18. RGB value is (176,75,24). Sum of RGB (Red+Green+Blue) = 176+75+24=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04B18 is #4FB4E7. Grayscale: #636363. Windows color (decimal): -5223656 or 1592240. OLE color: 1592240.

HSL color Cylindrical-coordinate representation of color #B04B18: hue angle of 20.13º degrees, saturation: 0.76, 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 #B04B18 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1767524-
CMYK00.570.860.31
HSL20.13º76%39.22%-
HSV(B)20.13º86.36%69.02%-
XYZ20.5914.332.54-
YUV99.3885.46182.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 24 (9.77% from 255) = 8.73%
R=64%
G=27.27%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176752400.570.860.3120.137639.22
HexB04B18039561F144c27
Octal26011330071126372411447
Binary101100001001011110000111001101011011111101001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B18; }

 p { color: rgb(176,75,24); }

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

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

 a { background-color: rgb(176,75,24); }

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

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

 span { border-color: rgb(176,75,24); }

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