Html Css Color HEX #B0355B Rouge

📋 copy color: '#B0355B'

red 176 ◦ green 53 ◦ blue 91

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

Shades of Rouge #B0355B

Tints of Rouge #B0355B

RGB

 RED value IS 176 (69.14% from 255) = 55%

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

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

R = 55%
G = 16.56%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0355B (or 0xB0355B) is known color: Rouge. HEX triplet: B0, 35 and 5B. RGB value is (176,53,91). Sum of RGB (Red+Green+Blue) = 176+53+91=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0355B is #4FCAA4. Grayscale: #5E5E5E. Windows color (decimal): -5229221 or 5977520. OLE color: 5977520.

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

Color convert

RGB 176 53 91 -
CMYK 0 0.70 0.48 0.31
HSL 341.46º 0.54% 0.45% -
HSV(B) 341.46º 0.7% 0.69% -
XYZ 21.07 12.53 11.21 -
YUV 94.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 176 53 91 0 0.70 0.48 0.31 341.46 0.54 0.45
Hex B0 35 5B 0 46 30 1F 155 36 2D
Octal 260 65 133 0 106 60 37 525 66 55
Binary 10110000 110101 1011011 0 1000110 110000 11111 101010101 110110 101101

Color Harmonies of #B0355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0355B

Black with #B0355B

Text Example


Text Example

White with #B0355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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