#B2375D

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

Shades of Rouge #B2375D

Tints of Rouge #B2375D

Color information

#B2375D (or 0xB2375D) is unknown color: approx Rouge. HEX triplet: B2, 37 and 5D. RGB value is (178,55,93). Sum of RGB (Red+Green+Blue) = 178+55+93=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2375D is #4DC8A2. Grayscale: #606060. Windows color (decimal): -5097635 or 6109106. OLE color: 6109106.

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

Color convert

RGB1785593-
CMYK00.690.480.30
HSL341.46º52.79%45.69%-
HSV(B)341.46º69.1%69.8%-
XYZ21.712.9911.72-
YUV96.11126.25186.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.60%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=54.60%
G=16.87%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178559300.690.480.30341.4652.7945.69
HexB2375D045301E155352e
Octal26267135010560365256556
Binary1011001011011110111010100010111000011110101010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2375D; }

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

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

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

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

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

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

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

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