Html Css Color HEX #B2375B Rouge

📋 copy color: '#B2375B'

red 178 ◦ green 55 ◦ blue 91

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

Shades of Rouge #B2375B

Tints of Rouge #B2375B

RGB

 RED value IS 178 (69.92% from 255) = 54.94%

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

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

R = 54.94%
G = 16.98%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2375B (or 0xB2375B) is known color: Rouge. HEX triplet: B2, 37 and 5B. RGB value is (178,55,91). Sum of RGB (Red+Green+Blue) = 178+55+91=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2375B is #4DC8A4. Grayscale: #5F5F5F. Windows color (decimal): -5097637 or 5978034. OLE color: 5978034.

HSL color Cylindrical-coordinate representation of color #B2375B: hue angle of 342.44º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2375B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 91 -
CMYK 0 0.69 0.49 0.30
HSL 342.44º 0.53% 0.46% -
HSV(B) 342.44º 0.69% 0.7% -
XYZ 21.61 12.95 11.26 -
YUV 95.88 125.25 186.57 -
System Red Green Blue C M Y K H S L
Decimal 178 55 91 0 0.69 0.49 0.30 342.44 0.53 0.46
Hex B2 37 5B 0 45 31 1E 156 35 2E
Octal 262 67 133 0 105 61 36 526 65 56
Binary 10110010 110111 1011011 0 1000101 110001 11110 101010110 110101 101110

Color Harmonies of #B2375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2375B

Black with #B2375B

Text Example


Text Example

White with #B2375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2375B; }

 p { color: rgb(178,55,91); }

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

background-color css

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

 a { background-color: rgb(178,55,91); }

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

border-color css

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

 span { border-color: rgb(178,55,91); }

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