#B2360E

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

Shades of Rust #B2360E

Tints of Rust #B2360E

Color information

#B2360E (or 0xB2360E) is unknown color: approx Rust. HEX triplet: B2, 36 and 0E. RGB value is (178,54,14). Sum of RGB (Red+Green+Blue) = 178+54+14=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B2360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2360E is #4DC9F1. Grayscale: #565656. Windows color (decimal): -5097970 or 931506. OLE color: 931506.

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

Color convert

RGB1785414-
CMYK00.700.920.30
HSL14.63º85.42%37.65%-
HSV(B)14.63º92.13%69.8%-
XYZ19.7612.141.72-
YUV86.5287.08193.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.36%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=72.36%
G=21.95%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178541400.700.920.3014.6385.4237.65
HexB236E0465C1Ef5526
Octal26266160106134361712546
Binary1011001011011011100100011010111001111011111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2360E; }

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

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

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

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

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

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

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

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