#B3346E

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

Shades of Rouge #B3346E

Tints of Rouge #B3346E

Color information

#B3346E (or 0xB3346E) is unknown color: approx Rouge. HEX triplet: B3, 34 and 6E. RGB value is (179,52,110). Sum of RGB (Red+Green+Blue) = 179+52+110=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3346E is #4CCB91. Grayscale: #606060. Windows color (decimal): -5032850 or 7222451. OLE color: 7222451.

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

Color convert

RGB17952110-
CMYK00.710.390.30
HSL332.6º54.98%45.29%-
HSV(B)332.6º70.95%70.2%-
XYZ22.6313.1716.1-
YUV96.58135.58186.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 52 (20.70% from 255) = 15.25%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=52.49%
G=15.25%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795211000.710.390.30332.654.9845.29
HexB3346E047271E14d372d
Octal26364156010747365156755
Binary1011001111010011011100100011110011111110101001101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3346E; }

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

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

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

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

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

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

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

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