#b52351

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

Shades of Old Rose #B52351

Tints of Old Rose #B52351

Color information

#B52351 (or 0xB52351) is unknown color: approx Old Rose. HEX triplet: B5, 23 and 51. RGB value is (181,35,81). Sum of RGB (Red+Green+Blue) = 181+35+81=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B52351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52351 is #4ADCAE. Grayscale: #535353. Windows color (decimal): -4906159 or 5317557. OLE color: 5317557.

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

Color convert

RGB1813581-
CMYK00.810.550.29
HSL341.1º67.59%42.35%-
HSV(B)341.1º80.66%70.98%-
XYZ21.1411.628.91-
YUV83.9126.37197.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 81 (32.03% from 255) = 27.27%
R=60.94%
G=11.78%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181358100.810.550.29341.167.5942.35
HexB52351051371D155442a
Octal265431210121673552510452
Binary10110101100011101000101010001110111111011010101011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52351; }

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

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

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

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

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

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

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

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