#B53446

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

Shades of Old Rose #B53446

Tints of Old Rose #B53446

Color information

#B53446 (or 0xB53446) is unknown color: approx Old Rose. HEX triplet: B5, 34 and 46. RGB value is (181,52,70). Sum of RGB (Red+Green+Blue) = 181+52+70=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B53446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53446 is #4ACBB9. Grayscale: #5C5C5C. Windows color (decimal): -4901818 or 4601013. OLE color: 4601013.

HSL color Cylindrical-coordinate representation of color #B53446: hue angle of 351.63º 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 #B53446 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1815270-
CMYK00.710.610.29
HSL351.63º55.36%45.69%-
HSV(B)351.63º71.27%70.98%-
XYZ21.3912.727.12-
YUV92.62115.24191.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=59.74%
G=17.16%
B=23.10%

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
Decimal181527000.710.610.29351.6355.3645.69
HexB534460473D1D160372e
Octal26564106010775355406756
Binary1011010111010010001100100011111110111101101100000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53446; }

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

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

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

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

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

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

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

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