#B94B18

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

Shades of Rust #B94B18

Tints of Rust #B94B18

Color information

#B94B18 (or 0xB94B18) is unknown color: approx Rust. HEX triplet: B9, 4B and 18. RGB value is (185,75,24). Sum of RGB (Red+Green+Blue) = 185+75+24=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94B18 is #46B4E7. Grayscale: #666666. Windows color (decimal): -4633832 or 1592249. OLE color: 1592249.

HSL color Cylindrical-coordinate representation of color #B94B18: hue angle of 19.01º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B94B18 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB1857524-
CMYK00.590.870.27
HSL19.01º77.03%40.98%-
HSV(B)19.01º87.03%72.55%-
XYZ22.6915.412.64-
YUV102.0883.94187.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.14%
GREEN value IS 75 (29.69% from 255) = 26.41%
BLUE value IS 24 (9.77% from 255) = 8.45%
R=65.14%
G=26.41%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185752400.590.870.2719.0177.0340.98
HexB94B1803B571B134d29
Octal27111330073127332311551
Binary101110011001011110000111011101011111011100111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B18; }

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

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

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

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

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

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

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

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