#B03768

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

Shades of Rouge #B03768

Tints of Rouge #B03768

Color information

#B03768 (or 0xB03768) is unknown color: approx Rouge. HEX triplet: B0, 37 and 68. RGB value is (176,55,104). Sum of RGB (Red+Green+Blue) = 176+55+104=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B03768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03768 is #4FC897. Grayscale: #606060. Windows color (decimal): -5228696 or 6830000. OLE color: 6830000.

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

Color convert

RGB17655104-
CMYK00.690.410.31
HSL335.7º52.38%45.29%-
HSV(B)335.7º68.75%69.02%-
XYZ21.7712.9614.45-
YUV96.76132.09184.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=52.54%
G=16.42%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765510400.690.410.31335.752.3845.29
HexB03768045291F150342d
Octal26067150010551375206455
Binary1011000011011111010000100010110100111111101010000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03768; }

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

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

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

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

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

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

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

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