#B55230

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

Shades of Red Stage #B55230

Tints of Red Stage #B55230

Color information

#B55230 (or 0xB55230) is unknown color: approx Red Stage. HEX triplet: B5, 52 and 30. RGB value is (181,82,48). Sum of RGB (Red+Green+Blue) = 181+82+48=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B55230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55230 is #4AADCF. Grayscale: #6B6B6B. Windows color (decimal): -4894160 or 3166901. OLE color: 3166901.

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

Color convert

RGB1818248-
CMYK00.550.730.29
HSL15.34º58.08%44.9%-
HSV(B)15.34º73.48%70.98%-
XYZ22.6116.074.71-
YUV107.7294.3180.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.20%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 48 (19.14% from 255) = 15.43%
R=58.20%
G=26.37%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181824800.550.730.2915.3458.0844.9
HexB55230037491Df3a2d
Octal2651226006711135177255
Binary10110101101001011000001101111001001111011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55230; }

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

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

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

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

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

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

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

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