Html Css Color HEX #B55231 Red Stage

📋 copy color: '#B55231'

red 181 ◦ green 82 ◦ blue 49

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

Shades of Red Stage #B55231

Tints of Red Stage #B55231

RGB

 RED value IS 181 (71.09% from 255) = 58.01%

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

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

R = 58.01%
G = 26.28%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B55231 (or 0xB55231) is known color: Red Stage. HEX triplet: B5, 52 and 31. RGB value is (181,82,49). Sum of RGB (Red+Green+Blue) = 181+82+49=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B55231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55231 is #4AADCE. Grayscale: #6C6C6C. Windows color (decimal): -4894159 or 3232437. OLE color: 3232437.

HSL color Cylindrical-coordinate representation of color #B55231: hue angle of 15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B55231 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 49 -
CMYK 0 0.55 0.73 0.29
HSL 15º 0.57% 0.45% -
HSV(B) 15º 0.73% 0.71% -
XYZ 22.63 16.08 4.82 -
YUV 107.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 181 82 49 0 0.55 0.73 0.29 15 0.57 0.45
Hex B5 52 31 0 37 49 1D F 39 2D
Octal 265 122 61 0 67 111 35 17 71 55
Binary 10110101 1010010 110001 0 110111 1001001 11101 1111 111001 101101

Color Harmonies of #B55231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55231

Black with #B55231

Text Example


Text Example

White with #B55231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55231; }

 p { color: rgb(181,82,49); }

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

background-color css

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

 a { background-color: rgb(181,82,49); }

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

border-color css

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

 span { border-color: rgb(181,82,49); }

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