Html Css Color HEX #B3312F Brown

📋 copy color: '#B3312F'

red 179 ◦ green 49 ◦ blue 47

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

Shades of Brown #B3312F

Tints of Brown #B3312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 65.09%
G = 17.82%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3312F (or 0xB3312F) is known color: Brown. HEX triplet: B3, 31 and 2F. RGB value is (179,49,47). Sum of RGB (Red+Green+Blue) = 179+49+47=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3312F is #4CCED0. Grayscale: #575757. Windows color (decimal): -5033681 or 3092915. OLE color: 3092915.

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

Color convert

RGB 179 49 47 -
CMYK 0 0.73 0.74 0.30
HSL 0.91º 0.58% 0.44% -
HSV(B) 0.91º 0.74% 0.7% -
XYZ 20.2 11.99 3.94 -
YUV 87.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 179 49 47 0 0.73 0.74 0.30 0.91 0.58 0.44
Hex B3 31 2F 0 49 4A 1E 1 3A 2C
Octal 263 61 57 0 111 112 36 1 72 54
Binary 10110011 110001 101111 0 1001001 1001010 11110 1 111010 101100

Color Harmonies of #B3312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3312F

Black with #B3312F

Text Example


Text Example

White with #B3312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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