#B13648

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

Shades of Old Rose #B13648

Tints of Old Rose #B13648

Color information

#B13648 (or 0xB13648) is unknown color: approx Old Rose. HEX triplet: B1, 36 and 48. RGB value is (177,54,72). Sum of RGB (Red+Green+Blue) = 177+54+72=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B13648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13648 is #4EC9B7. Grayscale: #5C5C5C. Windows color (decimal): -5163448 or 4732593. OLE color: 4732593.

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

Color convert

RGB1775472-
CMYK00.690.590.31
HSL351.22º53.25%45.29%-
HSV(B)351.22º69.49%69.41%-
XYZ20.6212.457.45-
YUV92.83116.25188.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=58.42%
G=17.82%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177547200.690.590.31351.2253.2545.29
HexB136480453B1F15f352d
Octal26166110010573375376555
Binary1011000111011010010000100010111101111111101011111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13648; }

 p { color: rgb(177,54,72); }

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

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

 a { background-color: rgb(177,54,72); }

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

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

 span { border-color: rgb(177,54,72); }

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