#B03D6C

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

Shades of Rouge #B03D6C

Tints of Rouge #B03D6C

Color information

#B03D6C (or 0xB03D6C) is unknown color: approx Rouge. HEX triplet: B0, 3D and 6C. RGB value is (176,61,108). Sum of RGB (Red+Green+Blue) = 176+61+108=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D6C is #4FC293. Grayscale: #646464. Windows color (decimal): -5227156 or 7093680. OLE color: 7093680.

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

Color convert

RGB17661108-
CMYK00.650.390.31
HSL335.48º48.52%46.47%-
HSV(B)335.48º65.34%69.02%-
XYZ22.2813.6515.65-
YUV100.74132.1181.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 61 (24.22% from 255) = 17.68%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=51.01%
G=17.68%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766110800.650.390.31335.4848.5246.47
HexB03D6C041271F14f312e
Octal26075154010147375176156
Binary1011000011110111011000100000110011111111101001111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03D6C; }

 p { color: rgb(176,61,108); }

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

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

 a { background-color: rgb(176,61,108); }

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

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

 span { border-color: rgb(176,61,108); }

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