#B03566

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

Shades of Rouge #B03566

Tints of Rouge #B03566

Color information

#B03566 (or 0xB03566) is unknown color: approx Rouge. HEX triplet: B0, 35 and 66. RGB value is (176,53,102). Sum of RGB (Red+Green+Blue) = 176+53+102=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B03566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03566 is #4FCA99. Grayscale: #5F5F5F. Windows color (decimal): -5229210 or 6698416. OLE color: 6698416.

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

Color convert

RGB17653102-
CMYK00.700.420.31
HSL336.1º53.71%44.9%-
HSV(B)336.1º69.89%69.02%-
XYZ21.5812.7413.89-
YUV95.36131.75185.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=53.17%
G=16.01%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765310200.700.420.31336.153.7144.9
HexB035660462A1F150362d
Octal26065146010652375206655
Binary1011000011010111001100100011010101011111101010000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03566; }

 p { color: rgb(176,53,102); }

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

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

 a { background-color: rgb(176,53,102); }

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

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

 span { border-color: rgb(176,53,102); }

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