#B2365C

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

Shades of Rouge #B2365C

Tints of Rouge #B2365C

Color information

#B2365C (or 0xB2365C) is unknown color: approx Rouge. HEX triplet: B2, 36 and 5C. RGB value is (178,54,92). Sum of RGB (Red+Green+Blue) = 178+54+92=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2365C is #4DC9A3. Grayscale: #5F5F5F. Windows color (decimal): -5097892 or 6043314. OLE color: 6043314.

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

Color convert

RGB1785492-
CMYK00.700.480.30
HSL341.61º53.45%45.49%-
HSV(B)341.61º69.66%69.8%-
XYZ21.6112.8811.47-
YUV95.41126.08186.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.94%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=54.94%
G=16.67%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178549200.700.480.30341.6153.4545.49
HexB2365C046301E156352d
Octal26266134010660365266555
Binary1011001011011010111000100011011000011110101010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2365C; }

 p { color: rgb(178,54,92); }

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

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

 a { background-color: rgb(178,54,92); }

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

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

 span { border-color: rgb(178,54,92); }

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