Html Css Color HEX #B13323 Brown

📋 copy color: '#B13323'

red 177 ◦ green 51 ◦ blue 35

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

Shades of Brown #B13323

Tints of Brown #B13323

RGB

 RED value IS 177 (69.53% from 255) = 67.3%

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 67.3%
G = 19.39%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B13323 (or 0xB13323) is known color: Brown. HEX triplet: B1, 33 and 23. RGB value is (177,51,35). Sum of RGB (Red+Green+Blue) = 177+51+35=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B13323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13323 is #4ECCDC. Grayscale: #575757. Windows color (decimal): -5164253 or 2306993. OLE color: 2306993.

HSL color Cylindrical-coordinate representation of color #B13323: hue angle of 6.76º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B13323 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 35 -
CMYK 0 0.71 0.80 0.31
HSL 6.76º 0.67% 0.42% -
HSV(B) 6.76º 0.8% 0.69% -
XYZ 19.62 11.84 2.84 -
YUV 86.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 177 51 35 0 0.71 0.80 0.31 6.76 0.67 0.42
Hex B1 33 23 0 47 50 1F 7 43 2A
Octal 261 63 43 0 107 120 37 7 103 52
Binary 10110001 110011 100011 0 1000111 1010000 11111 111 1000011 101010

Color Harmonies of #B13323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13323

Black with #B13323

Text Example


Text Example

White with #B13323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13323; }

 p { color: rgb(177,51,35); }

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

background-color css

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

 a { background-color: rgb(177,51,35); }

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

border-color css

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

 span { border-color: rgb(177,51,35); }

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