Html Css Color HEX #B15331 Red Stage

📋 copy color: '#B15331'

red 177 ◦ green 83 ◦ blue 49

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

Shades of Red Stage #B15331

Tints of Red Stage #B15331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 57.28%
G = 26.86%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B15331 (or 0xB15331) is known color: Red Stage. HEX triplet: B1, 53 and 31. RGB value is (177,83,49). Sum of RGB (Red+Green+Blue) = 177+83+49=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B15331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15331 is #4EACCE. Grayscale: #6B6B6B. Windows color (decimal): -5156047 or 3232689. OLE color: 3232689.

HSL color Cylindrical-coordinate representation of color #B15331: hue angle of 15.94º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B15331 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 83 49 -
CMYK 0 0.53 0.72 0.31
HSL 15.94º 0.57% 0.44% -
HSV(B) 15.94º 0.72% 0.69% -
XYZ 21.78 15.76 4.8 -
YUV 107.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 177 83 49 0 0.53 0.72 0.31 15.94 0.57 0.44
Hex B1 53 31 0 35 48 1F 10 39 2C
Octal 261 123 61 0 65 110 37 20 71 54
Binary 10110001 1010011 110001 0 110101 1001000 11111 10000 111001 101100

Color Harmonies of #B15331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15331

Black with #B15331

Text Example


Text Example

White with #B15331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15331; }

 p { color: rgb(177,83,49); }

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

background-color css

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

 a { background-color: rgb(177,83,49); }

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

border-color css

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

 span { border-color: rgb(177,83,49); }

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