#B33C62

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

Shades of Rouge #B33C62

Tints of Rouge #B33C62

Color information

#B33C62 (or 0xB33C62) is unknown color: approx Rouge. HEX triplet: B3, 3C and 62. RGB value is (179,60,98). Sum of RGB (Red+Green+Blue) = 179+60+98=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C62 is #4CC39D. Grayscale: #636363. Windows color (decimal): -5030814 or 6438067. OLE color: 6438067.

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

Color convert

RGB1796098-
CMYK00.660.450.30
HSL340.84º49.79%46.86%-
HSV(B)340.84º66.48%70.2%-
XYZ22.4113.713.02-
YUV99.91126.92184.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.12%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=53.12%
G=17.80%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179609800.660.450.30340.8449.7946.86
HexB33C620422D1E155322f
Octal26374142010255365256257
Binary1011001111110011000100100001010110111110101010101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C62; }

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

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

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

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

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

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

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

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