#B13549

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

Shades of Old Rose #B13549

Tints of Old Rose #B13549

Color information

#B13549 (or 0xB13549) is unknown color: approx Old Rose. HEX triplet: B1, 35 and 49. RGB value is (177,53,73). Sum of RGB (Red+Green+Blue) = 177+53+73=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B13549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13549 is #4ECAB6. Grayscale: #5C5C5C. Windows color (decimal): -5163703 or 4797873. OLE color: 4797873.

HSL color Cylindrical-coordinate representation of color #B13549: hue angle of 350.32º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13549 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1775373-
CMYK00.700.590.31
HSL350.32º53.91%45.1%-
HSV(B)350.32º70.06%69.41%-
XYZ20.6112.377.61-
YUV92.36117.08188.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=58.42%
G=17.49%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177537300.700.590.31350.3253.9145.1
HexB135490463B1F15e362d
Octal26165111010673375366655
Binary1011000111010110010010100011011101111111101011110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13549; }

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

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

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

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

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

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

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

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