#B32E6D

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

Shades of Rouge #B32E6D

Tints of Rouge #B32E6D

Color information

#B32E6D (or 0xB32E6D) is unknown color: approx Rouge. HEX triplet: B3, 2E and 6D. RGB value is (179,46,109). Sum of RGB (Red+Green+Blue) = 179+46+109=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32E6D is #4CD192. Grayscale: #5C5C5C. Windows color (decimal): -5034387 or 7155379. OLE color: 7155379.

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

Color convert

RGB17946109-
CMYK00.740.390.30
HSL331.58º59.11%44.12%-
HSV(B)331.58º74.3%70.2%-
XYZ22.3312.6415.73-
YUV92.95137.06189.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 46 (18.36% from 255) = 13.77%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=53.59%
G=13.77%
B=32.63%

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
Decimal1794610900.740.390.30331.5859.1144.12
HexB32E6D04A271E14c3b2c
Octal26356155011247365147354
Binary1011001110111011011010100101010011111110101001100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E6D; }

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

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

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

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

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

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

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

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