#B32A5D

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

Shades of Rouge #B32A5D

Tints of Rouge #B32A5D

Color information

#B32A5D (or 0xB32A5D) is unknown color: approx Rouge. HEX triplet: B3, 2A and 5D. RGB value is (179,42,93). Sum of RGB (Red+Green+Blue) = 179+42+93=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32A5D is #4CD5A2. Grayscale: #585858. Windows color (decimal): -5035427 or 6105779. OLE color: 6105779.

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

Color convert

RGB1794293-
CMYK00.770.480.30
HSL337.66º61.99%43.33%-
HSV(B)337.66º76.54%70.2%-
XYZ21.3912.0311.55-
YUV88.78130.39192.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 42 (16.80% from 255) = 13.38%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=57.01%
G=13.38%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179429300.770.480.30337.6661.9943.33
HexB32A5D04D301E1523e2b
Octal26352135011560365227653
Binary1011001110101010111010100110111000011110101010010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32A5D; }

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

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

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

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

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

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

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

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