Html Css Color HEX #B3312B Brown

📋 copy color: '#B3312B'

red 179 ◦ green 49 ◦ blue 43

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

Shades of Brown #B3312B

Tints of Brown #B3312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

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

R = 66.05%
G = 18.08%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3312B (or 0xB3312B) is known color: Brown. HEX triplet: B3, 31 and 2B. RGB value is (179,49,43). Sum of RGB (Red+Green+Blue) = 179+49+43=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B3312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3312B is #4CCED4. Grayscale: #575757. Windows color (decimal): -5033685 or 2830771. OLE color: 2830771.

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

Color convert

RGB 179 49 43 -
CMYK 0 0.73 0.76 0.30
HSL 2.65º 0.61% 0.44% -
HSV(B) 2.65º 0.76% 0.7% -
XYZ 20.12 11.95 3.53 -
YUV 87.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 179 49 43 0 0.73 0.76 0.30 2.65 0.61 0.44
Hex B3 31 2B 0 49 4C 1E 3 3D 2C
Octal 263 61 53 0 111 114 36 3 75 54
Binary 10110011 110001 101011 0 1001001 1001100 11110 11 111101 101100

Color Harmonies of #B3312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3312B

Black with #B3312B

Text Example


Text Example

White with #B3312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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