#b2391b

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

Shades of Rust #B2391B

Tints of Rust #B2391B

Color information

#B2391B (or 0xB2391B) is unknown color: approx Rust. HEX triplet: B2, 39 and 1B. RGB value is (178,57,27). Sum of RGB (Red+Green+Blue) = 178+57+27=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2391B is #4DC6E4. Grayscale: #5A5A5A. Windows color (decimal): -5097189 or 1784242. OLE color: 1784242.

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

Color convert

RGB1785727-
CMYK00.680.850.30
HSL11.92º73.66%40.2%-
HSV(B)11.92º84.83%69.8%-
XYZ20.0212.472.39-
YUV89.7692.59190.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.94%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 27 (10.94% from 255) = 10.31%
R=67.94%
G=21.76%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178572700.680.850.3011.9273.6640.2
HexB2391B044551Ec4a28
Octal26271330104125361411250
Binary10110010111001110110100010010101011111011001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2391b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2391b; }

 p { color: rgb(178,57,27); }

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

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

 a { background-color: rgb(178,57,27); }

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

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

 span { border-color: rgb(178,57,27); }

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