#B53546

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

Shades of Old Rose #B53546

Tints of Old Rose #B53546

Color information

#B53546 (or 0xB53546) is unknown color: approx Old Rose. HEX triplet: B5, 35 and 46. RGB value is (181,53,70). Sum of RGB (Red+Green+Blue) = 181+53+70=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B53546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53546 is #4ACAB9. Grayscale: #5D5D5D. Windows color (decimal): -4901562 or 4601269. OLE color: 4601269.

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

Color convert

RGB1815370-
CMYK00.710.610.29
HSL352.03º54.7%45.88%-
HSV(B)352.03º70.72%70.98%-
XYZ21.4312.817.14-
YUV93.21114.91190.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 53 (21.09% from 255) = 17.43%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=59.54%
G=17.43%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181537000.710.610.29352.0354.745.88
HexB535460473D1D160372e
Octal26565106010775355406756
Binary1011010111010110001100100011111110111101101100000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53546; }

 p { color: rgb(181,53,70); }

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

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

 a { background-color: rgb(181,53,70); }

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

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

 span { border-color: rgb(181,53,70); }

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