#B1471B

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

Shades of Rust #B1471B

Tints of Rust #B1471B

Color information

#B1471B (or 0xB1471B) is unknown color: approx Rust. HEX triplet: B1, 47 and 1B. RGB value is (177,71,27). Sum of RGB (Red+Green+Blue) = 177+71+27=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1471B is #4EB8E4. Grayscale: #616161. Windows color (decimal): -5159141 or 1787825. OLE color: 1787825.

HSL color Cylindrical-coordinate representation of color #B1471B: hue angle of 17.6º 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 #B1471B is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1777127-
CMYK00.600.850.31
HSL17.6º73.53%40%-
HSV(B)17.6º84.75%69.41%-
XYZ20.5813.932.64-
YUV97.6888.12184.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.36%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 27 (10.94% from 255) = 9.82%
R=64.36%
G=25.82%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177712700.600.850.3117.673.5340
HexB1471B03C551F124a28
Octal26110733074125372211250
Binary101100011000111110110111100101010111111100101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1471B; }

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

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

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

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

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

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

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

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