#B3366F

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

Shades of Rouge #B3366F

Tints of Rouge #B3366F

Color information

#B3366F (or 0xB3366F) is unknown color: approx Rouge. HEX triplet: B3, 36 and 6F. RGB value is (179,54,111). Sum of RGB (Red+Green+Blue) = 179+54+111=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3366F is #4CC990. Grayscale: #616161. Windows color (decimal): -5032337 or 7288499. OLE color: 7288499.

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

Color convert

RGB17954111-
CMYK00.700.380.30
HSL332.64º53.65%45.69%-
HSV(B)332.64º69.83%70.2%-
XYZ22.7813.3716.42-
YUV97.87135.41185.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 54 (21.48% from 255) = 15.70%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=52.03%
G=15.70%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795411100.700.380.30332.6453.6545.69
HexB3366F046261E14d362e
Octal26366157010646365156656
Binary1011001111011011011110100011010011011110101001101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3366F; }

 p { color: rgb(179,54,111); }

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

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

 a { background-color: rgb(179,54,111); }

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

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

 span { border-color: rgb(179,54,111); }

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