#B5344D

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

Shades of Old Rose #B5344D

Tints of Old Rose #B5344D

Color information

#B5344D (or 0xB5344D) is unknown color: approx Old Rose. HEX triplet: B5, 34 and 4D. RGB value is (181,52,77). Sum of RGB (Red+Green+Blue) = 181+52+77=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5344D is #4ACBB2. Grayscale: #5D5D5D. Windows color (decimal): -4901811 or 5059765. OLE color: 5059765.

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

Color convert

RGB1815277-
CMYK00.710.570.29
HSL348.37º55.36%45.69%-
HSV(B)348.37º71.27%70.98%-
XYZ21.6212.828.36-
YUV93.42118.74190.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=58.39%
G=16.77%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181527700.710.570.29348.3755.3645.69
HexB5344D047391D15c372e
Octal26564115010771355346756
Binary1011010111010010011010100011111100111101101011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5344D; }

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

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

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

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

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

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

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

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