#B2490F

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

Shades of Rust #B2490F

Tints of Rust #B2490F

Color information

#B2490F (or 0xB2490F) is unknown color: approx Rust. HEX triplet: B2, 49 and 0F. RGB value is (178,73,15). Sum of RGB (Red+Green+Blue) = 178+73+15=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B2490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2490F is #4DB6F0. Grayscale: #626262. Windows color (decimal): -5093105 or 1001906. OLE color: 1001906.

HSL color Cylindrical-coordinate representation of color #B2490F: hue angle of 21.35º degrees, saturation: 0.84, 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 #B2490F is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1787315-
CMYK00.590.920.30
HSL21.35º84.46%37.84%-
HSV(B)21.35º91.57%69.8%-
XYZ20.8314.262.11-
YUV97.7881.29185.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.92%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=66.92%
G=27.44%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178731500.590.920.3021.3584.4637.84
HexB249F03B5C1E155426
Octal26211117073134362512446
Binary10110010100100111110111011101110011110101011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2490F; }

 p { color: rgb(178,73,15); }

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

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

 a { background-color: rgb(178,73,15); }

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

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

 span { border-color: rgb(178,73,15); }

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