#B02565

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

Shades of Rouge #B02565

Tints of Rouge #B02565

Color information

#B02565 (or 0xB02565) is unknown color: approx Rouge. HEX triplet: B0, 25 and 65. RGB value is (176,37,101). Sum of RGB (Red+Green+Blue) = 176+37+101=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B02565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02565 is #4FDA9A. Grayscale: #555555. Windows color (decimal): -5233307 or 6628784. OLE color: 6628784.

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

Color convert

RGB17637101-
CMYK00.790.430.31
HSL332.37º65.26%41.76%-
HSV(B)332.37º78.98%69.02%-
XYZ20.9211.4913.43-
YUV85.86136.55192.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 37 (14.84% from 255) = 11.78%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=56.05%
G=11.78%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763710100.790.430.31332.3765.2641.76
HexB0256504F2B1F14c412a
Octal260451450117533751410152
Binary10110000100101110010101001111101011111111010011001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02565; }

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

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

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

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

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

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

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

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