#B52151

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

Shades of Old Rose #B52151

Tints of Old Rose #B52151

Color information

#B52151 (or 0xB52151) is unknown color: approx Old Rose. HEX triplet: B5, 21 and 51. RGB value is (181,33,81). Sum of RGB (Red+Green+Blue) = 181+33+81=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B52151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52151 is #4ADEAE. Grayscale: #525252. Windows color (decimal): -4906671 or 5317045. OLE color: 5317045.

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

Color convert

RGB1813381-
CMYK00.820.550.29
HSL340.54º69.16%41.96%-
HSV(B)340.54º81.77%70.98%-
XYZ21.0911.518.89-
YUV82.72127.03198.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=61.36%
G=11.19%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181338100.820.550.29340.5469.1641.96
HexB52151052371D155452a
Octal265411210122673552510552
Binary10110101100001101000101010010110111111011010101011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52151; }

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

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

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

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

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

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

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

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