#B52E5B

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

Shades of Old Rose #B52E5B

Tints of Old Rose #B52E5B

Color information

#B52E5B (or 0xB52E5B) is unknown color: approx Old Rose. HEX triplet: B5, 2E and 5B. RGB value is (181,46,91). Sum of RGB (Red+Green+Blue) = 181+46+91=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E5B is #4AD1A4. Grayscale: #5B5B5B. Windows color (decimal): -4903333 or 5975733. OLE color: 5975733.

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

Color convert

RGB1814691-
CMYK00.750.500.29
HSL340º59.47%44.51%-
HSV(B)340º74.59%70.98%-
XYZ21.9212.5311.16-
YUV91.49127.73191.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 46 (18.36% from 255) = 14.47%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=56.92%
G=14.47%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181469100.750.500.2934059.4744.51
HexB52E5B04B321D1543b2d
Octal26556133011362355247355
Binary1011010110111010110110100101111001011101101010100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E5B; }

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

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

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

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

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

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

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

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