#B02951

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

Shades of Old Rose #B02951

Tints of Old Rose #B02951

Color information

#B02951 (or 0xB02951) is unknown color: approx Old Rose. HEX triplet: B0, 29 and 51. RGB value is (176,41,81). Sum of RGB (Red+Green+Blue) = 176+41+81=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B02951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02951 is #4FD6AE. Grayscale: #555555. Windows color (decimal): -5232303 or 5319088. OLE color: 5319088.

HSL color Cylindrical-coordinate representation of color #B02951: hue angle of 342.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02951 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1764181-
CMYK00.770.540.31
HSL342.22º62.21%42.55%-
HSV(B)342.22º76.7%69.02%-
XYZ20.1811.418.92-
YUV85.92125.23192.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.06%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=59.06%
G=13.76%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176418100.770.540.31342.2262.2142.55
HexB0295104D361F1563e2b
Octal26051121011566375267653
Binary1011000010100110100010100110111011011111101010110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02951; }

 p { color: rgb(176,41,81); }

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

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

 a { background-color: rgb(176,41,81); }

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

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

 span { border-color: rgb(176,41,81); }

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