#B2365B

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

Shades of Rouge #B2365B

Tints of Rouge #B2365B

Color information

#B2365B (or 0xB2365B) is unknown color: approx Rouge. HEX triplet: B2, 36 and 5B. RGB value is (178,54,91). Sum of RGB (Red+Green+Blue) = 178+54+91=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2365B is #4DC9A4. Grayscale: #5F5F5F. Windows color (decimal): -5097893 or 5977778. OLE color: 5977778.

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

Color convert

RGB1785491-
CMYK00.700.490.30
HSL342.1º53.45%45.49%-
HSV(B)342.1º69.66%69.8%-
XYZ21.5712.8611.24-
YUV95.29125.58186.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=55.11%
G=16.72%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178549100.700.490.30342.153.4545.49
HexB2365B046311E156352d
Octal26266133010661365266555
Binary1011001011011010110110100011011000111110101010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2365B; }

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

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

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

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

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

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

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

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