#B32E6E

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

Shades of Rouge #B32E6E

Tints of Rouge #B32E6E

Color information

#B32E6E (or 0xB32E6E) is unknown color: approx Rouge. HEX triplet: B3, 2E and 6E. RGB value is (179,46,110). Sum of RGB (Red+Green+Blue) = 179+46+110=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32E6E is #4CD191. Grayscale: #5C5C5C. Windows color (decimal): -5034386 or 7220915. OLE color: 7220915.

HSL color Cylindrical-coordinate representation of color #B32E6E: hue angle of 331.13º 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 #B32E6E is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17946110-
CMYK00.740.390.30
HSL331.13º59.11%44.12%-
HSV(B)331.13º74.3%70.2%-
XYZ22.3812.6616.02-
YUV93.06137.56189.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 46 (18.36% from 255) = 13.73%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=53.43%
G=13.73%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794611000.740.390.30331.1359.1144.12
HexB32E6E04A271E14b3b2c
Octal26356156011247365137354
Binary1011001110111011011100100101010011111110101001011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E6E; }

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

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

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

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

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

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

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

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