Html Css Color HEX #B3322C Brown

📋 copy color: '#B3322C'

red 179 ◦ green 50 ◦ blue 44

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

Shades of Brown #B3322C

Tints of Brown #B3322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 65.57%
G = 18.32%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3322C (or 0xB3322C) is known color: Brown. HEX triplet: B3, 32 and 2C. RGB value is (179,50,44). Sum of RGB (Red+Green+Blue) = 179+50+44=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3322C is #4CCDD3. Grayscale: #585858. Windows color (decimal): -5033428 or 2896563. OLE color: 2896563.

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

Color convert

RGB 179 50 44 -
CMYK 0 0.72 0.75 0.30
HSL 2.67º 0.61% 0.44% -
HSV(B) 2.67º 0.75% 0.7% -
XYZ 20.19 12.05 3.64 -
YUV 87.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 179 50 44 0 0.72 0.75 0.30 2.67 0.61 0.44
Hex B3 32 2C 0 48 4B 1E 3 3D 2C
Octal 263 62 54 0 110 113 36 3 75 54
Binary 10110011 110010 101100 0 1001000 1001011 11110 11 111101 101100

Color Harmonies of #B3322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3322C

Black with #B3322C

Text Example


Text Example

White with #B3322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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