#B33C6C

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

Shades of Rouge #B33C6C

Tints of Rouge #B33C6C

Color information

#B33C6C (or 0xB33C6C) is unknown color: approx Rouge. HEX triplet: B3, 3C and 6C. RGB value is (179,60,108). Sum of RGB (Red+Green+Blue) = 179+60+108=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C6C is #4CC393. Grayscale: #646464. Windows color (decimal): -5030804 or 7093427. OLE color: 7093427.

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

Color convert

RGB17960108-
CMYK00.660.400.30
HSL335.8º49.79%46.86%-
HSV(B)335.8º66.48%70.2%-
XYZ22.9113.915.66-
YUV101.05131.92183.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.59%
GREEN value IS 60 (23.83% from 255) = 17.29%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=51.59%
G=17.29%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796010800.660.400.30335.849.7946.86
HexB33C6C042281E150322f
Octal26374154010250365206257
Binary1011001111110011011000100001010100011110101010000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C6C; }

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

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

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

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

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

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

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

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