Html Css Color HEX #B15232 Red Stage

📋 copy color: '#B15232'

red 177 ◦ green 82 ◦ blue 50

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

Shades of Red Stage #B15232

Tints of Red Stage #B15232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

 BLUE value IS 50 (19.92% from 255) = 16.18%

R = 57.28%
G = 26.54%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B15232 (or 0xB15232) is known color: Red Stage. HEX triplet: B1, 52 and 32. RGB value is (177,82,50). Sum of RGB (Red+Green+Blue) = 177+82+50=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B15232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15232 is #4EADCD. Grayscale: #6A6A6A. Windows color (decimal): -5156302 or 3297969. OLE color: 3297969.

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

Color convert

RGB 177 82 50 -
CMYK 0 0.54 0.72 0.31
HSL 15.12º 0.56% 0.45% -
HSV(B) 15.12º 0.72% 0.69% -
XYZ 21.72 15.61 4.89 -
YUV 106.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 177 82 50 0 0.54 0.72 0.31 15.12 0.56 0.45
Hex B1 52 32 0 36 48 1F F 38 2D
Octal 261 122 62 0 66 110 37 17 70 55
Binary 10110001 1010010 110010 0 110110 1001000 11111 1111 111000 101101

Color Harmonies of #B15232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15232

Black with #B15232

Text Example


Text Example

White with #B15232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15232; }

 p { color: rgb(177,82,50); }

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

background-color css

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

 a { background-color: rgb(177,82,50); }

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

border-color css

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

 span { border-color: rgb(177,82,50); }

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