#B52F5B

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

Shades of Old Rose #B52F5B

Tints of Old Rose #B52F5B

Color information

#B52F5B (or 0xB52F5B) is unknown color: approx Old Rose. HEX triplet: B5, 2F and 5B. RGB value is (181,47,91). Sum of RGB (Red+Green+Blue) = 181+47+91=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52F5B is #4AD0A4. Grayscale: #5C5C5C. Windows color (decimal): -4903077 or 5975989. OLE color: 5975989.

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

Color convert

RGB1814791-
CMYK00.740.500.29
HSL340.3º58.77%44.71%-
HSV(B)340.3º74.03%70.98%-
XYZ21.9612.6111.17-
YUV92.08127.39191.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 47 (18.75% from 255) = 14.73%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=56.74%
G=14.73%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181479100.740.500.29340.358.7744.71
HexB52F5B04A321D1543b2d
Octal26557133011262355247355
Binary1011010110111110110110100101011001011101101010100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F5B; }

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

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

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

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

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

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

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

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