#B03364

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

Shades of Rouge #B03364

Tints of Rouge #B03364

Color information

#B03364 (or 0xB03364) is unknown color: approx Rouge. HEX triplet: B0, 33 and 64. RGB value is (176,51,100). Sum of RGB (Red+Green+Blue) = 176+51+100=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B03364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03364 is #4FCC9B. Grayscale: #5D5D5D. Windows color (decimal): -5229724 or 6566832. OLE color: 6566832.

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

Color convert

RGB17651100-
CMYK00.710.430.31
HSL336.48º55.07%44.51%-
HSV(B)336.48º71.02%69.02%-
XYZ21.3912.5213.35-
YUV93.96131.41186.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.82%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 100 (39.45% from 255) = 30.58%
R=53.82%
G=15.60%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765110000.710.430.31336.4855.0744.51
HexB033640472B1F150372d
Octal26063144010753375206755
Binary1011000011001111001000100011110101111111101010000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03364; }

 p { color: rgb(176,51,100); }

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

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

 a { background-color: rgb(176,51,100); }

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

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

 span { border-color: rgb(176,51,100); }

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