#B02F65

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

Shades of Rouge #B02F65

Tints of Rouge #B02F65

Color information

#B02F65 (or 0xB02F65) is unknown color: approx Rouge. HEX triplet: B0, 2F and 65. RGB value is (176,47,101). Sum of RGB (Red+Green+Blue) = 176+47+101=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02F65 is #4FD09A. Grayscale: #5B5B5B. Windows color (decimal): -5230747 or 6631344. OLE color: 6631344.

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

Color convert

RGB17647101-
CMYK00.730.430.31
HSL334.88º57.85%43.73%-
HSV(B)334.88º73.3%69.02%-
XYZ21.2712.213.55-
YUV91.73133.24188.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 47 (18.75% from 255) = 14.51%
BLUE value IS 101 (39.84% from 255) = 31.17%
R=54.32%
G=14.51%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764710100.730.430.31334.8857.8543.73
HexB02F650492B1F14f3a2c
Octal26057145011153375177254
Binary1011000010111111001010100100110101111111101001111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F65; }

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

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

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

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

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

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

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

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