#B2431E

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

Shades of Rust #B2431E

Tints of Rust #B2431E

Color information

#B2431E (or 0xB2431E) is unknown color: approx Rust. HEX triplet: B2, 43 and 1E. RGB value is (178,67,30). Sum of RGB (Red+Green+Blue) = 178+67+30=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2431E is #4DBCE1. Grayscale: #606060. Windows color (decimal): -5094626 or 1983410. OLE color: 1983410.

HSL color Cylindrical-coordinate representation of color #B2431E: hue angle of 15º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2431E is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1786730-
CMYK00.620.830.30
HSL15º71.15%40.78%-
HSV(B)15º83.15%69.8%-
XYZ20.613.572.76-
YUV95.9790.77186.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.73%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 30 (12.11% from 255) = 10.91%
R=64.73%
G=24.36%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178673000.620.830.301571.1540.78
HexB2431E03E531Ef4729
Octal26210336076123361710751
Binary10110010100001111110011111010100111111011111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2431E; }

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

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

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

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

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

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

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

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