#B4302C

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

Shades of Brown #B4302C

Tints of Brown #B4302C

Color information

#B4302C (or 0xB4302C) is unknown color: approx Brown. HEX triplet: B4, 30 and 2C. RGB value is (180,48,44). Sum of RGB (Red+Green+Blue) = 180+48+44=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B4302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4302C is #4BCFD3. Grayscale: #575757. Windows color (decimal): -4968404 or 2896052. OLE color: 2896052.

HSL color Cylindrical-coordinate representation of color #B4302C: hue angle of 1.76º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4302C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1804844-
CMYK00.730.760.29
HSL1.76º60.71%43.92%-
HSV(B)1.76º75.56%70.59%-
XYZ20.33123.63-
YUV87.01103.73194.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.18%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=66.18%
G=17.65%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180484400.730.760.291.7660.7143.92
HexB4302C0494C1D23d2c
Octal264605401111143527554
Binary101101001100001011000100100110011001110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4302C; }

 p { color: rgb(180,48,44); }

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

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

 a { background-color: rgb(180,48,44); }

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

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

 span { border-color: rgb(180,48,44); }

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