#B32E6C

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

Shades of Rouge #B32E6C

Tints of Rouge #B32E6C

Color information

#B32E6C (or 0xB32E6C) is unknown color: approx Rouge. HEX triplet: B3, 2E and 6C. RGB value is (179,46,108). Sum of RGB (Red+Green+Blue) = 179+46+108=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32E6C is #4CD193. Grayscale: #5C5C5C. Windows color (decimal): -5034388 or 7089843. OLE color: 7089843.

HSL color Cylindrical-coordinate representation of color #B32E6C: hue angle of 332.03º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32E6C is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17946108-
CMYK00.740.400.30
HSL332.03º59.11%44.12%-
HSV(B)332.03º74.3%70.2%-
XYZ22.2712.6215.45-
YUV92.84136.56189.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=53.75%
G=13.81%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794610800.740.400.30332.0359.1144.12
HexB32E6C04A281E14c3b2c
Octal26356154011250365147354
Binary1011001110111011011000100101010100011110101001100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E6C; }

 p { color: rgb(179,46,108); }

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

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

 a { background-color: rgb(179,46,108); }

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

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

 span { border-color: rgb(179,46,108); }

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