#B1355F

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

Shades of Rouge #B1355F

Tints of Rouge #B1355F

Color information

#B1355F (or 0xB1355F) is unknown color: approx Rouge. HEX triplet: B1, 35 and 5F. RGB value is (177,53,95). Sum of RGB (Red+Green+Blue) = 177+53+95=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1355F is #4ECAA0. Grayscale: #5E5E5E. Windows color (decimal): -5163681 or 6239665. OLE color: 6239665.

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

Color convert

RGB1775395-
CMYK00.700.460.31
HSL339.68º53.91%45.1%-
HSV(B)339.68º70.06%69.41%-
XYZ21.4712.7212.15-
YUV94.86128.08186.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=54.46%
G=16.31%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177539500.700.460.31339.6853.9145.1
HexB1355F0462E1F154362d
Octal26165137010656375246655
Binary1011000111010110111110100011010111011111101010100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1355F; }

 p { color: rgb(177,53,95); }

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

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

 a { background-color: rgb(177,53,95); }

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

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

 span { border-color: rgb(177,53,95); }

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