#B53E47

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

Shades of Old Rose #B53E47

Tints of Old Rose #B53E47

Color information

#B53E47 (or 0xB53E47) is unknown color: approx Old Rose. HEX triplet: B5, 3E and 47. RGB value is (181,62,71). Sum of RGB (Red+Green+Blue) = 181+62+71=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E47 is #4AC1B8. Grayscale: #626262. Windows color (decimal): -4899257 or 4669109. OLE color: 4669109.

HSL color Cylindrical-coordinate representation of color #B53E47: hue angle of 355.46º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53E47 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1816271-
CMYK00.660.610.29
HSL355.46º48.97%47.65%-
HSV(B)355.46º65.75%70.98%-
XYZ21.9213.727.46-
YUV98.61112.42186.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=57.64%
G=19.75%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181627100.660.610.29355.4648.9747.65
HexB53E470423D1D1633130
Octal26576107010275355436160
Binary1011010111111010001110100001011110111101101100011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E47; }

 p { color: rgb(181,62,71); }

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

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

 a { background-color: rgb(181,62,71); }

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

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

 span { border-color: rgb(181,62,71); }

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