#B02950

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

Shades of Old Rose #B02950

Tints of Old Rose #B02950

Color information

#B02950 (or 0xB02950) is unknown color: approx Old Rose. HEX triplet: B0, 29 and 50. RGB value is (176,41,80). Sum of RGB (Red+Green+Blue) = 176+41+80=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B02950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02950 is #4FD6AF. Grayscale: #555555. Windows color (decimal): -5232304 or 5253552. OLE color: 5253552.

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

Color convert

RGB1764180-
CMYK00.770.550.31
HSL342.67º62.21%42.55%-
HSV(B)342.67º76.7%69.02%-
XYZ20.1511.48.73-
YUV85.81124.73192.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.26%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=59.26%
G=13.80%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176418000.770.550.31342.6762.2142.55
HexB0295004D371F1573e2b
Octal26051120011567375277653
Binary1011000010100110100000100110111011111111101010111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02950; }

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

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

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

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

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

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

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

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