Html Css Color HEX #B1325C Rouge

📋 copy color: '#B1325C'

red 177 ◦ green 50 ◦ blue 92

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

Shades of Rouge #B1325C

Tints of Rouge #B1325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 55.49%
G = 15.67%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1325C (or 0xB1325C) is known color: Rouge. HEX triplet: B1, 32 and 5C. RGB value is (177,50,92). Sum of RGB (Red+Green+Blue) = 177+50+92=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1325C is #4ECDA3. Grayscale: #5C5C5C. Windows color (decimal): -5164452 or 6042289. OLE color: 6042289.

HSL color Cylindrical-coordinate representation of color #B1325C: hue angle of 340.16º 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 #B1325C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 50 92 -
CMYK 0 0.72 0.48 0.31
HSL 340.16º 0.56% 0.45% -
HSV(B) 340.16º 0.72% 0.69% -
XYZ 21.2 12.4 11.4 -
YUV 92.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 177 50 92 0 0.72 0.48 0.31 340.16 0.56 0.45
Hex B1 32 5C 0 48 30 1F 154 38 2D
Octal 261 62 134 0 110 60 37 524 70 55
Binary 10110001 110010 1011100 0 1001000 110000 11111 101010100 111000 101101

Color Harmonies of #B1325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1325C

Black with #B1325C

Text Example


Text Example

White with #B1325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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