#B53351

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

Shades of Old Rose #B53351

Tints of Old Rose #B53351

Color information

#B53351 (or 0xB53351) is unknown color: approx Old Rose. HEX triplet: B5, 33 and 51. RGB value is (181,51,81). Sum of RGB (Red+Green+Blue) = 181+51+81=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B53351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53351 is #4ACCAE. Grayscale: #5D5D5D. Windows color (decimal): -4902063 or 5321653. OLE color: 5321653.

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

Color convert

RGB1815181-
CMYK00.720.550.29
HSL346.15º56.03%45.49%-
HSV(B)346.15º71.82%70.98%-
XYZ21.7312.799.11-
YUV93.29121.07190.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=57.83%
G=16.29%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181518100.720.550.29346.1556.0345.49
HexB53351048371D15a382d
Octal26563121011067355327055
Binary1011010111001110100010100100011011111101101011010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53351; }

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

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

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

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

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

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

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

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