#B1490F

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

Shades of Rust #B1490F

Tints of Rust #B1490F

Color information

#B1490F (or 0xB1490F) is unknown color: approx Rust. HEX triplet: B1, 49 and 0F. RGB value is (177,73,15). Sum of RGB (Red+Green+Blue) = 177+73+15=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B1490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1490F is #4EB6F0. Grayscale: #616161. Windows color (decimal): -5158641 or 1001905. OLE color: 1001905.

HSL color Cylindrical-coordinate representation of color #B1490F: hue angle of 21.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1490F is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB1777315-
CMYK00.590.920.31
HSL21.48º84.38%37.65%-
HSV(B)21.48º91.53%69.41%-
XYZ20.614.152.1-
YUV97.4881.46184.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.79%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 15 (6.25% from 255) = 5.66%
R=66.79%
G=27.55%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177731500.590.920.3121.4884.3837.65
HexB149F03B5C1F155426
Octal26111117073134372512446
Binary10110001100100111110111011101110011111101011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1490F; }

 p { color: rgb(177,73,15); }

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

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

 a { background-color: rgb(177,73,15); }

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

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

 span { border-color: rgb(177,73,15); }

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