#B02F5B

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

Shades of Rouge #B02F5B

Tints of Rouge #B02F5B

Color information

#B02F5B (or 0xB02F5B) is unknown color: approx Rouge. HEX triplet: B0, 2F and 5B. RGB value is (176,47,91). Sum of RGB (Red+Green+Blue) = 176+47+91=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02F5B is #4FD0A4. Grayscale: #5A5A5A. Windows color (decimal): -5230757 or 5975984. OLE color: 5975984.

HSL color Cylindrical-coordinate representation of color #B02F5B: hue angle of 339.53º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B02F5B is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1764791-
CMYK00.730.480.31
HSL339.53º57.85%43.73%-
HSV(B)339.53º73.3%69.02%-
XYZ20.8112.0211.12-
YUV90.59128.24188.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 47 (18.75% from 255) = 14.97%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=56.05%
G=14.97%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176479100.730.480.31339.5357.8543.73
HexB02F5B049301F1543a2c
Octal26057133011160375247254
Binary1011000010111110110110100100111000011111101010100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F5B; }

 p { color: rgb(176,47,91); }

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

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

 a { background-color: rgb(176,47,91); }

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

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

 span { border-color: rgb(176,47,91); }

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