#b2461f

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

Shades of Rust #B2461F

Tints of Rust #B2461F

Color information

#B2461F (or 0xB2461F) is unknown color: approx Rust. HEX triplet: B2, 46 and 1F. RGB value is (178,70,31). Sum of RGB (Red+Green+Blue) = 178+70+31=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2461F is #4DB9E0. Grayscale: #626262. Windows color (decimal): -5093857 or 2049714. OLE color: 2049714.

HSL color Cylindrical-coordinate representation of color #B2461F: hue angle of 15.92º degrees, saturation: 0.7, 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 #B2461F is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1787031-
CMYK00.610.830.30
HSL15.92º70.33%40.98%-
HSV(B)15.92º82.58%69.8%-
XYZ20.813.942.89-
YUV97.8590.28185.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.80%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=63.80%
G=25.09%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178703100.610.830.3015.9270.3340.98
HexB2461F03D531E104629
Octal26210637075123362010651
Binary101100101000110111110111101101001111110100001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2461f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2461f; }

 p { color: rgb(178,70,31); }

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

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

 a { background-color: rgb(178,70,31); }

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

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

 span { border-color: rgb(178,70,31); }

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