#B3395B

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

Shades of Rouge #B3395B

Tints of Rouge #B3395B

Color information

#B3395B (or 0xB3395B) is unknown color: approx Rouge. HEX triplet: B3, 39 and 5B. RGB value is (179,57,91). Sum of RGB (Red+Green+Blue) = 179+57+91=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B3395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3395B is #4CC6A4. Grayscale: #616161. Windows color (decimal): -5031589 or 5978547. OLE color: 5978547.

HSL color Cylindrical-coordinate representation of color #B3395B: hue angle of 343.28º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3395B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1795791-
CMYK00.680.490.30
HSL343.28º51.69%46.27%-
HSV(B)343.28º68.16%70.2%-
XYZ21.9413.2711.3-
YUV97.35124.42186.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=54.74%
G=17.43%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179579100.680.490.30343.2851.6946.27
HexB3395B044311E157342e
Octal26371133010461365276456
Binary1011001111100110110110100010011000111110101010111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3395B; }

 p { color: rgb(179,57,91); }

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

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

 a { background-color: rgb(179,57,91); }

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

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

 span { border-color: rgb(179,57,91); }

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