#B52D54

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

Shades of Old Rose #B52D54

Tints of Old Rose #B52D54

Color information

#B52D54 (or 0xB52D54) is unknown color: approx Old Rose. HEX triplet: B5, 2D and 54. RGB value is (181,45,84). Sum of RGB (Red+Green+Blue) = 181+45+84=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D54 is #4AD2AB. Grayscale: #5A5A5A. Windows color (decimal): -4903596 or 5516725. OLE color: 5516725.

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

Color convert

RGB1814584-
CMYK00.750.540.29
HSL342.79º60.18%44.31%-
HSV(B)342.79º75.14%70.98%-
XYZ21.5912.349.63-
YUV90.11124.56192.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 45 (17.97% from 255) = 14.52%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=58.39%
G=14.52%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181458400.750.540.29342.7960.1844.31
HexB52D5404B361D1573c2c
Octal26555124011366355277454
Binary1011010110110110101000100101111011011101101010111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52D54; }

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

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

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

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

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

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

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

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