#B1371B

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

Shades of Rust #B1371B

Tints of Rust #B1371B

Color information

#B1371B (or 0xB1371B) is unknown color: approx Rust. HEX triplet: B1, 37 and 1B. RGB value is (177,55,27). Sum of RGB (Red+Green+Blue) = 177+55+27=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1371B is #4EC8E4. Grayscale: #585858. Windows color (decimal): -5163237 or 1783729. OLE color: 1783729.

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

Color convert

RGB1775527-
CMYK00.690.850.31
HSL11.2º73.53%40%-
HSV(B)11.2º84.75%69.41%-
XYZ19.712.162.35-
YUV88.2993.42191.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.34%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=68.34%
G=21.24%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177552700.690.850.3111.273.5340
HexB1371B045551Fb4a28
Octal26167330105125371311250
Binary10110001110111110110100010110101011111110111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1371B; }

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

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

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

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

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

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

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

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