Html Css Color HEX #B55331 Red Stage

📋 copy color: '#B55331'

red 181 ◦ green 83 ◦ blue 49

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

Shades of Red Stage #B55331

Tints of Red Stage #B55331

RGB

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

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

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

R = 57.83%
G = 26.52%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B55331 (or 0xB55331) is known color: Red Stage. HEX triplet: B5, 53 and 31. RGB value is (181,83,49). Sum of RGB (Red+Green+Blue) = 181+83+49=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B55331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55331 is #4AACCE. Grayscale: #6C6C6C. Windows color (decimal): -4893903 or 3232693. OLE color: 3232693.

HSL color Cylindrical-coordinate representation of color #B55331: hue angle of 15.45º 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 #B55331 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 83 49 -
CMYK 0 0.54 0.73 0.29
HSL 15.45º 0.57% 0.45% -
HSV(B) 15.45º 0.73% 0.71% -
XYZ 22.7 16.23 4.84 -
YUV 108.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 181 83 49 0 0.54 0.73 0.29 15.45 0.57 0.45
Hex B5 53 31 0 36 49 1D F 39 2D
Octal 265 123 61 0 66 111 35 17 71 55
Binary 10110101 1010011 110001 0 110110 1001001 11101 1111 111001 101101

Color Harmonies of #B55331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55331

Black with #B55331

Text Example


Text Example

White with #B55331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55331; }

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

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

background-color css

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

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

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

border-color css

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

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

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