#B1361E

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

Shades of Rust #B1361E

Tints of Rust #B1361E

Color information

#B1361E (or 0xB1361E) is unknown color: approx Rust. HEX triplet: B1, 36 and 1E. RGB value is (177,54,30). Sum of RGB (Red+Green+Blue) = 177+54+30=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B1361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1361E is #4EC9E1. Grayscale: #585858. Windows color (decimal): -5163490 or 1980081. OLE color: 1980081.

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

Color convert

RGB1775430-
CMYK00.690.830.31
HSL9.8º71.01%40.59%-
HSV(B)9.8º83.05%69.41%-
XYZ19.6812.082.52-
YUV88.0495.25191.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.82%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=67.82%
G=20.69%
B=11.49%

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
Decimal177543000.690.830.319.871.0140.59
HexB1361E045531Fa4729
Octal26166360105123371210751
Binary10110001110110111100100010110100111111110101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1361E; }

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

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

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

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

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

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

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

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