#B3312E

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

Shades of Brown #B3312E

Tints of Brown #B3312E

Color information

#B3312E (or 0xB3312E) is unknown color: approx Brown. HEX triplet: B3, 31 and 2E. RGB value is (179,49,46). Sum of RGB (Red+Green+Blue) = 179+49+46=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3312E is #4CCED1. Grayscale: #575757. Windows color (decimal): -5033682 or 3027379. OLE color: 3027379.

HSL color Cylindrical-coordinate representation of color #B3312E: hue angle of 1.35º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3312E is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1794946-
CMYK00.730.740.30
HSL1.35º59.11%44.12%-
HSV(B)1.35º74.3%70.2%-
XYZ20.1811.983.83-
YUV87.53104.57193.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.33%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=65.33%
G=17.88%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179494600.730.740.301.3559.1144.12
HexB3312E0494A1E13b2c
Octal263615601111123617354
Binary10110011110001101110010010011001010111101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3312E; }

 p { color: rgb(179,49,46); }

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

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

 a { background-color: rgb(179,49,46); }

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

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

 span { border-color: rgb(179,49,46); }

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