#B1305A

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

Shades of Rouge #B1305A

Tints of Rouge #B1305A

Color information

#B1305A (or 0xB1305A) is unknown color: approx Rouge. HEX triplet: B1, 30 and 5A. RGB value is (177,48,90). Sum of RGB (Red+Green+Blue) = 177+48+90=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B1305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1305A is #4ECFA5. Grayscale: #5B5B5B. Windows color (decimal): -5164966 or 5910705. OLE color: 5910705.

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

Color convert

RGB1774890-
CMYK00.730.490.31
HSL340.47º57.33%44.12%-
HSV(B)340.47º72.88%69.41%-
XYZ21.0312.210.92-
YUV91.36127.24189.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=56.19%
G=15.24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177489000.730.490.31340.4757.3344.12
HexB1305A049311F154392c
Octal26160132011161375247154
Binary1011000111000010110100100100111000111111101010100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1305A; }

 p { color: rgb(177,48,90); }

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

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

 a { background-color: rgb(177,48,90); }

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

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

 span { border-color: rgb(177,48,90); }

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