#B1431E

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

Shades of Rust #B1431E

Tints of Rust #B1431E

Color information

#B1431E (or 0xB1431E) is unknown color: approx Rust. HEX triplet: B1, 43 and 1E. RGB value is (177,67,30). Sum of RGB (Red+Green+Blue) = 177+67+30=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1431E is #4EBCE1. Grayscale: #5F5F5F. Windows color (decimal): -5160162 or 1983409. OLE color: 1983409.

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

Color convert

RGB1776730-
CMYK00.620.830.31
HSL15.1º71.01%40.59%-
HSV(B)15.1º83.05%69.41%-
XYZ20.3713.462.75-
YUV95.6790.94186.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.60%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=64.60%
G=24.45%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177673000.620.830.3115.171.0140.59
HexB1431E03E531Ff4729
Octal26110336076123371710751
Binary10110001100001111110011111010100111111111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1431E; }

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

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

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

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

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

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

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

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