Html Css Color HEX #B0355A Rouge

📋 copy color: '#B0355A'

red 176 ◦ green 53 ◦ blue 90

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

Shades of Rouge #B0355A

Tints of Rouge #B0355A

RGB

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

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

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

R = 55.17%
G = 16.61%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0355A (or 0xB0355A) is known color: Rouge. HEX triplet: B0, 35 and 5A. RGB value is (176,53,90). Sum of RGB (Red+Green+Blue) = 176+53+90=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0355A is #4FCAA5. Grayscale: #5D5D5D. Windows color (decimal): -5229222 or 5911984. OLE color: 5911984.

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

Color convert

RGB 176 53 90 -
CMYK 0 0.70 0.49 0.31
HSL 341.95º 0.54% 0.45% -
HSV(B) 341.95º 0.7% 0.69% -
XYZ 21.02 12.51 10.98 -
YUV 94 125.75 186.49 -
System Red Green Blue C M Y K H S L
Decimal 176 53 90 0 0.70 0.49 0.31 341.95 0.54 0.45
Hex B0 35 5A 0 46 31 1F 156 36 2D
Octal 260 65 132 0 106 61 37 526 66 55
Binary 10110000 110101 1011010 0 1000110 110001 11111 101010110 110110 101101

Color Harmonies of #B0355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0355A

Black with #B0355A

Text Example


Text Example

White with #B0355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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