#B03C63

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

Shades of Rouge #B03C63

Tints of Rouge #B03C63

Color information

#B03C63 (or 0xB03C63) is unknown color: approx Rouge. HEX triplet: B0, 3C and 63. RGB value is (176,60,99). Sum of RGB (Red+Green+Blue) = 176+60+99=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C63 is #4FC39C. Grayscale: #636363. Windows color (decimal): -5227421 or 6503600. OLE color: 6503600.

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

Color convert

RGB1766099-
CMYK00.660.440.31
HSL339.83º49.15%46.27%-
HSV(B)339.83º65.91%69.02%-
XYZ21.7713.3613.24-
YUV99.13127.93182.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 60 (23.83% from 255) = 17.91%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=52.54%
G=17.91%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176609900.660.440.31339.8349.1546.27
HexB03C630422C1F154312e
Octal26074143010254375246156
Binary1011000011110011000110100001010110011111101010100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03C63; }

 p { color: rgb(176,60,99); }

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

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

 a { background-color: rgb(176,60,99); }

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

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

 span { border-color: rgb(176,60,99); }

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