#B5344C

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

Shades of Old Rose #B5344C

Tints of Old Rose #B5344C

Color information

#B5344C (or 0xB5344C) is unknown color: approx Old Rose. HEX triplet: B5, 34 and 4C. RGB value is (181,52,76). Sum of RGB (Red+Green+Blue) = 181+52+76=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5344C is #4ACBB3. Grayscale: #5D5D5D. Windows color (decimal): -4901812 or 4994229. OLE color: 4994229.

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

Color convert

RGB1815276-
CMYK00.710.580.29
HSL348.84º55.36%45.69%-
HSV(B)348.84º71.27%70.98%-
XYZ21.5912.88.17-
YUV93.31118.24190.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.58%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=58.58%
G=16.83%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181527600.710.580.29348.8455.3645.69
HexB5344C0473A1D15d372e
Octal26564114010772355356756
Binary1011010111010010011000100011111101011101101011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5344C; }

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

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

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

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

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

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

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

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