#B03368

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

Shades of Rouge #B03368

Tints of Rouge #B03368

Color information

#B03368 (or 0xB03368) is unknown color: approx Rouge. HEX triplet: B0, 33 and 68. RGB value is (176,51,104). Sum of RGB (Red+Green+Blue) = 176+51+104=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B03368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03368 is #4FCC97. Grayscale: #5E5E5E. Windows color (decimal): -5229720 or 6828976. OLE color: 6828976.

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

Color convert

RGB17651104-
CMYK00.710.410.31
HSL334.56º55.07%44.51%-
HSV(B)334.56º71.02%69.02%-
XYZ21.5912.614.39-
YUV94.42133.41186.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=53.17%
G=15.41%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765110400.710.410.31334.5655.0744.51
HexB03368047291F14f372d
Octal26063150010751375176755
Binary1011000011001111010000100011110100111111101001111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03368; }

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

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

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

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

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

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

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

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