#B94A1E

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

Shades of Rust #B94A1E

Tints of Rust #B94A1E

Color information

#B94A1E (or 0xB94A1E) is unknown color: approx Rust. HEX triplet: B9, 4A and 1E. RGB value is (185,74,30). Sum of RGB (Red+Green+Blue) = 185+74+30=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A1E is #46B5E1. Grayscale: #666666. Windows color (decimal): -4634082 or 1985209. OLE color: 1985209.

HSL color Cylindrical-coordinate representation of color #B94A1E: hue angle of 17.03º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B94A1E is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1857430-
CMYK00.60.840.27
HSL17.03º72.09%42.16%-
HSV(B)17.03º83.78%72.55%-
XYZ22.6915.312.99-
YUV102.1787.27187.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.01%
GREEN value IS 74 (29.30% from 255) = 25.61%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=64.01%
G=25.61%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185743000.60.840.2717.0372.0942.16
HexB94A1E03C541B11482a
Octal27111236074124332111052
Binary101110011001010111100111100101010011011100011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A1E; }

 p { color: rgb(185,74,30); }

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

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

 a { background-color: rgb(185,74,30); }

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

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

 span { border-color: rgb(185,74,30); }

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