#B55333

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

Shades of Red Stage #B55333

Tints of Red Stage #B55333

Color information

#B55333 (or 0xB55333) is unknown color: approx Red Stage. HEX triplet: B5, 53 and 33. RGB value is (181,83,51). Sum of RGB (Red+Green+Blue) = 181+83+51=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B55333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55333 is #4AACCC. Grayscale: #6C6C6C. Windows color (decimal): -4893901 or 3363765. OLE color: 3363765.

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

Color convert

RGB1818351-
CMYK00.540.720.29
HSL14.77º56.03%45.49%-
HSV(B)14.77º71.82%70.98%-
XYZ22.7516.255.07-
YUV108.6595.47179.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=57.46%
G=26.35%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181835100.540.720.2914.7756.0345.49
HexB55333036481Df382d
Octal2651236306611035177055
Binary10110101101001111001101101101001000111011111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55333; }

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

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

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

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

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

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

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

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