Html Css Color HEX #B2355B Rouge

📋 copy color: '#B2355B'

red 178 ◦ green 53 ◦ blue 91

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

Shades of Rouge #B2355B

Tints of Rouge #B2355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

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

R = 55.28%
G = 16.46%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2355B (or 0xB2355B) is known color: Rouge. HEX triplet: B2, 35 and 5B. RGB value is (178,53,91). Sum of RGB (Red+Green+Blue) = 178+53+91=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2355B is #4DCAA4. Grayscale: #5E5E5E. Windows color (decimal): -5098149 or 5977522. OLE color: 5977522.

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

Color convert

RGB 178 53 91 -
CMYK 0 0.70 0.49 0.30
HSL 341.76º 0.54% 0.45% -
HSV(B) 341.76º 0.7% 0.7% -
XYZ 21.52 12.77 11.23 -
YUV 94.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 178 53 91 0 0.70 0.49 0.30 341.76 0.54 0.45
Hex B2 35 5B 0 46 31 1E 156 36 2D
Octal 262 65 133 0 106 61 36 526 66 55
Binary 10110010 110101 1011011 0 1000110 110001 11110 101010110 110110 101101

Color Harmonies of #B2355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2355B

Black with #B2355B

Text Example


Text Example

White with #B2355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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