#b52d5c

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

Shades of Old Rose #B52D5C

Tints of Old Rose #B52D5C

Color information

#B52D5C (or 0xB52D5C) is unknown color: approx Old Rose. HEX triplet: B5, 2D and 5C. RGB value is (181,45,92). Sum of RGB (Red+Green+Blue) = 181+45+92=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D5C is #4AD2A3. Grayscale: #5A5A5A. Windows color (decimal): -4903588 or 6041013. OLE color: 6041013.

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

Color convert

RGB1814592-
CMYK00.750.490.29
HSL339.26º60.18%44.31%-
HSV(B)339.26º75.14%70.98%-
XYZ21.9312.4711.38-
YUV91.02128.56192.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 45 (17.97% from 255) = 14.15%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=56.92%
G=14.15%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181459200.750.490.29339.2660.1844.31
HexB52D5C04B311D1533c2c
Octal26555134011361355237454
Binary1011010110110110111000100101111000111101101010011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52d5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52d5c; }

 p { color: rgb(181,45,92); }

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

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

 a { background-color: rgb(181,45,92); }

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

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

 span { border-color: rgb(181,45,92); }

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