Html Css Color HEX #B2315C Rouge

📋 copy color: '#B2315C'

red 178 ◦ green 49 ◦ blue 92

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

Shades of Rouge #B2315C

Tints of Rouge #B2315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

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

R = 55.8%
G = 15.36%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2315C (or 0xB2315C) is known color: Rouge. HEX triplet: B2, 31 and 5C. RGB value is (178,49,92). Sum of RGB (Red+Green+Blue) = 178+49+92=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2315C is #4DCEA3. Grayscale: #5C5C5C. Windows color (decimal): -5099172 or 6042034. OLE color: 6042034.

HSL color Cylindrical-coordinate representation of color #B2315C: hue angle of 340º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2315C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 92 -
CMYK 0 0.72 0.48 0.30
HSL 340º 0.57% 0.45% -
HSV(B) 340º 0.72% 0.7% -
XYZ 21.39 12.43 11.4 -
YUV 92.47 127.74 189 -
System Red Green Blue C M Y K H S L
Decimal 178 49 92 0 0.72 0.48 0.30 340 0.57 0.45
Hex B2 31 5C 0 48 30 1E 154 39 2D
Octal 262 61 134 0 110 60 36 524 71 55
Binary 10110010 110001 1011100 0 1001000 110000 11110 101010100 111001 101101

Color Harmonies of #B2315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2315C

Black with #B2315C

Text Example


Text Example

White with #B2315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2315C; }

 p { color: rgb(178,49,92); }

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

background-color css

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

 a { background-color: rgb(178,49,92); }

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

border-color css

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

 span { border-color: rgb(178,49,92); }

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