#B53549

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

Shades of Old Rose #B53549

Tints of Old Rose #B53549

Color information

#B53549 (or 0xB53549) is unknown color: approx Old Rose. HEX triplet: B5, 35 and 49. RGB value is (181,53,73). Sum of RGB (Red+Green+Blue) = 181+53+73=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B53549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53549 is #4ACAB6. Grayscale: #5D5D5D. Windows color (decimal): -4901559 or 4797877. OLE color: 4797877.

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

Color convert

RGB1815373-
CMYK00.710.600.29
HSL350.62º54.7%45.88%-
HSV(B)350.62º70.72%70.98%-
XYZ21.5312.857.65-
YUV93.55116.41190.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=58.96%
G=17.26%
B=23.78%

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
Decimal181537300.710.600.29350.6254.745.88
HexB535490473C1D15f372e
Octal26565111010774355376756
Binary1011010111010110010010100011111110011101101011111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53549; }

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

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

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

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

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

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

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

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