#B0344C

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

Shades of Old Rose #B0344C

Tints of Old Rose #B0344C

Color information

#B0344C (or 0xB0344C) is unknown color: approx Old Rose. HEX triplet: B0, 34 and 4C. RGB value is (176,52,76). Sum of RGB (Red+Green+Blue) = 176+52+76=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0344C is #4FCBB3. Grayscale: #5B5B5B. Windows color (decimal): -5229492 or 4994224. OLE color: 4994224.

HSL color Cylindrical-coordinate representation of color #B0344C: hue angle of 348.39º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0344C is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1765276-
CMYK00.700.570.31
HSL348.39º54.39%44.71%-
HSV(B)348.39º70.45%69.02%-
XYZ20.4412.218.12-
YUV91.81119.08188.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.89%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 76 (30.08% from 255) = 25%
R=57.89%
G=17.11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176527600.700.570.31348.3954.3944.71
HexB0344C046391F15c362d
Octal26064114010671375346655
Binary1011000011010010011000100011011100111111101011100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0344C; }

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

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

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

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

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

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

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

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