#B02560

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

Shades of Rouge #B02560

Tints of Rouge #B02560

Color information

#B02560 (or 0xB02560) is unknown color: approx Rouge. HEX triplet: B0, 25 and 60. RGB value is (176,37,96). Sum of RGB (Red+Green+Blue) = 176+37+96=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B02560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02560 is #4FDA9F. Grayscale: #555555. Windows color (decimal): -5233312 or 6301104. OLE color: 6301104.

HSL color Cylindrical-coordinate representation of color #B02560: hue angle of 334.53º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02560 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1763796-
CMYK00.790.450.31
HSL334.53º65.26%41.76%-
HSV(B)334.53º78.98%69.02%-
XYZ20.6811.412.18-
YUV85.29134.05192.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 37 (14.84% from 255) = 11.97%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=56.96%
G=11.97%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176379600.790.450.31334.5365.2641.76
HexB0256004F2D1F14f412a
Octal260451400117553751710152
Binary10110000100101110000001001111101101111111010011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02560; }

 p { color: rgb(176,37,96); }

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

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

 a { background-color: rgb(176,37,96); }

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

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

 span { border-color: rgb(176,37,96); }

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