#B52B51

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

Shades of Old Rose #B52B51

Tints of Old Rose #B52B51

Color information

#B52B51 (or 0xB52B51) is unknown color: approx Old Rose. HEX triplet: B5, 2B and 51. RGB value is (181,43,81). Sum of RGB (Red+Green+Blue) = 181+43+81=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52B51 is #4AD4AE. Grayscale: #585858. Windows color (decimal): -4904111 or 5319605. OLE color: 5319605.

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

Color convert

RGB1814381-
CMYK00.760.550.29
HSL343.48º61.61%43.92%-
HSV(B)343.48º76.24%70.98%-
XYZ21.4112.159-
YUV88.59123.72193.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 43 (17.19% from 255) = 14.10%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=59.34%
G=14.10%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181438100.760.550.29343.4861.6143.92
HexB52B5104C371D1573e2c
Octal26553121011467355277654
Binary1011010110101110100010100110011011111101101010111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52B51; }

 p { color: rgb(181,43,81); }

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

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

 a { background-color: rgb(181,43,81); }

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

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

 span { border-color: rgb(181,43,81); }

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