#B2320E

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

Shades of Rust #B2320E

Tints of Rust #B2320E

Color information

#B2320E (or 0xB2320E) is unknown color: approx Rust. HEX triplet: B2, 32 and 0E. RGB value is (178,50,14). Sum of RGB (Red+Green+Blue) = 178+50+14=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2320E is #4DCDF1. Grayscale: #545454. Windows color (decimal): -5098994 or 930482. OLE color: 930482.

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

Color convert

RGB1785014-
CMYK00.720.920.30
HSL13.17º85.42%37.65%-
HSV(B)13.17º92.13%69.8%-
XYZ19.5811.781.66-
YUV84.1788.41194.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.55%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 14 (5.86% from 255) = 5.79%
R=73.55%
G=20.66%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178501400.720.920.3013.1785.4237.65
HexB232E0485C1Ed5526
Octal26262160110134361512546
Binary1011001011001011100100100010111001111011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2320E; }

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

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

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

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

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

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

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

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