#B53447

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

Shades of Old Rose #B53447

Tints of Old Rose #B53447

Color information

#B53447 (or 0xB53447) is unknown color: approx Old Rose. HEX triplet: B5, 34 and 47. RGB value is (181,52,71). Sum of RGB (Red+Green+Blue) = 181+52+71=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B53447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53447 is #4ACBB8. Grayscale: #5C5C5C. Windows color (decimal): -4901817 or 4666549. OLE color: 4666549.

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

Color convert

RGB1815271-
CMYK00.710.610.29
HSL351.16º55.36%45.69%-
HSV(B)351.16º71.27%70.98%-
XYZ21.4212.737.29-
YUV92.74115.74190.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=59.54%
G=17.11%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181527100.710.610.29351.1655.3645.69
HexB534470473D1D15f372e
Octal26564107010775355376756
Binary1011010111010010001110100011111110111101101011111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53447; }

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

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

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

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

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

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

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

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