Html Css Color HEX #B1295D Rouge

📋 copy color: '#B1295D'

red 177 ◦ green 41 ◦ blue 93

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

Shades of Rouge #B1295D

Tints of Rouge #B1295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 56.91%
G = 13.18%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1295D (or 0xB1295D) is known color: Rouge. HEX triplet: B1, 29 and 5D. RGB value is (177,41,93). Sum of RGB (Red+Green+Blue) = 177+41+93=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1295D is #4ED6A2. Grayscale: #575757. Windows color (decimal): -5166755 or 6105521. OLE color: 6105521.

HSL color Cylindrical-coordinate representation of color #B1295D: hue angle of 337.06º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1295D is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 93 -
CMYK 0 0.77 0.47 0.31
HSL 337.06º 0.62% 0.43% -
HSV(B) 337.06º 0.77% 0.69% -
XYZ 20.9 11.72 11.52 -
YUV 87.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 177 41 93 0 0.77 0.47 0.31 337.06 0.62 0.43
Hex B1 29 5D 0 4D 2F 1F 151 3E 2B
Octal 261 51 135 0 115 57 37 521 76 53
Binary 10110001 101001 1011101 0 1001101 101111 11111 101010001 111110 101011

Color Harmonies of #B1295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1295D

Black with #B1295D

Text Example


Text Example

White with #B1295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1295D; }

 p { color: rgb(177,41,93); }

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

background-color css

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

 a { background-color: rgb(177,41,93); }

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

border-color css

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

 span { border-color: rgb(177,41,93); }

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