#B3346C

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

Shades of Rouge #B3346C

Tints of Rouge #B3346C

Color information

#B3346C (or 0xB3346C) is unknown color: approx Rouge. HEX triplet: B3, 34 and 6C. RGB value is (179,52,108). Sum of RGB (Red+Green+Blue) = 179+52+108=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3346C is #4CCB93. Grayscale: #606060. Windows color (decimal): -5032852 or 7091379. OLE color: 7091379.

HSL color Cylindrical-coordinate representation of color #B3346C: hue angle of 333.54º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3346C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17952108-
CMYK00.710.400.30
HSL333.54º54.98%45.29%-
HSV(B)333.54º70.95%70.2%-
XYZ22.5313.1215.53-
YUV96.36134.58186.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 52 (20.70% from 255) = 15.34%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=52.80%
G=15.34%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795210800.710.400.30333.5454.9845.29
HexB3346C047281E14e372d
Octal26364154010750365166755
Binary1011001111010011011000100011110100011110101001110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3346C; }

 p { color: rgb(179,52,108); }

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

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

 a { background-color: rgb(179,52,108); }

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

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

 span { border-color: rgb(179,52,108); }

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