#B02959

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

Shades of Old Rose #B02959

Tints of Old Rose #B02959

Color information

#B02959 (or 0xB02959) is unknown color: approx Old Rose. HEX triplet: B0, 29 and 59. RGB value is (176,41,89). Sum of RGB (Red+Green+Blue) = 176+41+89=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B02959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02959 is #4FD6A6. Grayscale: #565656. Windows color (decimal): -5232295 or 5843376. OLE color: 5843376.

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

Color convert

RGB1764189-
CMYK00.770.490.31
HSL338.67º62.21%42.55%-
HSV(B)338.67º76.7%69.02%-
XYZ20.511.5410.6-
YUV86.84129.23191.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.52%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=57.52%
G=13.40%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176418900.770.490.31338.6762.2142.55
HexB0295904D311F1533e2b
Octal26051131011561375237653
Binary1011000010100110110010100110111000111111101010011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02959; }

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

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

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

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

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

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

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

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