#B03F60

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

Shades of Rouge #B03F60

Tints of Rouge #B03F60

Color information

#B03F60 (or 0xB03F60) is unknown color: approx Rouge. HEX triplet: B0, 3F and 60. RGB value is (176,63,96). Sum of RGB (Red+Green+Blue) = 176+63+96=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F60 is #4FC09F. Grayscale: #646464. Windows color (decimal): -5226656 or 6307760. OLE color: 6307760.

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

Color convert

RGB1766396-
CMYK00.640.450.31
HSL342.48º47.28%46.86%-
HSV(B)342.48º64.2%69.02%-
XYZ21.7913.6312.55-
YUV100.55125.44181.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=52.54%
G=18.81%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176639600.640.450.31342.4847.2846.86
HexB03F600402D1F1562f2f
Octal26077140010055375265757
Binary1011000011111111000000100000010110111111101010110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03F60; }

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

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

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

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

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

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

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

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