Html Css Color HEX #B3312D Brown

📋 copy color: '#B3312D'

red 179 ◦ green 49 ◦ blue 45

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

Shades of Brown #B3312D

Tints of Brown #B3312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 65.57%
G = 17.95%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3312D (or 0xB3312D) is known color: Brown. HEX triplet: B3, 31 and 2D. RGB value is (179,49,45). Sum of RGB (Red+Green+Blue) = 179+49+45=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3312D is #4CCED2. Grayscale: #575757. Windows color (decimal): -5033683 or 2961843. OLE color: 2961843.

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

Color convert

RGB 179 49 45 -
CMYK 0 0.73 0.75 0.30
HSL 1.79º 0.6% 0.44% -
HSV(B) 1.79º 0.75% 0.7% -
XYZ 20.16 11.97 3.73 -
YUV 87.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 179 49 45 0 0.73 0.75 0.30 1.79 0.6 0.44
Hex B3 31 2D 0 49 4B 1E 2 3C 2C
Octal 263 61 55 0 111 113 36 2 74 54
Binary 10110011 110001 101101 0 1001001 1001011 11110 10 111100 101100

Color Harmonies of #B3312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3312D

Black with #B3312D

Text Example


Text Example

White with #B3312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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