#B1395B

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

Shades of Rouge #B1395B

Tints of Rouge #B1395B

Color information

#B1395B (or 0xB1395B) is unknown color: approx Rouge. HEX triplet: B1, 39 and 5B. RGB value is (177,57,91). Sum of RGB (Red+Green+Blue) = 177+57+91=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1395B is #4EC6A4. Grayscale: #606060. Windows color (decimal): -5162661 or 5978545. OLE color: 5978545.

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

Color convert

RGB1775791-
CMYK00.680.490.31
HSL343º51.28%45.88%-
HSV(B)343º67.8%69.41%-
XYZ21.4813.0311.28-
YUV96.76124.76185.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 91 (35.94% from 255) = 28%
R=54.46%
G=17.54%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177579100.680.490.3134351.2845.88
HexB1395B044311F157332e
Octal26171133010461375276356
Binary1011000111100110110110100010011000111111101010111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1395B; }

 p { color: rgb(177,57,91); }

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

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

 a { background-color: rgb(177,57,91); }

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

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

 span { border-color: rgb(177,57,91); }

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