#B53356

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

Shades of Old Rose #B53356

Tints of Old Rose #B53356

Color information

#B53356 (or 0xB53356) is unknown color: approx Old Rose. HEX triplet: B5, 33 and 56. RGB value is (181,51,86). Sum of RGB (Red+Green+Blue) = 181+51+86=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B53356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53356 is #4ACCA9. Grayscale: #5D5D5D. Windows color (decimal): -4902058 or 5649333. OLE color: 5649333.

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

Color convert

RGB1815186-
CMYK00.720.520.29
HSL343.85º56.03%45.49%-
HSV(B)343.85º71.82%70.98%-
XYZ21.9212.8610.13-
YUV93.86123.57190.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=56.92%
G=16.04%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181518600.720.520.29343.8556.0345.49
HexB53356048341D158382d
Octal26563126011064355307055
Binary1011010111001110101100100100011010011101101011000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53356; }

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

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

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

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

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

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

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

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