#B55133

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

Shades of Red Stage #B55133

Tints of Red Stage #B55133

Color information

#B55133 (or 0xB55133) is unknown color: approx Red Stage. HEX triplet: B5, 51 and 33. RGB value is (181,81,51). Sum of RGB (Red+Green+Blue) = 181+81+51=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B55133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55133 is #4AAECC. Grayscale: #6B6B6B. Windows color (decimal): -4894413 or 3363253. OLE color: 3363253.

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

Color convert

RGB1818151-
CMYK00.550.720.29
HSL13.85º56.03%45.49%-
HSV(B)13.85º71.82%70.98%-
XYZ22.615.955.02-
YUV107.4896.13180.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 51 (20.31% from 255) = 16.29%
R=57.83%
G=25.88%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181815100.550.720.2913.8556.0345.49
HexB55133037481De382d
Octal2651216306711035167055
Binary10110101101000111001101101111001000111011110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55133; }

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

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

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

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

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

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

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

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