#B03163

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

Shades of Rouge #B03163

Tints of Rouge #B03163

Color information

#B03163 (or 0xB03163) is unknown color: approx Rouge. HEX triplet: B0, 31 and 63. RGB value is (176,49,99). Sum of RGB (Red+Green+Blue) = 176+49+99=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B03163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03163 is #4FCE9C. Grayscale: #5C5C5C. Windows color (decimal): -5230237 or 6500784. OLE color: 6500784.

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

Color convert

RGB1764999-
CMYK00.720.440.31
HSL336.38º56.44%44.12%-
HSV(B)336.38º72.16%69.02%-
XYZ21.2512.3313.06-
YUV92.67131.58187.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 49 (19.53% from 255) = 15.12%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=54.32%
G=15.12%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176499900.720.440.31336.3856.4444.12
HexB031630482C1F150382c
Octal26061143011054375207054
Binary1011000011000111000110100100010110011111101010000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03163; }

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

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

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

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

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

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

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

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