#B2491C

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

Shades of Rust #B2491C

Tints of Rust #B2491C

Color information

#B2491C (or 0xB2491C) is unknown color: approx Rust. HEX triplet: B2, 49 and 1C. RGB value is (178,73,28). Sum of RGB (Red+Green+Blue) = 178+73+28=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2491C is #4DB6E3. Grayscale: #636363. Windows color (decimal): -5093092 or 1853874. OLE color: 1853874.

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

Color convert

RGB1787328-
CMYK00.590.840.30
HSL18º72.82%40.39%-
HSV(B)18º84.27%69.8%-
XYZ20.9514.312.76-
YUV99.2787.79184.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.80%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 28 (11.33% from 255) = 10.04%
R=63.80%
G=26.16%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178732800.590.840.301872.8240.39
HexB2491C03B541E124928
Octal26211134073124362211150
Binary101100101001001111000111011101010011110100101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2491C; }

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

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

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

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

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

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

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

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