#B52F4C

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

Shades of Old Rose #B52F4C

Tints of Old Rose #B52F4C

Color information

#B52F4C (or 0xB52F4C) is unknown color: approx Old Rose. HEX triplet: B5, 2F and 4C. RGB value is (181,47,76). Sum of RGB (Red+Green+Blue) = 181+47+76=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F4C is #4AD0B3. Grayscale: #5A5A5A. Windows color (decimal): -4903092 or 4992949. OLE color: 4992949.

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

Color convert

RGB1814776-
CMYK00.740.580.29
HSL347.01º58.77%44.71%-
HSV(B)347.01º74.03%70.98%-
XYZ21.3812.388.1-
YUV90.37119.89192.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 76 (30.08% from 255) = 25%
R=59.54%
G=15.46%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181477600.740.580.29347.0158.7744.71
HexB52F4C04A3A1D15b3b2d
Octal26557114011272355337355
Binary1011010110111110011000100101011101011101101011011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F4C; }

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

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

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

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

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

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

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

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