#B1371E

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

Shades of Rust #B1371E

Tints of Rust #B1371E

Color information

#B1371E (or 0xB1371E) is unknown color: approx Rust. HEX triplet: B1, 37 and 1E. RGB value is (177,55,30). Sum of RGB (Red+Green+Blue) = 177+55+30=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B1371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1371E is #4EC8E1. Grayscale: #585858. Windows color (decimal): -5163234 or 1980337. OLE color: 1980337.

HSL color Cylindrical-coordinate representation of color #B1371E: hue angle of 10.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1371E is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1775530-
CMYK00.690.830.31
HSL10.2º71.01%40.59%-
HSV(B)10.2º83.05%69.41%-
XYZ19.7312.172.54-
YUV88.6394.92191.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.56%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=67.56%
G=20.99%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177553000.690.830.3110.271.0140.59
HexB1371E045531Fa4729
Octal26167360105123371210751
Binary10110001110111111100100010110100111111110101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1371E; }

 p { color: rgb(177,55,30); }

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

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

 a { background-color: rgb(177,55,30); }

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

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

 span { border-color: rgb(177,55,30); }

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