Html Css Color HEX #B13324 Brown

📋 copy color: '#B13324'

red 177 ◦ green 51 ◦ blue 36

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

Shades of Brown #B13324

Tints of Brown #B13324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 67.05%
G = 19.32%
B = 13.64%

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

#B13324 (or 0xB13324) is known color: Brown. HEX triplet: B1, 33 and 24. RGB value is (177,51,36). Sum of RGB (Red+Green+Blue) = 177+51+36=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B13324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13324 is #4ECCDB. Grayscale: #575757. Windows color (decimal): -5164252 or 2372529. OLE color: 2372529.

HSL color Cylindrical-coordinate representation of color #B13324: hue angle of 6.38º degrees, saturation: 0.66, 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 #B13324 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 36 -
CMYK 0 0.71 0.80 0.31
HSL 6.38º 0.66% 0.42% -
HSV(B) 6.38º 0.8% 0.69% -
XYZ 19.63 11.84 2.92 -
YUV 86.96 99.24 192.22 -
System Red Green Blue C M Y K H S L
Decimal 177 51 36 0 0.71 0.80 0.31 6.38 0.66 0.42
Hex B1 33 24 0 47 50 1F 6 42 2A
Octal 261 63 44 0 107 120 37 6 102 52
Binary 10110001 110011 100100 0 1000111 1010000 11111 110 1000010 101010

Color Harmonies of #B13324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13324

Black with #B13324

Text Example


Text Example

White with #B13324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13324; }

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

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

background-color css

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

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

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

border-color css

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

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

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