#B0322C

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

Shades of Brown #B0322C

Tints of Brown #B0322C

Color information

#B0322C (or 0xB0322C) is unknown color: approx Brown. HEX triplet: B0, 32 and 2C. RGB value is (176,50,44). Sum of RGB (Red+Green+Blue) = 176+50+44=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0322C is #4FCDD3. Grayscale: #575757. Windows color (decimal): -5230036 or 2896560. OLE color: 2896560.

HSL color Cylindrical-coordinate representation of color #B0322C: hue angle of 2.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0322C is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1765044-
CMYK00.720.750.31
HSL2.73º60%43.14%-
HSV(B)2.73º75%69.02%-
XYZ19.511.693.61-
YUV86.99103.74191.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 65.19%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=65.19%
G=18.52%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176504400.720.750.312.736043.14
HexB0322C0484B1F33c2b
Octal260625401101133737453
Binary101100001100101011000100100010010111111111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0322C; }

 p { color: rgb(176,50,44); }

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

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

 a { background-color: rgb(176,50,44); }

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

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

 span { border-color: rgb(176,50,44); }

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