Html Css Color HEX #B15535 Red Stage

📋 copy color: '#B15535'

red 177 ◦ green 85 ◦ blue 53

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

Shades of Red Stage #B15535

Tints of Red Stage #B15535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 56.19%
G = 26.98%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B15535 (or 0xB15535) is known color: Red Stage. HEX triplet: B1, 55 and 35. RGB value is (177,85,53). Sum of RGB (Red+Green+Blue) = 177+85+53=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B15535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15535 is #4EAACA. Grayscale: #6D6D6D. Windows color (decimal): -5155531 or 3495345. OLE color: 3495345.

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

Color convert

RGB 177 85 53 -
CMYK 0 0.52 0.70 0.31
HSL 15.48º 0.54% 0.45% -
HSV(B) 15.48º 0.7% 0.69% -
XYZ 22.02 16.1 5.32 -
YUV 108.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 177 85 53 0 0.52 0.70 0.31 15.48 0.54 0.45
Hex B1 55 35 0 34 46 1F F 36 2D
Octal 261 125 65 0 64 106 37 17 66 55
Binary 10110001 1010101 110101 0 110100 1000110 11111 1111 110110 101101

Color Harmonies of #B15535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15535

Black with #B15535

Text Example


Text Example

White with #B15535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15535; }

 p { color: rgb(177,85,53); }

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

background-color css

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

 a { background-color: rgb(177,85,53); }

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

border-color css

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

 span { border-color: rgb(177,85,53); }

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