#B53950

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

Shades of Old Rose #B53950

Tints of Old Rose #B53950

Color information

#B53950 (or 0xB53950) is unknown color: approx Old Rose. HEX triplet: B5, 39 and 50. RGB value is (181,57,80). Sum of RGB (Red+Green+Blue) = 181+57+80=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B53950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53950 is #4AC6AF. Grayscale: #606060. Windows color (decimal): -4900528 or 5257653. OLE color: 5257653.

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

Color convert

RGB1815780-
CMYK00.690.560.29
HSL348.87º52.1%46.67%-
HSV(B)348.87º68.51%70.98%-
XYZ21.9713.339-
YUV96.7118.58188.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=56.92%
G=17.92%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181578000.690.560.29348.8752.146.67
HexB53950045381D15d342f
Octal26571120010570355356457
Binary1011010111100110100000100010111100011101101011101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53950; }

 p { color: rgb(181,57,80); }

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

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

 a { background-color: rgb(181,57,80); }

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

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

 span { border-color: rgb(181,57,80); }

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