#B4312C

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

Shades of Brown #B4312C

Tints of Brown #B4312C

Color information

#B4312C (or 0xB4312C) is unknown color: approx Brown. HEX triplet: B4, 31 and 2C. RGB value is (180,49,44). Sum of RGB (Red+Green+Blue) = 180+49+44=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4312C is #4BCED3. Grayscale: #575757. Windows color (decimal): -4968148 or 2896308. OLE color: 2896308.

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

Color convert

RGB1804944-
CMYK00.730.760.29
HSL2.21º60.71%43.92%-
HSV(B)2.21º75.56%70.59%-
XYZ20.3812.083.64-
YUV87.6103.4193.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.93%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=65.93%
G=17.95%
B=16.12%

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
Decimal180494400.730.760.292.2160.7143.92
HexB4312C0494C1D23d2c
Octal264615401111143527554
Binary101101001100011011000100100110011001110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4312C; }

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

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

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

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

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

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

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

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