#B32B5D

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

Shades of Rouge #B32B5D

Tints of Rouge #B32B5D

Color information

#B32B5D (or 0xB32B5D) is unknown color: approx Rouge. HEX triplet: B3, 2B and 5D. RGB value is (179,43,93). Sum of RGB (Red+Green+Blue) = 179+43+93=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B5D is #4CD4A2. Grayscale: #595959. Windows color (decimal): -5035171 or 6106035. OLE color: 6106035.

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

Color convert

RGB1794393-
CMYK00.760.480.30
HSL337.94º61.26%43.53%-
HSV(B)337.94º75.98%70.2%-
XYZ21.4312.111.56-
YUV89.36130.06191.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=56.83%
G=13.65%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179439300.760.480.30337.9461.2643.53
HexB32B5D04C301E1523d2c
Octal26353135011460365227554
Binary1011001110101110111010100110011000011110101010010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32B5D; }

 p { color: rgb(179,43,93); }

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

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

 a { background-color: rgb(179,43,93); }

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

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

 span { border-color: rgb(179,43,93); }

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