#B32666

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

Shades of Rouge #B32666

Tints of Rouge #B32666

Color information

#B32666 (or 0xB32666) is unknown color: approx Rouge. HEX triplet: B3, 26 and 66. RGB value is (179,38,102). Sum of RGB (Red+Green+Blue) = 179+38+102=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B32666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32666 is #4CD999. Grayscale: #575757. Windows color (decimal): -5036442 or 6694579. OLE color: 6694579.

HSL color Cylindrical-coordinate representation of color #B32666: hue angle of 332.77º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32666 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB17938102-
CMYK00.790.430.30
HSL332.77º64.98%42.55%-
HSV(B)332.77º78.77%70.2%-
XYZ21.6811.9313.73-
YUV87.46136.21193.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.11%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=56.11%
G=11.91%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793810200.790.430.30332.7764.9842.55
HexB3266604F2B1E14d412b
Octal263461460117533651510153
Binary10110011100110110011001001111101011111101010011011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32666; }

 p { color: rgb(179,38,102); }

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

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

 a { background-color: rgb(179,38,102); }

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

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

 span { border-color: rgb(179,38,102); }

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