#B3395A

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

Shades of Rouge #B3395A

Tints of Rouge #B3395A

Color information

#B3395A (or 0xB3395A) is unknown color: approx Rouge. HEX triplet: B3, 39 and 5A. RGB value is (179,57,90). Sum of RGB (Red+Green+Blue) = 179+57+90=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3395A is #4CC6A5. Grayscale: #616161. Windows color (decimal): -5031590 or 5913011. OLE color: 5913011.

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

Color convert

RGB1795790-
CMYK00.680.500.30
HSL343.77º51.69%46.27%-
HSV(B)343.77º68.16%70.2%-
XYZ21.913.2511.08-
YUV97.24123.92186.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=54.91%
G=17.48%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179579000.680.500.30343.7751.6946.27
HexB3395A044321E158342e
Octal26371132010462365306456
Binary1011001111100110110100100010011001011110101011000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3395A; }

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

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

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

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

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

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

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

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