#B53550

Color #B53550 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B53550

Tints of Old Rose #B53550

Color information

#B53550 (or 0xB53550) is unknown color: approx Old Rose. HEX triplet: B5, 35 and 50. RGB value is (181,53,80). Sum of RGB (Red+Green+Blue) = 181+53+80=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B53550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53550 is #4ACAAF. Grayscale: #5E5E5E. Windows color (decimal): -4901552 or 5256629. OLE color: 5256629.

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

Color convert

RGB1815380-
CMYK00.710.560.29
HSL347.34º54.7%45.88%-
HSV(B)347.34º70.72%70.98%-
XYZ21.7812.958.94-
YUV94.35119.91189.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=57.64%
G=16.88%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181538000.710.560.29347.3454.745.88
HexB53550047381D15b372e
Octal26565120010770355336756
Binary1011010111010110100000100011111100011101101011011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53550; }

 p { color: rgb(181,53,80); }

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

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

 a { background-color: rgb(181,53,80); }

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

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

 span { border-color: rgb(181,53,80); }

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