#B3302E

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

Shades of Brown #B3302E

Tints of Brown #B3302E

Color information

#B3302E (or 0xB3302E) is unknown color: approx Brown. HEX triplet: B3, 30 and 2E. RGB value is (179,48,46). Sum of RGB (Red+Green+Blue) = 179+48+46=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3302E is #4CCFD1. Grayscale: #575757. Windows color (decimal): -5033938 or 3027123. OLE color: 3027123.

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

Color convert

RGB1794846-
CMYK00.730.740.30
HSL0.9º59.11%44.12%-
HSV(B)0.9º74.3%70.2%-
XYZ20.1411.893.82-
YUV86.94104.9193.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.57%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=65.57%
G=17.58%
B=16.85%

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
Decimal179484600.730.740.300.959.1144.12
HexB3302E0494A1E13b2c
Octal263605601111123617354
Binary10110011110000101110010010011001010111101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3302E; }

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

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

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

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

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

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

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

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