#b2590e

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

Shades of Rust #B2590E

Tints of Rust #B2590E

Color information

#B2590E (or 0xB2590E) is unknown color: approx Rust. HEX triplet: B2, 59 and 0E. RGB value is (178,89,14). Sum of RGB (Red+Green+Blue) = 178+89+14=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B2590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2590E is #4DA6F1. Grayscale: #6B6B6B. Windows color (decimal): -5089010 or 940466. OLE color: 940466.

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

Color convert

RGB1788914-
CMYK00.50.920.30
HSL27.44º85.42%37.65%-
HSV(B)27.44º92.13%69.8%-
XYZ22.0116.642.47-
YUV107.0675.49178.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.35%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 14 (5.86% from 255) = 4.98%
R=63.35%
G=31.67%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178891400.50.920.3027.4485.4237.65
HexB259E0325C1E1b5526
Octal26213116062134363312546
Binary10110010101100111100110010101110011110110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2590e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2590e; }

 p { color: rgb(178,89,14); }

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

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

 a { background-color: rgb(178,89,14); }

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

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

 span { border-color: rgb(178,89,14); }

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