Html Css Color HEX #B1315B Rouge

📋 copy color: '#B1315B'

red 177 ◦ green 49 ◦ blue 91

#B1315B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B1315B

Tints of Rouge #B1315B

RGB

 RED value IS 177 (69.53% from 255) = 55.84%

 GREEN value IS 49 (19.53% from 255) = 15.46%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 55.84%
G = 15.46%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1315B (or 0xB1315B) is known color: Rouge. HEX triplet: B1, 31 and 5B. RGB value is (177,49,91). Sum of RGB (Red+Green+Blue) = 177+49+91=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1315B is #4ECEA4. Grayscale: #5C5C5C. Windows color (decimal): -5164709 or 5976497. OLE color: 5976497.

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

Color convert

RGB 177 49 91 -
CMYK 0 0.72 0.49 0.31
HSL 340.31º 0.57% 0.44% -
HSV(B) 340.31º 0.72% 0.69% -
XYZ 21.12 12.3 11.16 -
YUV 92.06 127.41 188.58 -
System Red Green Blue C M Y K H S L
Decimal 177 49 91 0 0.72 0.49 0.31 340.31 0.57 0.44
Hex B1 31 5B 0 48 31 1F 154 39 2C
Octal 261 61 133 0 110 61 37 524 71 54
Binary 10110001 110001 1011011 0 1001000 110001 11111 101010100 111001 101100

Color Harmonies of #B1315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1315B

Black with #B1315B

Text Example


Text Example

White with #B1315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1315B; }

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

 H1.HeaderClassName
 {
   color: #B1315B;
 }
 .AnyTagClassName
 {
   color: #B1315B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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