#B55237

Color #B55237 Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #B55237

Tints of Red Stage #B55237

Color information

#B55237 (or 0xB55237) is unknown color: approx Red Stage. HEX triplet: B5, 52 and 37. RGB value is (181,82,55). Sum of RGB (Red+Green+Blue) = 181+82+55=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B55237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55237 is #4AADC8. Grayscale: #6C6C6C. Windows color (decimal): -4894153 or 3625653. OLE color: 3625653.

HSL color Cylindrical-coordinate representation of color #B55237: hue angle of 12.86º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B55237 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1818255-
CMYK00.550.700.29
HSL12.86º53.39%46.27%-
HSV(B)12.86º69.61%70.98%-
XYZ22.7616.135.53-
YUV108.5297.8179.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=56.92%
G=25.79%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181825500.550.700.2912.8653.3946.27
HexB55237037461Dd352e
Octal2651226706710635156556
Binary10110101101001011011101101111000110111011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55237; }

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

 H1.HeaderClassName
 {
   color: #B55237;
 }
 .AnyTagClassName
 {
   color: #B55237;
 }
</style>
background-color css

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

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

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

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

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

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