#B5374C

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

Shades of Old Rose #B5374C

Tints of Old Rose #B5374C

Color information

#B5374C (or 0xB5374C) is unknown color: approx Old Rose. HEX triplet: B5, 37 and 4C. RGB value is (181,55,76). Sum of RGB (Red+Green+Blue) = 181+55+76=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5374C is #4AC8B3. Grayscale: #5F5F5F. Windows color (decimal): -4901044 or 4994997. OLE color: 4994997.

HSL color Cylindrical-coordinate representation of color #B5374C: hue angle of 350º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5374C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1815576-
CMYK00.700.580.29
HSL350º53.39%46.27%-
HSV(B)350º69.61%70.98%-
XYZ21.7313.088.22-
YUV95.07117.24189.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 55 (21.88% from 255) = 17.63%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=58.01%
G=17.63%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181557600.700.580.2935053.3946.27
HexB5374C0463A1D15e352e
Octal26567114010672355366556
Binary1011010111011110011000100011011101011101101011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5374C; }

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

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

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

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

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

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

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

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