#b53548

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

Shades of Old Rose #B53548

Tints of Old Rose #B53548

Color information

#B53548 (or 0xB53548) is unknown color: approx Old Rose. HEX triplet: B5, 35 and 48. RGB value is (181,53,72). Sum of RGB (Red+Green+Blue) = 181+53+72=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B53548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53548 is #4ACAB7. Grayscale: #5D5D5D. Windows color (decimal): -4901560 or 4732341. OLE color: 4732341.

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

Color convert

RGB1815372-
CMYK00.710.600.29
HSL351.09º54.7%45.88%-
HSV(B)351.09º70.72%70.98%-
XYZ21.512.847.48-
YUV93.44115.91190.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.15%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=59.15%
G=17.32%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181537200.710.600.29351.0954.745.88
HexB535480473C1D15f372e
Octal26565110010774355376756
Binary1011010111010110010000100011111110011101101011111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53548; }

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

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

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

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

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

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

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

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