#B53B48

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

Shades of Old Rose #B53B48

Tints of Old Rose #B53B48

Color information

#B53B48 (or 0xB53B48) is unknown color: approx Old Rose. HEX triplet: B5, 3B and 48. RGB value is (181,59,72). Sum of RGB (Red+Green+Blue) = 181+59+72=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B48 is #4AC4B7. Grayscale: #616161. Windows color (decimal): -4900024 or 4733877. OLE color: 4733877.

HSL color Cylindrical-coordinate representation of color #B53B48: hue angle of 353.61º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53B48 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1815972-
CMYK00.670.600.29
HSL353.61º50.83%47.06%-
HSV(B)353.61º67.4%70.98%-
XYZ21.7913.427.57-
YUV96.96113.92187.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=58.01%
G=18.91%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181597200.670.600.29353.6150.8347.06
HexB53B480433C1D162332f
Octal26573110010374355426357
Binary1011010111101110010000100001111110011101101100010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B48; }

 p { color: rgb(181,59,72); }

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

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

 a { background-color: rgb(181,59,72); }

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

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

 span { border-color: rgb(181,59,72); }

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