#B3356E

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

Shades of Rouge #B3356E

Tints of Rouge #B3356E

Color information

#B3356E (or 0xB3356E) is unknown color: approx Rouge. HEX triplet: B3, 35 and 6E. RGB value is (179,53,110). Sum of RGB (Red+Green+Blue) = 179+53+110=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3356E is #4CCA91. Grayscale: #616161. Windows color (decimal): -5032594 or 7222707. OLE color: 7222707.

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

Color convert

RGB17953110-
CMYK00.700.390.30
HSL332.86º54.31%45.49%-
HSV(B)332.86º70.39%70.2%-
XYZ22.6813.2616.12-
YUV97.17135.24186.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.34%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=52.34%
G=15.50%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795311000.700.390.30332.8654.3145.49
HexB3356E046271E14d362d
Octal26365156010647365156655
Binary1011001111010111011100100011010011111110101001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3356E; }

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

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

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

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

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

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

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

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