Html Css Color HEX #B1375D Rouge

📋 copy color: '#B1375D'

red 177 ◦ green 55 ◦ blue 93

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

Shades of Rouge #B1375D

Tints of Rouge #B1375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

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

R = 54.46%
G = 16.92%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1375D (or 0xB1375D) is known color: Rouge. HEX triplet: B1, 37 and 5D. RGB value is (177,55,93). Sum of RGB (Red+Green+Blue) = 177+55+93=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1375D is #4EC8A2. Grayscale: #5F5F5F. Windows color (decimal): -5163171 or 6109105. OLE color: 6109105.

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

Color convert

RGB 177 55 93 -
CMYK 0 0.69 0.47 0.31
HSL 341.31º 0.53% 0.45% -
HSV(B) 341.31º 0.69% 0.69% -
XYZ 21.47 12.87 11.71 -
YUV 95.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 177 55 93 0 0.69 0.47 0.31 341.31 0.53 0.45
Hex B1 37 5D 0 45 2F 1F 155 35 2D
Octal 261 67 135 0 105 57 37 525 65 55
Binary 10110001 110111 1011101 0 1000101 101111 11111 101010101 110101 101101

Color Harmonies of #B1375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1375D

Black with #B1375D

Text Example


Text Example

White with #B1375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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