#B55234

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

Shades of Red Stage #B55234

Tints of Red Stage #B55234

Color information

#B55234 (or 0xB55234) is unknown color: approx Red Stage. HEX triplet: B5, 52 and 34. RGB value is (181,82,52). Sum of RGB (Red+Green+Blue) = 181+82+52=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B55234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55234 is #4AADCB. Grayscale: #6C6C6C. Windows color (decimal): -4894156 or 3429045. OLE color: 3429045.

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

Color convert

RGB1818252-
CMYK00.550.710.29
HSL13.95º55.36%45.69%-
HSV(B)13.95º71.27%70.98%-
XYZ22.6916.115.16-
YUV108.1896.3179.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=57.46%
G=26.03%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181825200.550.710.2913.9555.3645.69
HexB55234037471De372e
Octal2651226406710735166756
Binary10110101101001011010001101111000111111011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55234; }

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

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

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

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

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

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

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

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