#B53354

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

Shades of Old Rose #B53354

Tints of Old Rose #B53354

Color information

#B53354 (or 0xB53354) is unknown color: approx Old Rose. HEX triplet: B5, 33 and 54. RGB value is (181,51,84). Sum of RGB (Red+Green+Blue) = 181+51+84=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B53354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53354 is #4ACCAB. Grayscale: #5D5D5D. Windows color (decimal): -4902060 or 5518261. OLE color: 5518261.

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

Color convert

RGB1815184-
CMYK00.720.540.29
HSL344.77º56.03%45.49%-
HSV(B)344.77º71.82%70.98%-
XYZ21.8412.839.71-
YUV93.63122.57190.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 84 (33.20% from 255) = 26.58%
R=57.28%
G=16.14%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181518400.720.540.29344.7756.0345.49
HexB53354048361D159382d
Octal26563124011066355317055
Binary1011010111001110101000100100011011011101101011001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53354; }

 p { color: rgb(181,51,84); }

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

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

 a { background-color: rgb(181,51,84); }

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

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

 span { border-color: rgb(181,51,84); }

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