#B3395D

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

Shades of Rouge #B3395D

Tints of Rouge #B3395D

Color information

#B3395D (or 0xB3395D) is unknown color: approx Rouge. HEX triplet: B3, 39 and 5D. RGB value is (179,57,93). Sum of RGB (Red+Green+Blue) = 179+57+93=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B3395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3395D is #4CC6A2. Grayscale: #616161. Windows color (decimal): -5031587 or 6109619. OLE color: 6109619.

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

Color convert

RGB1795793-
CMYK00.680.480.30
HSL342.3º51.69%46.27%-
HSV(B)342.3º68.16%70.2%-
XYZ22.0313.311.76-
YUV97.58125.42186.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=54.41%
G=17.33%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179579300.680.480.30342.351.6946.27
HexB3395D044301E156342e
Octal26371135010460365266456
Binary1011001111100110111010100010011000011110101010110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3395D; }

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

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

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

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

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

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

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

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