Html Css Color HEX #B2355A Rouge

📋 copy color: '#B2355A'

red 178 ◦ green 53 ◦ blue 90

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

Shades of Rouge #B2355A

Tints of Rouge #B2355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.04%

R = 55.45%
G = 16.51%
B = 28.04%

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

#B2355A (or 0xB2355A) is known color: Rouge. HEX triplet: B2, 35 and 5A. RGB value is (178,53,90). Sum of RGB (Red+Green+Blue) = 178+53+90=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2355A is #4DCAA5. Grayscale: #5E5E5E. Windows color (decimal): -5098150 or 5911986. OLE color: 5911986.

HSL color Cylindrical-coordinate representation of color #B2355A: hue angle of 342.24º 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 #B2355A is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 53 90 -
CMYK 0 0.70 0.49 0.30
HSL 342.24º 0.54% 0.45% -
HSV(B) 342.24º 0.7% 0.7% -
XYZ 21.48 12.75 11 -
YUV 94.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 178 53 90 0 0.70 0.49 0.30 342.24 0.54 0.45
Hex B2 35 5A 0 46 31 1E 156 36 2D
Octal 262 65 132 0 106 61 36 526 66 55
Binary 10110010 110101 1011010 0 1000110 110001 11110 101010110 110110 101101

Color Harmonies of #B2355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2355A

Black with #B2355A

Text Example


Text Example

White with #B2355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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