#B12548

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

Shades of Old Rose #B12548

Tints of Old Rose #B12548

Color information

#B12548 (or 0xB12548) is unknown color: approx Old Rose. HEX triplet: B1, 25 and 48. RGB value is (177,37,72). Sum of RGB (Red+Green+Blue) = 177+37+72=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B12548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12548 is #4EDAB7. Grayscale: #525252. Windows color (decimal): -5167800 or 4728241. OLE color: 4728241.

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

Color convert

RGB1773772-
CMYK00.790.590.31
HSL345º65.42%41.96%-
HSV(B)345º79.1%69.41%-
XYZ19.9611.147.23-
YUV82.85121.88195.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 37 (14.84% from 255) = 12.94%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=61.89%
G=12.94%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177377200.790.590.3134565.4241.96
HexB1254804F3B1F159412a
Octal261451100117733753110152
Binary10110001100101100100001001111111011111111010110011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12548; }

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

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

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

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

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

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

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

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