#B4375C

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

Shades of Rouge #B4375C

Tints of Rouge #B4375C

Color information

#B4375C (or 0xB4375C) is unknown color: approx Rouge. HEX triplet: B4, 37 and 5C. RGB value is (180,55,92). Sum of RGB (Red+Green+Blue) = 180+55+92=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4375C is #4BC8A3. Grayscale: #606060. Windows color (decimal): -4966564 or 6043572. OLE color: 6043572.

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

Color convert

RGB1805592-
CMYK00.690.490.29
HSL342.24º53.19%46.08%-
HSV(B)342.24º69.44%70.59%-
XYZ22.1213.2111.51-
YUV96.59125.41187.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=55.05%
G=16.82%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180559200.690.490.29342.2453.1946.08
HexB4375C045311D156352e
Octal26467134010561355266556
Binary1011010011011110111000100010111000111101101010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4375C; }

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

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

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

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

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

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

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

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