#B32C5D

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

Shades of Rouge #B32C5D

Tints of Rouge #B32C5D

Color information

#B32C5D (or 0xB32C5D) is unknown color: approx Rouge. HEX triplet: B3, 2C and 5D. RGB value is (179,44,93). Sum of RGB (Red+Green+Blue) = 179+44+93=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32C5D is #4CD3A2. Grayscale: #595959. Windows color (decimal): -5034915 or 6106291. OLE color: 6106291.

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

Color convert

RGB1794493-
CMYK00.750.480.30
HSL338.22º60.54%43.73%-
HSV(B)338.22º75.42%70.2%-
XYZ21.4712.1811.57-
YUV89.95129.73191.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.65%
GREEN value IS 44 (17.58% from 255) = 13.92%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=56.65%
G=13.92%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179449300.750.480.30338.2260.5443.73
HexB32C5D04B301E1523d2c
Octal26354135011360365227554
Binary1011001110110010111010100101111000011110101010010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32C5D; }

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

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

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

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

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

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

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

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