#B2375C

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

Shades of Rouge #B2375C

Tints of Rouge #B2375C

Color information

#B2375C (or 0xB2375C) is unknown color: approx Rouge. HEX triplet: B2, 37 and 5C. RGB value is (178,55,92). Sum of RGB (Red+Green+Blue) = 178+55+92=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2375C is #4DC8A3. Grayscale: #5F5F5F. Windows color (decimal): -5097636 or 6043570. OLE color: 6043570.

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

Color convert

RGB1785592-
CMYK00.690.480.30
HSL341.95º52.79%45.69%-
HSV(B)341.95º69.1%69.8%-
XYZ21.6612.9711.49-
YUV96125.75186.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=54.77%
G=16.92%
B=28.31%

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
Decimal178559200.690.480.30341.9552.7945.69
HexB2375C045301E156352e
Octal26267134010560365266556
Binary1011001011011110111000100010111000011110101010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2375C; }

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

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

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

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

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

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

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

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