Html Css Color HEX #B3322B Brown

📋 copy color: '#B3322B'

red 179 ◦ green 50 ◦ blue 43

#B3322B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #B3322B

Tints of Brown #B3322B

RGB

 RED value IS 179 (70.31% from 255) = 65.81%

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 65.81%
G = 18.38%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3322B (or 0xB3322B) is known color: Brown. HEX triplet: B3, 32 and 2B. RGB value is (179,50,43). Sum of RGB (Red+Green+Blue) = 179+50+43=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B3322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3322B is #4CCDD4. Grayscale: #575757. Windows color (decimal): -5033429 or 2831027. OLE color: 2831027.

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

Color convert

RGB 179 50 43 -
CMYK 0 0.72 0.76 0.30
HSL 3.09º 0.61% 0.44% -
HSV(B) 3.09º 0.76% 0.7% -
XYZ 20.17 12.04 3.55 -
YUV 87.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 179 50 43 0 0.72 0.76 0.30 3.09 0.61 0.44
Hex B3 32 2B 0 48 4C 1E 3 3D 2C
Octal 263 62 53 0 110 114 36 3 75 54
Binary 10110011 110010 101011 0 1001000 1001100 11110 11 111101 101100

Color Harmonies of #B3322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3322B

Black with #B3322B

Text Example


Text Example

White with #B3322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3322B; }

 p { color: rgb(179,50,43); }

 H1.HeaderClassName
 {
   color: #B3322B;
 }
 .AnyTagClassName
 {
   color: #B3322B;
 }
</style>

background-color css

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

 a { background-color: rgb(179,50,43); }

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

border-color css

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

 span { border-color: rgb(179,50,43); }

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