#B2360B

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

Shades of Rust #B2360B

Tints of Rust #B2360B

Color information

#B2360B (or 0xB2360B) is unknown color: approx Rust. HEX triplet: B2, 36 and 0B. RGB value is (178,54,11). Sum of RGB (Red+Green+Blue) = 178+54+11=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2360B is #4DC9F4. Grayscale: #565656. Windows color (decimal): -5097973 or 734898. OLE color: 734898.

HSL color Cylindrical-coordinate representation of color #B2360B: hue angle of 15.45º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2360B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1785411-
CMYK00.700.940.30
HSL15.45º88.36%37.06%-
HSV(B)15.45º93.82%69.8%-
XYZ19.7412.131.62-
YUV86.1785.58193.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.25%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 11 (4.69% from 255) = 4.53%
R=73.25%
G=22.22%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178541100.700.940.3015.4588.3637.06
HexB236B0465E1Ef5825
Octal26266130106136361713045
Binary1011001011011010110100011010111101111011111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2360B; }

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

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

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

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

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

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

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

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