#B2325D

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

Shades of Rouge #B2325D

Tints of Rouge #B2325D

Color information

#B2325D (or 0xB2325D) is unknown color: approx Rouge. HEX triplet: B2, 32 and 5D. RGB value is (178,50,93). Sum of RGB (Red+Green+Blue) = 178+50+93=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2325D is #4DCDA2. Grayscale: #5D5D5D. Windows color (decimal): -5098915 or 6107826. OLE color: 6107826.

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

Color convert

RGB1785093-
CMYK00.720.480.30
HSL339.84º56.14%44.71%-
HSV(B)339.84º71.91%69.8%-
XYZ21.4812.5411.64-
YUV93.17127.91188.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=55.45%
G=15.58%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178509300.720.480.30339.8456.1444.71
HexB2325D048301E154382d
Octal26262135011060365247055
Binary1011001011001010111010100100011000011110101010100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2325D; }

 p { color: rgb(178,50,93); }

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

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

 a { background-color: rgb(178,50,93); }

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

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

 span { border-color: rgb(178,50,93); }

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