#B52F55

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

Shades of Old Rose #B52F55

Tints of Old Rose #B52F55

Color information

#B52F55 (or 0xB52F55) is unknown color: approx Old Rose. HEX triplet: B5, 2F and 55. RGB value is (181,47,85). Sum of RGB (Red+Green+Blue) = 181+47+85=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52F55 is #4AD0AA. Grayscale: #5B5B5B. Windows color (decimal): -4903083 or 5582773. OLE color: 5582773.

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

Color convert

RGB1814785-
CMYK00.740.530.29
HSL342.99º58.77%44.71%-
HSV(B)342.99º74.03%70.98%-
XYZ21.7112.519.87-
YUV91.4124.39191.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 47 (18.75% from 255) = 15.02%
BLUE value IS 85 (33.59% from 255) = 27.16%
R=57.83%
G=15.02%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181478500.740.530.29342.9958.7744.71
HexB52F5504A351D1573b2d
Octal26557125011265355277355
Binary1011010110111110101010100101011010111101101010111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F55; }

 p { color: rgb(181,47,85); }

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

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

 a { background-color: rgb(181,47,85); }

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

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

 span { border-color: rgb(181,47,85); }

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