#B12349

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

Shades of Old Rose #B12349

Tints of Old Rose #B12349

Color information

#B12349 (or 0xB12349) is unknown color: approx Old Rose. HEX triplet: B1, 23 and 49. RGB value is (177,35,73). Sum of RGB (Red+Green+Blue) = 177+35+73=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B12349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12349 is #4EDCB6. Grayscale: #515151. Windows color (decimal): -5168311 or 4793265. OLE color: 4793265.

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

Color convert

RGB1773573-
CMYK00.800.590.31
HSL343.94º66.98%41.57%-
HSV(B)343.94º80.23%69.41%-
XYZ19.9411.037.38-
YUV81.79123.04195.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=62.11%
G=12.28%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177357300.800.590.31343.9466.9841.57
HexB123490503B1F158432a
Octal261431110120733753010352
Binary10110001100011100100101010000111011111111010110001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12349; }

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

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

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

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

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

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

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

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