#B1375D

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

Shades of Rouge #B1375D

Tints of Rouge #B1375D

Color information

#B1375D (or 0xB1375D) is unknown color: approx Rouge. HEX triplet: B1, 37 and 5D. RGB value is (177,55,93). Sum of RGB (Red+Green+Blue) = 177+55+93=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1375D is #4EC8A2. Grayscale: #5F5F5F. Windows color (decimal): -5163171 or 6109105. OLE color: 6109105.

HSL color Cylindrical-coordinate representation of color #B1375D: hue angle of 341.31º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1375D is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1775593-
CMYK00.690.470.31
HSL341.31º52.59%45.49%-
HSV(B)341.31º68.93%69.41%-
XYZ21.4712.8711.71-
YUV95.81126.42185.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=54.46%
G=16.92%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177559300.690.470.31341.3152.5945.49
HexB1375D0452F1F155352d
Octal26167135010557375256555
Binary1011000111011110111010100010110111111111101010101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1375D; }

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

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

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

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

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

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

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

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