#B2350E

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

Shades of Rust #B2350E

Tints of Rust #B2350E

Color information

#B2350E (or 0xB2350E) is unknown color: approx Rust. HEX triplet: B2, 35 and 0E. RGB value is (178,53,14). Sum of RGB (Red+Green+Blue) = 178+53+14=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2350E is #4DCAF1. Grayscale: #565656. Windows color (decimal): -5098226 or 931250. OLE color: 931250.

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

Color convert

RGB1785314-
CMYK00.700.920.30
HSL14.27º85.42%37.65%-
HSV(B)14.27º92.13%69.8%-
XYZ19.7112.041.7-
YUV85.9387.41193.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.65%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=72.65%
G=21.63%
B=5.71%

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
Decimal178531400.700.920.3014.2785.4237.65
HexB235E0465C1Ee5526
Octal26265160106134361612546
Binary1011001011010111100100011010111001111011101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2350E; }

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

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

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

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

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

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

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

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