#B2355E

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

Shades of Rouge #B2355E

Tints of Rouge #B2355E

Color information

#B2355E (or 0xB2355E) is unknown color: approx Rouge. HEX triplet: B2, 35 and 5E. RGB value is (178,53,94). Sum of RGB (Red+Green+Blue) = 178+53+94=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2355E is #4DCAA1. Grayscale: #5F5F5F. Windows color (decimal): -5098146 or 6174130. OLE color: 6174130.

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

Color convert

RGB1785394-
CMYK00.700.470.30
HSL340.32º54.11%45.29%-
HSV(B)340.32º70.22%69.8%-
XYZ21.6512.8211.92-
YUV95.05127.41187.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=54.77%
G=16.31%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178539400.700.470.30340.3254.1145.29
HexB2355E0462F1E154362d
Octal26265136010657365246655
Binary1011001011010110111100100011010111111110101010100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2355E; }

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

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

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

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

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

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

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

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