#B0344B

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

Shades of Old Rose #B0344B

Tints of Old Rose #B0344B

Color information

#B0344B (or 0xB0344B) is unknown color: approx Old Rose. HEX triplet: B0, 34 and 4B. RGB value is (176,52,75). Sum of RGB (Red+Green+Blue) = 176+52+75=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0344B is #4FCBB4. Grayscale: #5B5B5B. Windows color (decimal): -5229493 or 4928688. OLE color: 4928688.

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

Color convert

RGB1765275-
CMYK00.700.570.31
HSL348.87º54.39%44.71%-
HSV(B)348.87º70.45%69.02%-
XYZ20.412.197.93-
YUV91.7118.58188.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.09%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=58.09%
G=17.16%
B=24.75%

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
Decimal176527500.700.570.31348.8754.3944.71
HexB0344B046391F15d362d
Octal26064113010671375356655
Binary1011000011010010010110100011011100111111101011101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0344B; }

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

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

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

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

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

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

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

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