Html Css Color HEX #B1325B Rouge

📋 copy color: '#B1325B'

red 177 ◦ green 50 ◦ blue 91

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

Shades of Rouge #B1325B

Tints of Rouge #B1325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

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

R = 55.66%
G = 15.72%
B = 28.62%

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

#B1325B (or 0xB1325B) is known color: Rouge. HEX triplet: B1, 32 and 5B. RGB value is (177,50,91). Sum of RGB (Red+Green+Blue) = 177+50+91=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1325B is #4ECDA4. Grayscale: #5C5C5C. Windows color (decimal): -5164453 or 5976753. OLE color: 5976753.

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

Color convert

RGB 177 50 91 -
CMYK 0 0.72 0.49 0.31
HSL 340.63º 0.56% 0.45% -
HSV(B) 340.63º 0.72% 0.69% -
XYZ 21.16 12.38 11.17 -
YUV 92.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 177 50 91 0 0.72 0.49 0.31 340.63 0.56 0.45
Hex B1 32 5B 0 48 31 1F 155 38 2D
Octal 261 62 133 0 110 61 37 525 70 55
Binary 10110001 110010 1011011 0 1001000 110001 11111 101010101 111000 101101

Color Harmonies of #B1325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1325B

Black with #B1325B

Text Example


Text Example

White with #B1325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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