#B32D62

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

Shades of Rouge #B32D62

Tints of Rouge #B32D62

Color information

#B32D62 (or 0xB32D62) is unknown color: approx Rouge. HEX triplet: B3, 2D and 62. RGB value is (179,45,98). Sum of RGB (Red+Green+Blue) = 179+45+98=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32D62 is #4CD29D. Grayscale: #5B5B5B. Windows color (decimal): -5034654 or 6434227. OLE color: 6434227.

HSL color Cylindrical-coordinate representation of color #B32D62: hue angle of 336.27º degrees, saturation: 0.6, 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 #B32D62 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB1794598-
CMYK00.750.450.30
HSL336.27º59.82%43.92%-
HSV(B)336.27º74.86%70.2%-
XYZ21.7312.3412.79-
YUV91.11131.89190.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.59%
GREEN value IS 45 (17.97% from 255) = 13.98%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=55.59%
G=13.98%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179459800.750.450.30336.2759.8243.92
HexB32D6204B2D1E1503c2c
Octal26355142011355365207454
Binary1011001110110111000100100101110110111110101010000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D62; }

 p { color: rgb(179,45,98); }

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

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

 a { background-color: rgb(179,45,98); }

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

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

 span { border-color: rgb(179,45,98); }

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