#B2355B

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

Shades of Rouge #B2355B

Tints of Rouge #B2355B

Color information

#B2355B (or 0xB2355B) is unknown color: approx Rouge. HEX triplet: B2, 35 and 5B. RGB value is (178,53,91). Sum of RGB (Red+Green+Blue) = 178+53+91=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2355B is #4DCAA4. Grayscale: #5E5E5E. Windows color (decimal): -5098149 or 5977522. OLE color: 5977522.

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

Color convert

RGB1785391-
CMYK00.700.490.30
HSL341.76º54.11%45.29%-
HSV(B)341.76º70.22%69.8%-
XYZ21.5212.7711.23-
YUV94.71125.91187.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=55.28%
G=16.46%
B=28.26%

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
Decimal178539100.700.490.30341.7654.1145.29
HexB2355B046311E156362d
Octal26265133010661365266655
Binary1011001011010110110110100011011000111110101010110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2355B; }

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

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

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

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

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

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

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

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