#B55229

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

Shades of Red Stage #B55229

Tints of Red Stage #B55229

Color information

#B55229 (or 0xB55229) is unknown color: approx Red Stage. HEX triplet: B5, 52 and 29. RGB value is (181,82,41). Sum of RGB (Red+Green+Blue) = 181+82+41=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B55229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55229 is #4AADD6. Grayscale: #6B6B6B. Windows color (decimal): -4894167 or 2708149. OLE color: 2708149.

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

Color convert

RGB1818241-
CMYK00.550.770.29
HSL17.57º63.06%43.53%-
HSV(B)17.57º77.35%70.98%-
XYZ22.4716.024.01-
YUV106.9390.8180.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 41 (16.41% from 255) = 13.49%
R=59.54%
G=26.97%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181824100.550.770.2917.5763.0643.53
HexB552290374D1D123f2c
Octal2651225106711535227754
Binary101101011010010101001011011110011011110110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55229; }

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

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

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

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

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

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

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

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