#B5354F

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

Shades of Old Rose #B5354F

Tints of Old Rose #B5354F

Color information

#B5354F (or 0xB5354F) is unknown color: approx Old Rose. HEX triplet: B5, 35 and 4F. RGB value is (181,53,79). Sum of RGB (Red+Green+Blue) = 181+53+79=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5354F is #4ACAB0. Grayscale: #5E5E5E. Windows color (decimal): -4901553 or 5191093. OLE color: 5191093.

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

Color convert

RGB1815379-
CMYK00.710.560.29
HSL347.81º54.7%45.88%-
HSV(B)347.81º70.72%70.98%-
XYZ21.7412.938.75-
YUV94.24119.41189.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=57.83%
G=16.93%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181537900.710.560.29347.8154.745.88
HexB5354F047381D15c372e
Octal26565117010770355346756
Binary1011010111010110011110100011111100011101101011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5354F; }

 p { color: rgb(181,53,79); }

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

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

 a { background-color: rgb(181,53,79); }

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

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

 span { border-color: rgb(181,53,79); }

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