#B3356B

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

Shades of Rouge #B3356B

Tints of Rouge #B3356B

Color information

#B3356B (or 0xB3356B) is unknown color: approx Rouge. HEX triplet: B3, 35 and 6B. RGB value is (179,53,107). Sum of RGB (Red+Green+Blue) = 179+53+107=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3356B is #4CCA94. Grayscale: #606060. Windows color (decimal): -5032597 or 7026099. OLE color: 7026099.

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

Color convert

RGB17953107-
CMYK00.700.400.30
HSL334.29º54.31%45.49%-
HSV(B)334.29º70.39%70.2%-
XYZ22.5213.1915.27-
YUV96.83133.74186.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=52.80%
G=15.63%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795310700.700.400.30334.2954.3145.49
HexB3356B046281E14e362d
Octal26365153010650365166655
Binary1011001111010111010110100011010100011110101001110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3356B; }

 p { color: rgb(179,53,107); }

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

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

 a { background-color: rgb(179,53,107); }

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

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

 span { border-color: rgb(179,53,107); }

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