#B52E4C

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

Shades of Old Rose #B52E4C

Tints of Old Rose #B52E4C

Color information

#B52E4C (or 0xB52E4C) is unknown color: approx Old Rose. HEX triplet: B5, 2E and 4C. RGB value is (181,46,76). Sum of RGB (Red+Green+Blue) = 181+46+76=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E4C is #4AD1B3. Grayscale: #595959. Windows color (decimal): -4903348 or 4992693. OLE color: 4992693.

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

Color convert

RGB1814676-
CMYK00.750.580.29
HSL346.67º59.47%44.51%-
HSV(B)346.67º74.59%70.98%-
XYZ21.3412.38.09-
YUV89.78120.23193.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=59.74%
G=15.18%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181467600.750.580.29346.6759.4744.51
HexB52E4C04B3A1D15b3b2d
Octal26556114011372355337355
Binary1011010110111010011000100101111101011101101011011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E4C; }

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

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

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

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

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

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

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

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