#B0355C

Color #B0355C Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B0355C

Tints of Rouge #B0355C

Color information

#B0355C (or 0xB0355C) is unknown color: approx Rouge. HEX triplet: B0, 35 and 5C. RGB value is (176,53,92). Sum of RGB (Red+Green+Blue) = 176+53+92=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0355C is #4FCAA3. Grayscale: #5E5E5E. Windows color (decimal): -5229220 or 6043056. OLE color: 6043056.

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

Color convert

RGB1765392-
CMYK00.700.480.31
HSL340.98º53.71%44.9%-
HSV(B)340.98º69.89%69.02%-
XYZ21.1112.5511.43-
YUV94.22126.75186.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=54.83%
G=16.51%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176539200.700.480.31340.9853.7144.9
HexB0355C046301F155362d
Octal26065134010660375256655
Binary1011000011010110111000100011011000011111101010101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0355C; }

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

 H1.HeaderClassName
 {
   color: #B0355C;
 }
 .AnyTagClassName
 {
   color: #B0355C;
 }
</style>
background-color css

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

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

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

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

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

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